| Thread | Last Post | Replies |
|
| Find the time stamp of the updates made to the database | 16 Dec 2005 06:10 GMT | 7 |
Dear Group, I am using oracle 8.1.17, on Solaris 8 There has been some update in database tables. The table does not keep a record of the timestamp, can we check somewhere in O.S. or oracle
|
| Transfer of Large Objects | 15 Dec 2005 23:46 GMT | 2 |
Is it possible to copy large objects (CLOBs and BLOBs) in Oracle 9i over a dblink? Has anyone tried this? Thanks.
|
| Oracle - SYSDBA | 15 Dec 2005 23:41 GMT | 7 |
I have problem. I want to login do database as SYSDBA. I am using OleDBConnection (vs 2005) Do you know how I can do it? I am trying this structure: OleDbConnection con = new OleDbConnection(); con.ConnectionString = "DBA
|
| rman error | 15 Dec 2005 23:23 GMT | 3 |
I made a valid backup of Oracle 9i on Win2003. I am trying to test restore and recovery using the following script: shutdown; startup mount;
|
| copying a database from one machine to another | 15 Dec 2005 22:57 GMT | 4 |
We migrating from a 300G machine to one with 2.2T in RAID5. Oracle10g has been installed on the new machine. What is the best way to copy/clone the databases in old machine to the new one ?
|
| maxssiz kernel parameter | 15 Dec 2005 22:00 GMT | 4 |
Is there a per instance minimum for maxssiz (or maxssiz_64bit) parameter? I am using HP-UX 64-bit. I have checked several docs but none provide a value per instance. For example, Oracle9i installation guide gives a maximum value for this
|
| rman restore procedure | 15 Dec 2005 21:37 GMT | 3 |
I tried to reproduce a "case study" founded in a rman tutorial. at a certain point, after that command: alter database mount; restore database;
|
| 10gR2 PL/SQL-Bug ora-03113 with chr() | 15 Dec 2005 20:44 GMT | 7 |
is this a bug or a feature or am I missing something? The following statement works with chr(193) but throws an ora-03113 with chr(194). Strange behaviour, isn't it? SQL> declare
|
| Running select queries only in my script | 15 Dec 2005 19:52 GMT | 5 |
Iam using iSQL*PLUS (Oracle 9i) environment to execute queries. I find it strange that I cannot execute selected part of the query syntax (writing beginner level SQL statements). If I dont want to exceute certain statements I have to go through a circuitous process of putting
|
| dbms_output from dbms_jobs procedures | 15 Dec 2005 19:15 GMT | 16 |
For Oracle stored procedures that are executed with dbms_jobs, is there any way to capture the output generated with dbms_output.put_line(), without changing the pl/sql code?
|
| Oracle Selects Sun As Reference Platform ... again | 15 Dec 2005 19:08 GMT | 30 |
According to the November 21 issue of eWeek, page 13, Oracle has decided to drop Linux as a reference platform, at least in the 64 bit space, and once again embrace Sun Microsystems. Any comments Mr. Townsend?
|
| PL/SQL/HTML how to question | 15 Dec 2005 19:04 GMT | 5 |
I have a PL/SQL package that displays an HTML form like the following: name | approved? ------------------ Allen | x
|
| SELECT CASE WHEN errors when using OraOLEDB and Static ADO RS | 15 Dec 2005 18:48 GMT | 5 |
I have a query that uses "CASE WHEN" syntax: SELECT startdate, (CASE WHEN groupno = 0 THEN 1 ELSE 2 END) AS groupno FROM ware01
|
| installation: jdk version in hp-ux | 15 Dec 2005 16:42 GMT | 2 |
One of the requirements for oracle 9.2 to be installed on hp-ux 11.11 is jdk 1.3.1, but Sun recommends to upgrade to a later version. It is appropiated install oracle 9.2 with a later version of jdk like 1.4 or 1.5?
|
| About Oracle 10g XE | 15 Dec 2005 16:36 GMT | 6 |
I came across the link http://www.oracle.com/technology/software/products/database/xe/htdocs/102xewinso ft.html and went through the FAQ for the same. It says it is free and can be used for training etc.
|