| Thread | Last Post | Replies |
|
| looking for technology | 26 Jul 2005 21:01 GMT | 7 |
I am looking for a database technology to use, I will try to describe the situation. The system is a loan originating system, using Magic 9.3sp2 (RAD tool), direct sql commands and lots of packages. The money flowing
|
| PL/SQL errors... | 26 Jul 2005 20:27 GMT | 3 |
Hi, I'm trying to get the following package to compile, but I keep getting cryptic error messages... Please help! SQL> CREATE OR REPLACE PACKAGE BODY AUDIT_PKG 2 AS
|
| "IS TABLE OF" help | 26 Jul 2005 19:02 GMT | 1 |
Can someone please explain what these two statements in a PL/SQL block mean? Thanks for your help TYPE plist_id_tab IS TABLE OF tmp_profile_tbl.plist_id%TYPE; plist_id_tbl plist_id_tab := plist_id_tab();
|
| Oracle 9i ODBC Driver for Windows XP 64 (XP 2003) | 26 Jul 2005 18:20 GMT | 1 |
I just upgraded to a new 64-bit workstation with Windows XP Pro 64 (AKA Windows XP 2003) and after several attempts got the Oracle 9i client installed, or so it appears. The Oracle provided ODBC drivers also appeared to install. I created a TNS Net Service Name successfully.
|
| oracle certification path | 26 Jul 2005 15:52 GMT | 1 |
I'm looking for some example questions and answers concerning oracle 1z0-007. Thanks Caveman80
|
| Can anybody tell me more abt discount offer. | 26 Jul 2005 14:01 GMT | 1 |
Hi, I had recently visited the uCertify site. They are offering 50% discount on their exam simulations for Oracle certification. But I don’t know how long it will continue and is it worth buying those exam simulations, can
|
| Why won't this statement terminate? | 26 Jul 2005 13:53 GMT | 1 |
OK, I'm running 9.2.0.1 on HP-UX 11i, and I'm trying to create a java object using: create java class schema pt using BFILE ('/home/oracle/pt' , 'SiemensForeignObject.class') ;
|
| Using bulk collect with union-statement | 26 Jul 2005 10:28 GMT | 3 |
I have stored procedure with a statement like this: TYPE mylist IS TABLE OF table%ROWTYPE; enums mylist ; select name from table
|
| CLOB problem in JAVA | 26 Jul 2005 08:45 GMT | 3 |
I am getting a casting exception (java.lang.ClassCastException: com.ibm.ws.rsadapter.jdbc.WSJdbcConnection) when invoking the CLOB.createTemporary metehod. Extract of relevant lines shown below: Any
|
| How to Pass Large Amounts of Data Through PL/SQL Procedure Arguments? | 26 Jul 2005 06:50 GMT | 4 |
I have a problem when passing values greater than 32K througn pl/sql procedure arguments with Oracle 9i. How can I do to pass large amount of data through pl/sql procedure argument and go over this limit?
|
| Write millions of records of data to a flat file | 26 Jul 2005 01:16 GMT | 4 |
I have a table which contains over 30 million rows of data (over 50 columns). I need to write all the data to a flat file with specified delimiter, header and output file name. Which tool is the fastest for this task? I can think of tools such as PL/SQL UTL_FILE package, Java
|
| Re: Dba_tables query | 25 Jul 2005 22:39 GMT | 2 |
i'm sorry but i forgot,... i'm using a 9.2 version of oracle "fdsarty" <dsasdgf@yfdsasdfdo.it> ha scritto nel messaggio news:...
> issue this query: > select * from dba_tables where user = 'LLLLLLL' |
| ORACLE ASCP/ DEMAND PLANNING/ CONTRACT | 25 Jul 2005 20:41 GMT | 1 |
AIM EXECUTIVE tgugger@aimexec.com 419-380-8853 ORACLE/ ASCP/ DEMAND PLANNING/ FUNCTIONAL
|
| Ora-17401 | 25 Jul 2005 20:25 GMT | 2 |
my application use jdbc thin driver to connect to my database. After some time I got ORO-17401 Error with following description: protocol violation. Nothing more!
|
| Oracle ignoring function-based index - why? | 25 Jul 2005 19:52 GMT | 10 |
The EXPLAIN PLAN for this: update hse.colour set chs_uid = (select librarycolor_id from chs.librarycolor where upper(librarycolor.colorcode) = upper(colour.colcode));
|