| Thread | Last Post | Replies |
|
| Lock Deleting | 27 Jun 2005 09:49 GMT | 2 |
my IDE has crashed while debugging a PL/SQL Procedure. After some fixes I want to replace the procedure now, but there is a lock on the provedure that prevent me from replacing ORA-04021: timeout occurred while waiting to lock object PRC_AUTOVAL
|
| PLS-00306 error with simple function call within a package | 27 Jun 2005 07:11 GMT | 1 |
i am trying to call a function inside a package. (basic operation) I do not have the package source and it is wrapped, so i can't see the source. the doc only say:
|
| installation fails on linux ubuntu (long) | 27 Jun 2005 03:22 GMT | 4 |
I'm a java developer wanting to play a little with oracle so I DL te lite 10g version. JDK1.5 is installed. The linux machine is an Ubuntu distro.
|
| a heated discussion between Development Team & "a" DBA: reorg or not to reog | 27 Jun 2005 02:28 GMT | 40 |
I have an ever growing discussion with a development team regarding whether the regorg (export/import) will improve the performance of nightly batch jobs or not. First the history:
|
| can someone recommend a good pl/sql book for 10g | 26 Jun 2005 23:27 GMT | 6 |
I have searched the comp.databases.oracle.server & tools & misc groups with the phrase "pl/sql book" before posting this. I already have the "Oracle Pl/SQL Programming" book by Scott Urman for Oracle 7.3 or 8 (I can't remember the version).
|
| Restoring from an old cold backup | 26 Jun 2005 18:24 GMT | 4 |
Most of the examples of doing a database restore start off from a full cold or hot backup and then continue on with the archive logs and redo logs. What if I happen to loose a full backup, but I still have an older full
|
| getting perl to work with oracle | 26 Jun 2005 13:34 GMT | 1 |
from what I have read, i need to install oracle instant client on my linux box and set some environ variables to get perl to talk to oracle ? 1) Engage Oracle.pm 2) Download and install instant client
|
| Help:RAC implemention of archived redo logs | 25 Jun 2005 16:20 GMT | 10 |
We are trying to install RAC. I have one question, should I put archived redo logs on local drive and use NFS to allow other nodes to access them, or should I put all the archived redo logs of different nodes on single OCFS directory?
|
| what's best way to get up to speed on application server? | 25 Jun 2005 06:24 GMT | 4 |
what's best way to get up to speed on working with the application server? 10g there's so much ground to cover! reports, web portal, building applications, etc.
|
| Extracting Data from a Corrupt Table using ROWID scans | 25 Jun 2005 06:21 GMT | 4 |
Can anyone help me explain what's happening here? (Names changed to protect the innocent) select /*+ INDEX_FFS (X INDEX) */ a,b,c from TABLE X
|
| query to trace all parents | 25 Jun 2005 06:21 GMT | 4 |
I have a table with filled out below data: +------+-----+
|parent|child| +------+-----+
|
| How can I re-write this piece of code for better performance!? | 25 Jun 2005 06:10 GMT | 2 |
This piece of code is taking a long time. Any help will be appreicate it. select * from (
|
| Could 10g RMAN's catalog DB talk to different version | 25 Jun 2005 01:22 GMT | 8 |
Could a 10g RMAN catalog DB talk to different versions of oracle db? I mean, if I create a 10g RMAN catalog DB and then when I do RMAN backup.
|
| Oracle Licensing Issue | 24 Jun 2005 22:57 GMT | 23 |
My eyes are starting to turn inside out. Does anyone have a good grasp on Oracle licensing? We currently have Oracle Enterprise 8.1.5 installed. Is 8.1.7 considered an update or another product altogether?
|
| has partitioning on a number | 24 Jun 2005 20:54 GMT | 2 |
Does anybody know how to predict which hash partition a value will fall into if the hash-partitioned column is a number? I know dbms_utility.get_hash_value works for strings, but I'm trying to find a way with numbers.
|