| Thread | Last Post | Replies |
|
| 10g error messages... | 25 Apr 2006 00:11 GMT | 14 |
Has anyone else noticed that the error message documentation is missing? For me the pdf containing all ORA- messages and their meaning was the most important document for 9i. Is this a bug in the documentation or did oracle leave it out intentionally?
|
| How to copy large table between instances | 25 Apr 2006 00:01 GMT | 2 |
I have a table with about 10 million records, and would want to copy it from one db instance to another. could anyone tell me what the fastest way(s) to do this is(are). thanks
|
| Corrupt Control file | 24 Apr 2006 20:14 GMT | 9 |
Thank you for your advise DBAs In linux or Solaris I rename my control file name and make new control file with touch command. but let me tell you,
|
| Cannot Access isqlplus | 24 Apr 2006 18:55 GMT | 2 |
Hi all; Oracle 9.2 on Solaris8. I start the Apache webserver ok with ./apachectl start and the logs indicate a normal start. I then access the url http://machine:8000/ and get the index.html page
|
| Record and Raw types | 24 Apr 2006 16:18 GMT | 1 |
I've got a simple structure like the following: DECLARE TYPE LOGON_PACKET IS RECORD( szUsername CHAR(256),
|
| Encrypt/Decrypt functions | 24 Apr 2006 16:07 GMT | 1 |
are there any encrypt and decrypt functions available? In particular, I'm looking for 3DES encryption library. thanks
|
| PL/SQL Coding Standards | 24 Apr 2006 14:43 GMT | 9 |
Can anyone provide me some links or docs that covers the Oracle PL/SQL Coding Standards to Follow. I have been to tahiti.oracle.com and on net but i am not able to provide any proper search condition.
|
| hidden data | 24 Apr 2006 14:21 GMT | 4 |
I'm writing a package in PL/SQL with few functions and one of them logs in to my server using defined login credenitals. How can I hide the credentials so noone can see them when browsing a package? is there any special protected area I could put them in and use later on in my
|
| CLOB/BLOB | 24 Apr 2006 13:36 GMT | 1 |
I am facing a problem in the case of Replication/Materialize View,its don't support CLOB/BLOB. What is the alternative solution for this. Please put some light. Regards
|
| SQL question | 24 Apr 2006 12:50 GMT | 2 |
I have 3 tables 1. customer (customer_id,name,address) primary key = customer_id 2. account (account_number,balance) primary key =account_number 3. depositor (account_number,customer_id,deposite_date)
|
| Simulating dataguard maximum availability protection mode in Oracle 9i or 10G standard edition | 24 Apr 2006 11:52 GMT | 3 |
I have never used Oracle's standard edition but may be interested in using it because of its low price and its inclusion of RAC in Oracle 10G. I have several questions on Oracle's standard edition on Windows or
|
| Pipelined table and Ref Cursor | 24 Apr 2006 09:00 GMT | 4 |
I've got a c# .net application calling an Oracle package via ODP.NET. The package itself calls another vendor supplied function that returns a pipelined table based on an input parameter. I need to return the rows from this pipelined table to the .Net app.
|
| Question about installing instantclient on linux using Oracles instructions | 23 Apr 2006 19:17 GMT | 2 |
Hi, last week I asked in this newsgroup about getting sqlplus installed so I could connect to an instance of Oracle at home. I didn't want to install several hundred megabytes to just get sqlplus installed. The suggestions were sqldeveloper and instantclient. I got sqldeveloper up
|
| OEM 10g architecture question | 23 Apr 2006 18:19 GMT | 1 |
Can anyone point me to suggested implementation strategies for 10g OEM? specifically, where the different components have been intalled? for ex:, has anyone installed the management service on the same node as the DB? what types of performance hit that makes.
|
| Oracle 10g and Bfiles | 23 Apr 2006 08:39 GMT | 2 |
I have a very strange situation. I am using 'Oracle 10g Enterprise Edition Release 10.2.0.1.0 - Production' on winxp. I am trying to access tables through the OCI. I have the following table setup: SQL> describe test4;
|