| Thread | Last Post | Replies |
|
| QUESTION: Standby database behavior... No SQLPlus prompt! | 22 Apr 2006 21:26 GMT | 5 |
Hi, all. I'm on 8.1.7.4 on AIX 5.2.0.2. I'm configuring a standby database, on the same node as the primary, in a different directory structure. I want it to be managed, not manual.
|
| Do I always need Oracle SE/EE and IAS/OC4J to run Oracle Lite ? | 22 Apr 2006 18:43 GMT | 2 |
I am new to Oracle Lite, I read this docs : http://www.oracle.com/technology/products/lite/TWP_Lite_10gR2.pdf
>From what I read there : 1) Is it correct that to run Oracle Lite on offline mobile apps, I must
|
| Oracle Text? | 22 Apr 2006 16:06 GMT | 3 |
I have an Oracle text search that searches CLOBs, and is now failing -- hypothesis is that the CLOBs over 200 MB are causing it to fail. Is there any tuning I can do to ensure these CLOBs get searched? Thanks!
|
| ocp 10g or 9i | 22 Apr 2006 14:52 GMT | 8 |
hi experts, i am new to oracle and want to learn oracle.i am confused whether to start from 9i or 10g.i also want to give ocp exams .so please can anybody guide me which certification to give 9i or 10g.
|
| Index vs. partitioning for performance | 22 Apr 2006 10:00 GMT | 6 |
Suppose: - you have a table that has only a few colums and one of them, an integer column, is used as an index; - rows in this table are only ever selected using the index field;
|
| BrightStor Installation Encounter Errors | 22 Apr 2006 04:45 GMT | 2 |
BrightStor for Oracle Backup Installation on AIX 5.3 encounters errors as: ./install[1525]:0403-057 Syntax error at line 2951: 'then' is not matched. Pls help me.
|
| UTL_FILE.put_line() and HEXTORAW() | 22 Apr 2006 02:37 GMT | 1 |
I need to write "binary" data, specifically a record separator byte (x1E), to a file. When I do so using "UTL_FILE.put_line(file_handle, HEXTORAW("1E"));" I end up with an ASCII hex string of "1" "E", two bytes not one with 0x1E followed by "newline."
|
| How to Create Local Temporary Table | 22 Apr 2006 01:55 GMT | 25 |
I just migrate from SQL Server to Oracle. I usually use local temporary table in my SQL Server queries (sign with '#'). Now, could I create the local temporary table in Oracle too?
|
| Corrupt Control File Information | 22 Apr 2006 01:51 GMT | 5 |
Hi DBAs, I am working on 24 X 7 database. I have 3 control files in database if one is currupted then where can I see this problem.
|
| Newbie: Generate XML for data from Oracle Table Rows | 21 Apr 2006 22:45 GMT | 1 |
I am very new to Oracle. My customer has a requirement, where in I need to generate the XML scripts for the data that we are appending with in the table. eg: for the table
|
| Oracle 10g Install Issues (make failing) | 21 Apr 2006 21:59 GMT | 1 |
I am attempting to install Oracle 10.2.0.1.0 on a Solaris 2.9 box that has Oracle 8.1.7.4.0 already installed. Each time the install gets to a certain point it fails. At first we thought it was the use of symbolic links but the installer is looking for certain *.a files that
|
| Modify Table Insert Calculated Column | 21 Apr 2006 20:10 GMT | 3 |
Please tell me the syntax for inserting a calculated column into an Oracle 10g database. The SQL Server ALTER TABLE code won't work. A simple example: ALTER TABLE Rentals
|
| alter table extend | 21 Apr 2006 19:21 GMT | 5 |
i have a oracle table that have run out of space, it is created with the following storage TABLESPACE xxxxx STORAGE (INITIAL 1000K
|
| Need HELP uninstalling Oracle on my home PC | 21 Apr 2006 18:53 GMT | 2 |
I signed up for a Oracle/SQL class, started the class then had to drop it because I am taking a MCSE course.... long story short... I followed the directions to uninstall oracle from my home computer but the service for the database I created keeps trying to start. I think this
|
| Select Statement | 21 Apr 2006 17:42 GMT | 13 |
Good Morning Gentleman, Requirment: Need to check whether there Is a record satisfying given criteria (transnum = :Itransnum;) in a 10 million row table.
|