| Thread | Last Post | Replies |
|
| Wiki for Oracle DBAs? | 29 Dec 2005 22:56 GMT | 2 |
Does anyone know of a good wiki by and for Oracle DBAs? The closest thing I know of is The Oracle (tm) Users' Co-Operative FAQ, but that's not quite the same. You have to be ready to produce the entire, authoritative answer to a question, and produce it all at once,
|
| Automatic random number on row creation | 29 Dec 2005 22:39 GMT | 7 |
I have a ticket system which need a random (act as a password) string generated. But this string also act as a key (need to be unique). The approach of the former dev does not suites me. He was generating a random string, doing a select key where key = ... To
|
| Issue with DBLink | 29 Dec 2005 20:43 GMT | 2 |
Our application uses a dblink to connect to a different database (Oracle 9i). We have been facing issues with the dblink going down due to firewall/networking issues. Hence I am trying to include a functionality of checking if the dblink is working fine.
|
| Regarding some update SQL with a running sequence | 29 Dec 2005 19:22 GMT | 5 |
Hi SQL Gurus, I have a simple looking update criterion where I need to update a column of a table depending on its rownum given a particular order by clause.
|
| Autoincrement numeric primary key data type | 29 Dec 2005 18:56 GMT | 2 |
What is the standard way in Oracle to have an autoincrementing integer type primary key data type? Does Oracle offer a built-in data type for this? Or should I use triggers?
|
| File transfer through the database | 29 Dec 2005 17:28 GMT | 8 |
Oracle 9iR2 Enterprise edition on Tru64 5.1B We currently have a database application that creates RTF-documents on an UNIX-directory. For Windows-clients to read those documents, we have to transfer these files, either by ftp or, as I currently do, by HTTP
|
| problem of sys.utl_file.fopen | 29 Dec 2005 15:48 GMT | 3 |
While I run following scripts -------------------------------------------------------- Declare myFile sys.utl_file.File_type;
|
| Can't get logged into database | 29 Dec 2005 13:41 GMT | 5 |
First of all I have to say that I completely new to Oracle so this is a "noob" question. I cannot get logged onto my newly created database. When I open SQL*Plus I am presented with a login box saying User Name, Password and Host String.
|
| Triggers in scripts | 29 Dec 2005 13:09 GMT | 2 |
I have a SQL script that creates tables, sequences, indices and even inserts some data. Typically it is run by copy/paste into TOAD. A need has arisen to create a few triggers. If I put the trigger code in this script, all code following the trigger gets interpretted as being ...
|
| Multiple SID's (instances) possible with Oracle 8 (Unix)? | 29 Dec 2005 12:46 GMT | 6 |
sorry to bug you, but I've got a (hopefully) simple question: We have a client in South-Korea running an Oracle Database. They are using Oracle 8 on some sort of Unix (I guess it's Linux), and they are using a characterset KO16KSC5601
|
| ORA-01779, update join view | 29 Dec 2005 12:40 GMT | 5 |
I'm trying to solve an update, and simply can't find a way. It updates 1 table, that has a 3 column PK. See it here: update ( select
|
| rman duplicate create controlfile fails | 29 Dec 2005 12:32 GMT | 1 |
I have a problem when trying to duplicate a database using rman. Ora 8.1.7.4 on Win2000. - took a full backup of the original database (noarchivelog) - create the new instance with oradim
|
| Where can I found information about Oracle User | 29 Dec 2005 11:06 GMT | 1 |
Where can I found information about Oracle User The user is "scot" - logedin to NT domain User send sql query to Oracle server Wher in Oracle server can I found information thet user "scot" send query to
|
| ORA-12899, value too large | 29 Dec 2005 09:46 GMT | 1 |
How can I avoid ORA-12899, value too large for column error? I have a database and program which are not made by me. I have sources, so I could make changes, but I will not if it can be avoided. The program reads a file and stores it to the database. Reading a file can take
|
| sql query to find correct time diffrence | 29 Dec 2005 08:43 GMT | 12 |
I have a table with 2 columns(varchar) end_time & start_time. I have to write a query to find the correct diffrence of end_time & start_time eg.
|