| Thread | Last Post | Replies |
|
| Network Issue | 22 Jul 2008 08:11 GMT | 4 |
We are replatforming our datawarehouse from Oracle 9i in Sun Solaris to 10g in IBM AIX 5.3. There is a direct connect network link (Gigabit) setup between the two servers. The plan is to transfer the data over a dblink.
|
| Using a dedicated NIC card for standby database (archive log transfers) | 22 Jul 2008 02:08 GMT | 2 |
Bear with me, DBAs. I am an AIX specialist with only basic Oracle 9i exposure. I have two AIX servers: ServerA has a primary database PRIML01
|
| create RAC services in Oracle 11g | 21 Jul 2008 20:54 GMT | 3 |
In 10g, I use dbca to create RAC service names but in 11g dbca, I could no longer use service management to create services. Is there another way of creating service names other than srvctl? I used srvctl to create services but the tnsnames.ora was not updated with the new
|
| 'XYZ' AS in union query gives ORA-00918 | 21 Jul 2008 18:55 GMT | 5 |
I've created an union query like this: select 'DB' AS SRC, some fields from a table union select 'UP' AS SRC, some fields from a view
|
| need help with a sql statement | 21 Jul 2008 16:51 GMT | 4 |
I've got a personal project for myself and a group of friends. we've been playing poker together for about 5 years and decided to make a website to keep track of our league results using apex. The data model is pretty simple, it could be more complicated depending on what I
|
| Getting ttable's columns info | 20 Jul 2008 03:03 GMT | 1 |
I'm writing an application using C++ and OCCI driver. try { MetaData tabInfo = conn->getMetaData( tab_name,
|
| Oracle XE/BEA Weblogic | 19 Jul 2008 22:15 GMT | 4 |
I've got Oracle XE installed on my desktop so I can explore and learn Oracle preparatory to converting our apps from Sybase to Oracle. I also have BEA Weblogic installed on my desktop so I can test my webapps before deploying them.
|
| Field encryption in oracle table | 18 Jul 2008 18:14 GMT | 1 |
How can I encrypt a field in a Oracle table ( Oracle 8i) so that apart from any specific user it will show the encryted figure to the rest while browsing the table ?
|
| SQLLDR problem | 18 Jul 2008 07:36 GMT | 2 |
I'm trying to import a fixed-length ASCII file using SQLLDR. The end-of-line is 0D 0A, as usual. But some notes fields in the data use 0D 0D 0A within them. SQLLDR interprets this as end-of-line.
|
| Calculating space | 17 Jul 2008 19:36 GMT | 3 |
I am a junior dba. I was wondering if anyone could point me how to do the following?: I am currently trying to verify/calculate the size of my current oracle db/schema. I've been using:
|
| 10G Grid Control - Extracting Metric Data | 17 Jul 2008 19:19 GMT | 1 |
I've recently installed Oracle Grid control 10G to monitor a number of db instances which is working well. My manager is currently setting up a system that will include various Key Performance Inidcators for oracle based systems e.g. uptime etc.
|
| Changing DBID | 17 Jul 2008 18:45 GMT | 19 |
Is there a way to reset the DBID of a database to a specific value? For example in the case if a duplicated database, I want to reset the DBID of the auxiliary DB to it's original DBID after the duplication is complete to make maintenance on the old backups easier. The auxiliary
|
| Oracle help | 17 Jul 2008 18:06 GMT | 3 |
I am a junior dba. I was wondering if anyone could point me how to do the following?: I am currently trying to verify/calculate the size of my current oracle db/schema. I've been using:
|
| Small scale - programmer driven - schema object/data restore | 17 Jul 2008 16:45 GMT | 4 |
Hi - We have a small Oracle server used by three programmers. We would like programmer working on Schema A to be able to backup the schema (at T1) and subsequently (at T2) restore it for the purposes of testing etc.
|
| lag and update | 17 Jul 2008 12:30 GMT | 4 |
hello group, 10g: i've got this table "z" with following attributes: id
|