| Thread | Last Post | Replies |
|
| 10g: schedule RMAN jobs | 09 Sep 2005 19:48 GMT | 3 |
Oracle 10g RMAN with catalog. Our RMAN catalog db manages 10 databases (all are 10g). From RMAN catalog database machine, can we schedule RMAN jobs for the target databases in EM browser?
|
| Rman Restore | 09 Sep 2005 19:24 GMT | 1 |
I have a tablespace of 10 gb with 1 datafile. I took the backup of this tablespace through rman using controlfile. --It was read only tablespace. Later I need this I restored it successfully from RMAN on a diff.
|
| Multi Level Tree Structure | 09 Sep 2005 18:02 GMT | 2 |
I am using Oracle 8.1.7 On Windows... Id (Primary Key) Name (Name of the person) PredId (Predecessor Id) 1 A 0 2 B 1
|
| Single vs. Multiple Sequences | 09 Sep 2005 17:35 GMT | 5 |
Are there performance advantages to having a sequence generator per table VS a single sequence generator used across all tables? Are there locking issues that might be a problem with using a single sequence generator?
|
| Oracle Security Issue | 09 Sep 2005 16:59 GMT | 2 |
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
|
| How to uninstall Oracle8 (Server) | 09 Sep 2005 16:26 GMT | 15 |
Could you please tell me (step by step) how to uninstall Oracle 8 (Server)? I have it on two computers with Windows NT 4 and Windows XP Pro. I'd like to remove it from all places (directories, registry, services, path etc.) on both computers.
|
| Stripe Width | 09 Sep 2005 16:26 GMT | 4 |
What are the advantages/disadvantages of using a bigger stripe width for datafiles at the storage level.
|
| Want to know the meaning of the KeyWords used in the execution plan | 09 Sep 2005 13:18 GMT | 2 |
I want to know that actual meaning of some of the keywords used in the Oracle SQL query execution plan. Some of these are INDEX UNIQUE SCAN
|
| FAQ - Etiquette - and how to get an answer | 09 Sep 2005 12:59 GMT | 2 |
There are several FAQs about the Oracle database scattered around the Internet, and many ways of finding answers to the shorter questions about Oracle very quickly.
|
| MATERIALIZE hint & CTAS WITH statement ! | 09 Sep 2005 11:59 GMT | 1 |
I found a statement on J. Lewis' site about which I feel particuliarly puzzled, it starts as follows:
> create table t1 as > with generator as ( |
| ORA-04031 hash-join large-pool | 09 Sep 2005 09:52 GMT | 3 |
We are having intermitent, but reproducable, ORA-04031 errors in our application, and I am looking for solutions. To reproduce the problem I have to run the probelm query simultaneously on three sessions. Two sessions work fine, so there is obviously a
|
| Oracle SQL query - Grouping function to take 1st value for non-grouped cols | 09 Sep 2005 09:08 GMT | 3 |
What Oracle sql query would take data in a table like follows: DEPARTMENT JOB Total_Empl Average_Sal Accounting AC_ACCOUNT 1 99600
|
| running instantclient sqlplus without tnsnames.ora file? | 09 Sep 2005 07:58 GMT | 3 |
newbie alert, apologies in advance... I have a connection string that looks like this: //oracle-rac-1:1521/racdb.pixar.com Is there a way to use this string with sqlplus, instead of using
|
| integer vs integer external in .ctl file | 09 Sep 2005 06:19 GMT | 1 |
I had difficulty loading some data using sqlldr; A coworker offered a solution but no explanation as to why it works. Looking on the web, I found that integer values in the .ctl file can be changed to char() with a number of digits spcified in the parens.
|
| passing variable to a cursor | 09 Sep 2005 05:56 GMT | 2 |
I would like to pass in a schema name to a cursor but I'm not sure what the syntax is, can someone help... cursor mycursor (v_schemaname in varchar2) is select name from v_schemaname.emp where empid=100;
|