| Thread | Last Post | Replies |
|
| date format | 05 Jan 2006 13:43 GMT | 2 |
I have a table which contains a column date_operation declare as date when I do sql as "select date_operation" from a_table, I got as below: 02-MAR-05 --------------
|
| Nice present, only discovered for Christmas | 05 Jan 2006 12:47 GMT | 5 |
On my Oracle 10.2, I got the following: 1 declare 2 cursor csr is select ename,deptno, 3 rank() over (partition by deptno order by sal)
|
| Oracle 9i ebook or online tutorial | 05 Jan 2006 12:46 GMT | 1 |
Hi group I am new to Oracle. Does anyone have an ebook on learning Oracle 9i, or knows any good tutorials online. Thanx
|
| RMAN with Legato NetWorker | 05 Jan 2006 09:23 GMT | 1 |
I have been using RMAN with Veritas NetBackup for a while, and now need to do the same with Legato. However, it appears that there are substantial differences: - Veritas NB agent allows to run any shell script, so from agent
|
| Problems with OR in Oracle 8i | 05 Jan 2006 01:11 GMT | 8 |
I have a fairly big Oracle 8i database (2 million order rows in the largest table) and I'm having trouble with the OR operator in a query. For some reason the OR is causing queries to run dog slow. It's so slow that I have to take out the OR and use a UNION instead. For example:
|
| oracle query vs. $sql->fetch() | 04 Jan 2006 19:32 GMT | 2 |
I use sql> select column1, column2 from a_table; I got three output. But, if I use perl script as below:
|
| How to ignore/hide IMP-00017 for database link? | 04 Jan 2006 19:24 GMT | 1 |
I am running Oracle 9.2.0.5 Personal Edition on Windows2000 (client), and following the steps for "Adding New Master Sites Without Quiescing the Master Group," (Chapter 7, Replication Management Guide) which include the following EXP command:
|
| hosed database | 04 Jan 2006 19:11 GMT | 5 |
I currently use Waters' Millennium HPLC software, which has an embedded instance of Oracle 8i. Recently the hard disk crashed, and hosed the connections between the data files and the database, so the data is now inaccessible. Is there anyway to rebuild the database manually ...
|
| Compare data in tables of different structures | 04 Jan 2006 18:45 GMT | 2 |
Hi, dear all, Currently we have two Oralce 9i databases in the production environment. We synchronize them *logically* every day. *logically* means these 2 databases are not exactly identical, the schemas inside
|
| rman problem | 04 Jan 2006 18:38 GMT | 5 |
I am trying to backup 8.16. to another server. (Win) Runnin the follwing: RUN {
|
| Oracle RAM backup failure | 04 Jan 2006 17:48 GMT | 2 |
When backing up data from large RAM to small RAM (RAM backup ), ORACLE failed to work with message 'database unavailable'. Appreciate your help!
|
| row migaration | 04 Jan 2006 16:43 GMT | 8 |
What is row migaration? Does it means that when I select some rowid from a table, and after row migaration, the rowid may be changed? Thanks
|
| Ora-24777 Error in Dedicated Mode | 04 Jan 2006 15:43 GMT | 4 |
We have 2 databases running on 2 IBM p570 Servers. Initally it was configured to run in shared mode. We have 2 DB link to access each other and the db level for both databases are as follows. SQL> select * from v$version;
|
| Question: Unusable indexes after tablespace move of table | 04 Jan 2006 15:32 GMT | 5 |
Hi, all. Our db (8i on AIX) has tablespaces with different extent sizes, and once an object in the smaller extent-sized tablespaces reaches a certain threshold of extent number, we move it into the tablespace with
|
| How to calculate the length of a long raw field in plsql | 04 Jan 2006 14:43 GMT | 2 |
Hi to all, is it any way to calculate the length of a very big fields in a long raw type in plsql? i found a lot of examples for long fields but i can't find the way for long
|