| Thread | Last Post | Replies |
|
| Changing host name and IP address | 19 Jan 2006 00:49 GMT | 1 |
I want to change the host name and IP address of a machine with a (test) Oracle 10g Database. I figure I need to edit the "tnsnames.ora" and "listener.ora" files. But, being an Oracle novice, I wonder if there are any other places that
|
| AIX: Converting Oracle9RAC and raw device to Oracle10G and GPFS | 18 Jan 2006 23:08 GMT | 1 |
We have today 4 nodes cluster running AIX, HACMP 5.2 and Oracle 9RAC. Now we have about 30 instances on each of the servers (total of 30 databases). I am thinking abot taking one of the databases out and move it into a 5. server outside the cluster - as a standalone machine. Because ...
|
| How can i tune this sql query ? | 18 Jan 2006 22:10 GMT | 6 |
Can u pls tell me how can i tune this query ? at any time records in UnitIDTbl and INFOTBL is not more then 50000. INSERT INTO UnitIDTbl SELECT DISTINCT ID,INUMBER,'E-NOTFOUND'
|
| Help!!!!Peformance Tuning | 18 Jan 2006 21:31 GMT | 2 |
I have problems about CPU loading and Oracle performance. The loading average is always higher than 1(which is abnormal). I have looked up v$seesion_wait, jobq slave waits obviously hold resources, that cause CPU loading is always high.
|
| How can I import only tables and data without triggers, stored procedures or other objects? | 18 Jan 2006 21:15 GMT | 3 |
I am currently using the IMP command to import an Oracle 8i database: imp userid=MyUsername/Mypassword@Myservicename buffer=50000 file=C:\temp\abc.dmp fromuser=ExportUsername touser=MyUsername rows=y grants=n constraints=n ignore=y log=C:\temp\import.log
|
| My apologies | 18 Jan 2006 18:11 GMT | 2 |
It was brought to my attention to a member of this group that my job positing yesterday is not welcomed in this group. To all of you who found my posting inappropriate please accept my apologies. I was unaware that Oracle job postings are not allowed.
|
| Vennela ERP Trainings and Managing IT Career in the 21st Century | 18 Jan 2006 18:07 GMT | 2 |
Vennela ERP Trainings and Managing IT Career in the 21st Century Vennela Technologies Private Limited Training Division #2C, Nandanavanam Complex
|
| using sqlldr to load data into a varray | 18 Jan 2006 17:06 GMT | 5 |
OK, I have a table that contains a varray. I have some data and I would like to load into it using sqlldr. However I keep getting the error: "direct path loading of datatype for column COL_KEVIN not supported."
|
| Connectivity between Oracle and Progress Database | 18 Jan 2006 15:40 GMT | 2 |
Can any body explain me on how to obtain connectivity between oracle and progress database. The progress database already exists and i need to use it in oracle. And hence need to obtain a connection between Oracle and Progress database.
|
| TNS-12505 entries in listener.log 9.2.0.6/HP-UX | 18 Jan 2006 11:38 GMT | 9 |
In our servers there are multiple entries with entries of the following kind: 10-JAN-2006 09:07:03 * (CONNECT_DATA=(SID=ORCL)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle))) *
|
| Help!!!!about Peformance Tuning | 18 Jan 2006 07:47 GMT | 1 |
I have problems about CPU loading and Oracle performance. The loading average is always higher than 1(which is abnormal). I have looked up v$seesion_wait, jobq slave waits obviously hold resources, that cause CPU loading is always high.
|
| Different result set of view in different sessions: is it reliable? | 18 Jan 2006 07:21 GMT | 2 |
I have a problem concerning views. Problem Definition: In an application, each application user should have access to specific departments. All application users connect to the database as scott; having a database user per actual application
|
| Star Transformation does not work with common table expressions | 18 Jan 2006 07:14 GMT | 1 |
I have a query such as the following WITH A as ( select ... from FACT, DIM1, DIM2 where FACT.DKEY1=DIM1.DKEY1 and FACT.DKEY2=DIM2.DKEY2
|
| How to use alter database close? | 18 Jan 2006 06:18 GMT | 1 |
in Oracle 9.2.0 after start database , I used "alter databsse cloes", it shows "ORA-01094 ALTER DATABASE CLOSE in progress. Connections not permitted"
|
| frequent commits | 18 Jan 2006 04:05 GMT | 9 |
Please fix what i am missing here. The argument against frequent commits is that oracle needs the transaction details, which is wiped out by COMMIT, to supports its multiversioning facility.
|