| Thread | Last Post | Replies |
|
| Oracle Instantclient | 11 May 2005 10:44 GMT | 3 |
I have tried to make Instantclient work with PVCS Tracker (Windows) but.. [MERANT][ODBC Oracle 8 driver][Oracle 8]ORA-03134: Connections to this server version are no longer supported.
|
| Is there any third party tools to connect active directory with Oracle? | 11 May 2005 05:20 GMT | 1 |
Is there any third party tools to connect microsoft active directory with Oracle? OID seems to be very complicated. thanks andrew
|
| column width | 10 May 2005 21:40 GMT | 3 |
I have a question about column width and its effect on comparisons. If I compare two columns and then widen one of the columns, then compare them again, I think the comparison should be the same regardless of the width change. Am I right?
|
| size taken up in tables | 10 May 2005 21:26 GMT | 3 |
db 9.2.0.5 OS AIX 5.2 Character set: UTF8 How can I determine in bytes how much space is taken up by date data and
|
| Drop user causes session to freeze with no error message returned? | 10 May 2005 19:08 GMT | 6 |
We are operating databases in 9i and 10g... The command "drop user user" is not returning anything (the session freezes and when you kill it, it does not go away unless you kill -9. This is happening even if you are logged in as a DBA or
|
| Oracle Stored Procedure Permissions Problem | 10 May 2005 18:35 GMT | 8 |
Hello all. I am new to Oracle stored procedures. I have an Oracle account on the university server. I can create and drop tables all day long, but I cannot seem to create any kind of stored procedure. I have tried very simple select procedures, etc and always get:
|
| Oracle 10g on AIX 5.2 | 10 May 2005 18:06 GMT | 1 |
Anyone knows why I keep getting the OS check failed while installing Oracle 10g on AIX 5.2 ML 5 (oslevel -R = 5200-05) I believe as long as I am AIX 5.2, I should be okay. Ora Dummy
|
| Excessive waits on 'SQL*Net message from client' | 10 May 2005 17:14 GMT | 2 |
I am trying to extract all data from a relatively small table into a flat file and extract runs for too long. When looking at wait events I see 46 seconds wait on 'SQL*Net message from client' and 3 seconds wait on 'db file scattered read', all other waits are
|
| UML and OCL | 10 May 2005 16:39 GMT | 2 |
I found these two links in the SQL Server usenet group and think they will be both of value, and appreciated, by those here that have to deal with those schooled in UML that think they understand relational databases.
|
| mask password | 10 May 2005 16:05 GMT | 9 |
for a particular program, when i do a ps -ef on that process, the userid and password shows up. like ..... $ps -ef abc
|
| Some findings on ASM (Automatic Storage Management) | 10 May 2005 15:32 GMT | 3 |
I have been testing ASM to see how viable it is for a 24x7 production environment. I thought that I would share my findings: (1) It seems that the Oracle dbca (Database Configuration Assistant)
|
| Question on Archive Log | 10 May 2005 15:24 GMT | 3 |
Our Database system is using Oracle 9.2 on window 2000 servers. It is running in Archive Log mode. I am not a dba, but as far as I know, the Archive Log mode is a "System Setting"; all sessions' update will run in that mode.
|
| ORDERED_PREDICATES hint: what does the doc. mean ? | 10 May 2005 15:13 GMT | 1 |
In the doc. about the this hint they say
>Forces the optimizer to preserve the order of predicate >evaluation (except predicates used in index keys), as >specified in the WHERE clause of SELECT statements. |
| copy one table to an other | 10 May 2005 14:37 GMT | 4 |
I have to copy data from one table to another..like this: insert into mytable2 select * from mytable1; but number of columns of mytable2 is greater than those of mytable1, so I get the : ORA-00947: not enough values
|
| ORA-16068: redo log file activation identifier mismatch | 10 May 2005 14:26 GMT | 4 |
After a shutdown immediate database doesn't start anymore. In the OH the cause is described very short, so that I didn't understand what is wrong and what I could do. Any Hints?
|