| Thread | Last Post | Replies |
|
| ISO-8859-1 output | 17 Jun 2005 14:14 GMT | 2 |
I have a Oracle9-Database with internal UTF-8 encoding. Is it possible to get ISO-8859-1 output using sqlplus? Thanks! Christoph
|
| INSERTS - Reducing Buffer Gets/Sequential Read Waits | 17 Jun 2005 12:17 GMT | 1 |
Performance Gurus, Has anyone a proven technique for reducing "sequential file waits" during INSERT statements? Some very large tables, with only one or two indexes are incurring this wait event (from a SQL trace) and have high buffer gets (from
|
| pro*c - how to determine connection? | 17 Jun 2005 11:10 GMT | 1 |
I cannot guarantee a stable connection of my application to the database over a long time (a week or longer). I'm told to implement a test to determine if the connection has broken. In this case I should try a reconnect.
|
| How to export data from query to flat ascii file | 17 Jun 2005 10:22 GMT | 5 |
I have oracle 9.2.0.1 In T.O.A.D i wrote complex query and with option export to flat file (no delimeter) i generate spec file and i exported data from query into ascii.txt file.
|
| How to Read Files Located Outside the Oracle Server Using PL/SQL | 17 Jun 2005 09:44 GMT | 13 |
I want to read files from a directory located outside the Oracle database server, using a pl/sql procedure. I have tried to do this operation using utl_file package and java storage procedures, no chance, it doesn't work.
|
| oracle -> sql server connection | 17 Jun 2005 09:37 GMT | 1 |
How can I connect sql server table from oracle ? I want to copy a table from sql server to oracle. Something like this. INSERT INTO ORACLETABLENAME ( BLA )
|
| Increase SAP/Oracle Table GLSP___0 | 16 Jun 2005 23:36 GMT | 5 |
I need step by step for increase SAP/ORACLE Table GLSP___0 ? FYI, I used SAP R/3 4.6C and Oracle Ver. 9.2.0.4.0 Regards, Paul
|
| RAC on Mac and Oracle's Low Cost Resilient Storage Initiative | 16 Jun 2005 20:45 GMT | 7 |
<INFORMATIONAL> There is a short item in the July-August issue of Oracle Magazine on page 24. </INFORMATIONAL>
|
| Uncommitted Data | 16 Jun 2005 17:09 GMT | 12 |
Following is the excerpt from an article on Transaction logs under Checkpoints Heading by Peter Gulutzan (http://www.dbazine.com/db2/db2-disarticles/gulutzan2) "Users need recoveries to work faster, so there are times when the DBMS
|
| Will give you feedback after my OCP exam. | 16 Jun 2005 15:47 GMT | 12 |
Oracle’s 9i OCP (Oracle Certified Professional) DBA (Database Administrator) certification is a mid-level certification for IT professionals who manage large-scale databases or develop applications that are used enterprise-wide. The Oracle 9i OCP was introduced in late
|
| ijob scheduler and isqlplus in Oracle 10G oon WIndows | 16 Jun 2005 15:36 GMT | 1 |
I am running Oracle 10.1.0.3 on Windows 2000 server. I installed Oracle from primary CD (no Companion CD). 1. When I created a database instance itgdev, I did not see OracleJobSchedulerITGDEV service in Start status type (it was in
|
| Schema objects problem. | 16 Jun 2005 15:29 GMT | 5 |
Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production JServer Release 8.1.7.0.0 - Production Solaris 8. ( Yes I know about 9, 10 etc, but these are vendor apps.)
|
| How to lock a row when the row is not is accessed | 16 Jun 2005 14:22 GMT | 2 |
I want to lock some rows in a table, but I must know these rows are not accessed(SELECT/UPDATE) by other sessions. How to know the row is used by other sessions. Thx.
|
| java stored procedures | 16 Jun 2005 14:12 GMT | 3 |
I'm having a problem with loadjava. I want to load a whole bunch of jars in the database. All these jars work together to invoke a webservice that is secured with ws security, ssl certificates, the whole bunch.
|
| Foreign key | 16 Jun 2005 11:52 GMT | 3 |
this is a general question about relational databases, not specific to Oracle (I think), so if there is a better place to ask then please let me know. I have a question about constraints/foreign-keys.
|