| Thread | Last Post | Replies |
|
| ORA-00600 in alert log | 12 Sep 2005 14:39 GMT | 2 |
We're having some problems. The db seems to have started up but an attempt to connect gives a listener error ORA-12541 We have ORA-00600 errors in the alert log. Attached is the entry in the alert_emprod.log. what can we do ?
|
| Please help a newbie | 12 Sep 2005 14:02 GMT | 4 |
I am starting a job soon developing asp.net pages against oracle database. I know quite a lot about MS sql server (6 years experience) but I don't know anything about Oracle.
|
| Impersonate a Oracle User | 12 Sep 2005 13:18 GMT | 14 |
Suppose that you are connected to an Oracle database with the user SYS or SYSTEM. I know that there is a way to impersonate another Oracle user account, but I don't remember the command.
|
| probably simple - Pro*C, gcc, Solaris 2.8 and connect | 12 Sep 2005 10:46 GMT | 7 |
I have two SUNs at home an Ultra 10 and a Blade 1000. I put 4Gb of RAM in the Blade installed oracle 9.2 on it and oracle client 9.2 on the U10. Now what I don't get is that I can sqlplus from the U10
|
| The opmn thing-a-majick | 12 Sep 2005 06:34 GMT | 3 |
I have ons.log files that are growing GB's in size with the message "Local connection 0,127.0.0.1,6100 invalid form factor" repeated continuously. The opmn resides in an HTMLDB 1.6 home, installed from the 10.1.0.3
|
| please help | 12 Sep 2005 03:05 GMT | 3 |
I am starting a job soon developing asp.net pages against oracle database. I know quite a lot about MS sql server (6 years experience) but I don't know anything about Oracle.
|
| Newbie Question | 12 Sep 2005 02:49 GMT | 4 |
At my office I work with Oracle Database version 9i I'm only a client-server and web developer. I want to install a Oracle Database Lite on my Home PC; just a database where I can connect to retrieve and update data with VB 6 or VB.NET
|
| Where do I start | 12 Sep 2005 01:01 GMT | 7 |
I'm a MS SQL Server DBA and I know next ot nothing about how Oracle works. Now I need to get involved in our Oracle server (some administration and querying databases) so where do I start? Can any of you point me to some good "Oracle Beginners guide" on how to do the basic stuff?
|
| ORA-23313: Not mastered | 11 Sep 2005 23:09 GMT | 3 |
I'm trying to set up a 3 layer replication environment using Oracle 10g (10.1.0) on Windows XP Professional. When I want to create a MV replication group at the 2nd layer (MV on Master), I get the ORA-23313. I've just used Oracle 10g Advanced Replication API Reference manual
|
| Oracle Database Simulator | 11 Sep 2005 20:33 GMT | 2 |
Is there any oracle database simulators which simulates problems normally faced by DBAs in real world? This is for practice purpose. If so, could you give me the website address?
|
| Performance issue | 11 Sep 2005 16:33 GMT | 7 |
I have two long and very similar SQL queries. The only difference is in this part: Query 1: ... AND build_id IN (SELECT build_id from build where .... ) ....
|
| Oracle Security Questions | 11 Sep 2005 16:29 GMT | 8 |
I have the following questions in the Oracle 8 and 9 platforms: 1. Does the roles need to set password? If no password, any negative impact? 2. Can user data / objects be put in the system tablespace? Can this
|
| Optimizing Database Productivity | 10 Sep 2005 23:42 GMT | 8 |
I am confused about whether to set PGA_AGGREGATE_TARGET or SORT_AREA_SIZE. Whichever you recommend, what is the proper value for the continuous running of the multiple applications for a database that is sized between 6GB and 10GB? If you recommend using the
|
| Which background process regulates amount of pga memory per session in 10g ? Thanks, rm. | 10 Sep 2005 20:57 GMT | 15 |
|
| using bind variables makes the optimizer choose a bad plan | 10 Sep 2005 18:54 GMT | 12 |
Given the query: select * from carhitelszerzodesek where flotta_id=:1 The plan is table access full, though we have an index on flotta_id. Flotta_id is numeric, the table is analyzed with all columns, all
|