| Thread | Last Post | Replies |
|
| dbms_xmlschema.registerSchema - invalid XML document | 27 May 2005 22:45 GMT | 1 |
dbms_xmlschema.registerSchema() generates the error: ERROR at line 1: ORA-31154: invalid XML document ORA-19202: Error occurred in XML processing
|
| Row values changing back to old values randomly??? | 27 May 2005 22:11 GMT | 2 |
Has anyone every seen the following behavior? Oracle 9.? running on AIX, no problems here Windows NT machine, Oracle client installed on the NT machine with ODBC driver v 9.2.0.2
|
| Nessus Oracle Password scan plugin | 27 May 2005 19:36 GMT | 2 |
I'm running vulnerability scans on Oracle servers using Nessus. However, there is no plugin to scan for default or easy to guess passwords. Has anyone seen a Nessus plugin that would allow this, or have information on writing one that would do the trick?
|
| "WITH" statements and ADO... | 27 May 2005 19:02 GMT | 6 |
I'm trying to pass this select statement to Oracle, using ADO (specifically the TADOQuery object in Borland's compiler): with T1 as (select train_i from train where train_i < 20) select * from T1;
|
| JDBC weirdness | 27 May 2005 16:01 GMT | 5 |
My problem is very, very silly and stupid, I know, don't blame me for that please... When I call my query from SQL*Plus, I get the correct result: SELECT check_passwd('user', 'password') FROM dual;
|
| Poszukiwany Instruktor - Specjalista ORACLE | 27 May 2005 15:59 GMT | 1 |
Instruktor - Specjalista ORACLE Miejsce pracy: Ca³y kraj Ref: Oracle Wymagania:
|
| Need Oracle 10g Consulting | 27 May 2005 15:46 GMT | 2 |
I have a problem that I need to get solved and I cannot spend any more time trying to figure this out. This problem will likely take an experienced Oracle person a couple of hours total to get the info and do the task. I would rather just pay to get trhis done so I can move ...
|
| Question on the date after '31-DEC-9999' in Oracle | 27 May 2005 15:42 GMT | 35 |
SQL> desc pc_mike Name Null? Type ----------------------------------------- -------- ----------------------------
|
| Oracle: Accessing Record Fields (dynamically) | 27 May 2005 14:45 GMT | 7 |
Oracle: Accessing Record Fields (dynamically) Discussion Item I'm currently looping through my cursor of records. The fields of the record that i need to access are not known until runtime ie
|
| diffrence between Select * from tab and Cat | 27 May 2005 14:34 GMT | 3 |
Please help me about this query which give same result What is the difference between? Select * from tab; and
|
| How do I format this query to see each XML document from start to end? | 27 May 2005 12:54 GMT | 5 |
I have the following query that returns 23 rows as individual XML docs but I can only see part of each document. I would really like all 23 rows to be within this tag <Provider version=9.01> ..... </Provider>
|
| Killed session not terminating? | 27 May 2005 07:47 GMT | 7 |
Hi folks, can anoyone help with this question? Platform is oracle 9iR2 on Solaris 9 with a XP Pro client running 9iR2 client software. On the client (sqlplus) I started execution of a PL/SQL packaged
|
| Intermittent slow commit - Statspack Vs LogMiner | 27 May 2005 06:18 GMT | 6 |
My jdbc app can intermittently take up to 20 seconds to commit a tiny transaction. (To return to the app) It always gets a db connection and executes a stored procedure quickly. Most of the time it commits quickly, but occassionally it can take
|
| PK Index V Additional Column INdex | 27 May 2005 03:27 GMT | 5 |
Having put some SQL through an EXPLAIN PLAN I can see that it is doing an INDEX RANGE SCAN using it's Primary Key index. This if fine. However, I tested creating an index on the column in the WHERE clause and re running the query through the EXPLAIN PLAN. It showed the
|
| Oracle GL Journal | 27 May 2005 03:21 GMT | 3 |
Hi I am new to Oracle and want to get up to speed, Please any advice suggestions and or sample would be greatefully recived. Please point to the right web site (any free learning sites)
|