| Thread | Last Post | Replies |
|
| pivot/transform in Oracle | 01 Feb 2006 18:13 GMT | 7 |
Using decode in Oracle I get the following (text wrapped here): DESC START_TIME SUNDAY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY WATCH 1 0:00 CHARLES SMITH WATCH 1 0:00 CHARLES SMITH
|
| DBCA Memory notification threshold exceed | 01 Feb 2006 17:39 GMT | 3 |
I am trying to install Oracle 10g Release 2 on Solaris 10 U1 T2000 SPARC machine. I am installing a trial edition downloaded from oracle's site. I do not have access to metalink. Now the problem. The installation of oracle software went fine... no
|
| Pro*C question - New here... | 01 Feb 2006 17:20 GMT | 3 |
I am new to this news group and hope someone here can point me in the right direction for this question. I am trying to understand why the SQL in my ProC program is taking longer to return than when I just drop the SQL into SQLPLUS. When running the ProC program, the activity ...
|
| Access privileges for PUBLIC User | 01 Feb 2006 17:05 GMT | 2 |
All, In Oracle 8i, what System Views/Tables can i access to find out what permissions the PUBLIC user has been granted ? Thanks,
|
| dollar sign at end of table names | 01 Feb 2006 15:54 GMT | 3 |
Our programmer recently left and I need to do some development on our application. It is connected to an oracle database. I can see that some table names end with a dollar sign. Could some one tell me what it means ? Thank you,
|
| UGA - session specific information | 01 Feb 2006 14:35 GMT | 1 |
UGA stores the session specific information, what are these user specific information ?? thanks Chintu
|
| log all sql commands | 01 Feb 2006 08:57 GMT | 8 |
Is it possible to log all the sql that oracle 8i runs ? maybe add the querys in a db and delete them when older than a selected time. there are some problems on the server and we want to check if there is a
|
| dynamic sql question | 01 Feb 2006 08:40 GMT | 2 |
I'm trying to use dynamic sql to call a procedure. The procedure that is called depends on the value of a certain variable (l_source in my case). The called procedure has two output parameters (l_number_inserted and l_record_message, see example below).
|
| Java to C on win32 | 01 Feb 2006 04:23 GMT | 3 |
Hi - I want to natively compile my Java jars currently used in the Oracle JVM on a windows 2003 server (i.e deployed using the loadjava command). The Oralce doco says it recommends using "Visual C" in the ncomp
|
| Analysing null / not null data | 01 Feb 2006 01:21 GMT | 2 |
I want to analyse a 9i table in a way that will provide me with summary information about the contents of each column, like this: col_1 : this column contains a null in 1000 rows col_2 : this column contains a null in 500 rows
|