| Thread | Last Post | Replies |
|
| ORA-00933: SQL-command not ended properly | 28 Apr 2006 14:40 GMT | 5 |
I can't get this sql to work properly. I would like to update the FSA.RESOURCESTRING with FSA.ART_DATA.ID || "-" || FSA.ART_DATA.ISSUE based on the criteria below. UPDATE FSA.ACCESSLOG
|
| Package hanging | 28 Apr 2006 14:35 GMT | 4 |
Went back to a package for the first time in a couple of weeks to make some tweaks and all of a sudden the package hangs if i try to view, drop or recreate the package. Has anyone else come across this or got any idea what might be causing it?
|
| how to shutdown immediate in Pro*C | 28 Apr 2006 14:33 GMT | 1 |
I would like to call 'shutdown immediate' in my proc program but I could not figure how to do it. Tried calling it using EXEC SQL but it failed with "ORA-00900: invalid SQL statement".
|
| app start up with oracle | 28 Apr 2006 14:18 GMT | 7 |
I'm writing an app that will be a simple server communicating with my pl/sql procedures via tcp/ip (utl_tcp package). How can I cause the app to start up along with the Oracle after e.g. machine reboot? thanks for any help
|
| Killed ODBC connection leaves TX lock in 10g server | 28 Apr 2006 13:33 GMT | 5 |
The server (10.2.0.1.0) and ODBC (EasySoft Oracle ODBC driver, v3.0) application run on a RHEL4-x86_64 box. We're seeing TX locks remain in the database when the ODBC app is killed by ctrl-c. The DML is being performed by stored procedures.
|
| OEM grid control 10.2 managing 9i databases | 28 Apr 2006 13:26 GMT | 1 |
Can anyone point me to any reference material highlighting the use of 10G OEM while managing 9i databases (good or bad idea, what is gained or lost)? We are in the midst of an upgrade and are currently on 9i. In the meantime, we are installing OEM (preferably 10g).
|
| RMAN via NetBackup or Oracle Enterprise Manager/ Grid Control? | 28 Apr 2006 13:23 GMT | 3 |
Hi folks, I'm new here, and I had a question, hopefully not too dumb/ignorant. :) We have two Oracle RAC Clusters running Oracle 10g and an Oracle Enterprise Manager/Grid Control server from which we normally manage our
|
| guide on impact of system | 28 Apr 2006 13:05 GMT | 9 |
Is there any documentation on what operations have a severe impact on the system and what ones are low impact? I know that most maintenace should be done on downtime but we really don't have any, so I'd like to have a reference of how bad performance is going to go down the tubes
|
| many instances of Oracle on single machine | 28 Apr 2006 11:22 GMT | 7 |
I am not sure if I'm correct but it's possible to set up many oracle databases on a single machine each will be accessed through different net listener , right ? how can I enumerate all oracle db running on a machine? is OCI helping?
|
| rman problem | 27 Apr 2006 23:56 GMT | 2 |
I have RMAN restore question. How to restore from exact backup file? For example I run script RUN {
|
| DB block corruption question | 27 Apr 2006 22:02 GMT | 2 |
We are using Oracle 9206. Because of a block corruption recently, we have to shutdown a mission critical database for a few hours. Now we are planning to have a standby database to prevent any downtime.
|
| The Chronicles of Oracle: the Client, the TNSnames.ora, and a DB cluster | 27 Apr 2006 19:57 GMT | 4 |
I have just recentely become an Oracle 10g database administrator and I have been having problems connecting a clients to our DB. I have installed the instant client but I am getting the ora-12514 errors (unable to resolve the TNSnames, etc...)
|
| ORA-00905 missing keyword | 27 Apr 2006 18:42 GMT | 1 |
I'm trying to use a query analyzer on some pre-existing procedure code and can't get past this message. "Describe Error: Failed to execute EXPLAIN plan: ORA-00905: missing keyword"
|
| replication questions, part duex | 27 Apr 2006 18:38 GMT | 1 |
This is a consolidation and refocus of a prior thead ... Replication environment .. Master site: Oracle 8.1.7 on Solaris 9 MV site: Oracle 10.2 on Win2k3
|
| Query with contents of text file. | 27 Apr 2006 17:51 GMT | 8 |
I have a text file populated with hundreds of id numbers(one entry per line). Now I want to execute against a database a query in the format "select name, id from employeeTable where id in ({--contents of the text file--})". What is the most effective way of doing this ?
|