| Thread | Last Post | Replies |
|
| returning modified resultsets | 09 May 2005 17:21 GMT | 1 |
How do I write a stored procedure that is returning only a subset of a resultset. I know I have to make a package and declare the result type as ref cursor when I want to return a resultset.
|
| Replication Choice - Passive/Active? | 09 May 2005 16:33 GMT | 1 |
I wish to implement replication for a e-commerce website to avoid single server crash. Which one is the most suitable - Passive/Active? Many thanks
|
| Grid in SQL * Plus WorkSheet | 09 May 2005 15:45 GMT | 3 |
Is there any way that I can have the results in Grid in SQL * Plus WorkSheet as in SQL Server Query Analyser? Madhivanan
|
| "Prevent" ora-60 deadlocks: impossible OK ? | 09 May 2005 15:32 GMT | 3 |
We've had ORA-00060 "deadlock detected" messages several times for a few days in one of our apps here, and the other day an angry and annoying developer came to insult and bury us with much gesticulating, then quit our cubicle saying we were w**kers and incompetent etc etc.
|
| question on mass deletes | 09 May 2005 15:26 GMT | 1 |
Hello *.*, is there a possibility to tune mass deleted on a table, that is linked to by many other tables using foreign keys. These tables have about 100-200 times more records than it, not null links.
|
| Not In and/or <> and /or != | 09 May 2005 15:26 GMT | 1 |
i am trying to extract data out from an oracle server and am having a tough time with the most basic sql statement. when i run SELECT tcof.EML_ADDRESS from test.EML_TCOF tcof,
|
| PL/SQL Newbie Question | 09 May 2005 15:26 GMT | 4 |
We are running Solaris 2.8 and Oracle RDBMS 9.2.0.4. I need to audit the amount of SQL*Net sessions open at a regular interval and also how many of those are a particular user (INTERNET). I was going to set up a table and have the PL/SQL procedure update it
|
| Returning Ref cursor between two oracle database | 09 May 2005 14:57 GMT | 2 |
REF CURSOR question. I have a package in X database with name PKG1 ... I have a Procedure which returns a REF CURSOR. Now I have to use this parameter as a input parameter in other procedure which is not a
|
| Oracle : ORA01410-invalid ROWID error | 09 May 2005 13:11 GMT | 4 |
I know this topic has been there in Google Groups many times but I could not find a solution my problem could relate to. We have a scheduled job(perl file) running that selects some data from a db and updates the same in another db. The job actually consists of
|
| HP SuperDome Looking For A New Home! | 09 May 2005 08:08 GMT | 7 |
We have an HP SuperDome server that we are trying to find a new home for. This system has been under HP maintenance support contract and is in great cosmetic and mechanical condition.
|
| SQL*Loader Skipping The Last Record In A Flat File | 09 May 2005 05:38 GMT | 1 |
Does anyone know how to instruct SQL*Loader to ignore the last record in a flat file when the size of the flat file is not constant?
|
| Connection time out to Oracle10G, XP-Pro | 08 May 2005 12:23 GMT | 10 |
I am running Oracle 10G on WinXP Pro 2.8G CPU 1G Memory New machine, clean install. I have used Oracle in all capacities for 15 years, but have not seen this before. I am getting an Oracle Connection time-out after 15-30 minutes with no
|
| How to create folder in disk using pl/sql | 08 May 2005 01:23 GMT | 11 |
can any guru tell me how can i create folder (c:\test\test1) in my disk using oracle pl/sql? please give me some adive. thanks,
|
| grant SYSDBA to user With remote_login_passwordfile=NONE? | 07 May 2005 20:36 GMT | 2 |
hello.. with oracle 7.3.4.4 and with remote_login_passwordfile=NONE, can a user be granted the SYSDBA system privilege? Or does granting the SYSDBA system privilege imply that a password file must
|
| MERGE - INSERT/UPDATE | 07 May 2005 10:22 GMT | 7 |
I am getting following errors while using MERGE. ORA-02291: integrity constraint (PTEST.SYS_C0010720) violated - parent key not found I am i using following MERGE sql.
|