| Thread | Last Post | Replies |
|
| Anyone know how to break an SQL-Plus Worksheet output stream? | 16 Dec 2005 18:45 GMT | 6 |
I don't know if there's a way to do a CTRL-BREAK when SQL-Plus Worksheet is outputting too-much data (say a million rows, which you have selected by mistake). What I do now is copy the SQL statement,and then just close the window and open another one, but that's a pain if
|
| password file on rac | 16 Dec 2005 18:05 GMT | 6 |
Version 10g R1, RH3u6 Linux, two node RAC, separate oracle homes When I issue the commands: login oracle@host1 sqlplus / as sysdba
|
| ORA-01843: not a valid month | 16 Dec 2005 18:00 GMT | 4 |
Last few days we are observing ORA-01843: not a valid month, error continously. On startup our Application always sets date format to dd.mm.yyyy format using
|
| Setting up Oracle Database for Production | 16 Dec 2005 17:51 GMT | 6 |
I am a beginner in Oracle DBA. I need to setup a oracle database for the production Environment. I have browsed through the net and oracle site. The basic things to consider will be
|
| Displaying database info | 16 Dec 2005 13:57 GMT | 2 |
I have a manually created 9i database, and I need to return some information on it. I need to show the database name, user datafiles, temporary datafiles, control files, and logfile groups. Anyone know how to do this?
|
| Howto Create global temporary table in Oracle 8.0.5 | 16 Dec 2005 13:26 GMT | 12 |
I did create a temporary table in Oracle 8i without any problem. However, How can I create a temporary table in Oracle 8.0 CREATE GLOBAL TEMPORARY TABLE table
|
| About read consistency | 16 Dec 2005 13:09 GMT | 3 |
Simple testcase: -- Step 1 SQL> create table CUSTOMER 2 (
|
| Where clause and cartesian product | 16 Dec 2005 12:53 GMT | 9 |
Im new to databases/Oracle. Recently I enrolled in an Oracle certification course. The Oracle course material says that usage of Where clause is preffered as it avoids a cartesian product (thus overloading the query). One colleague
|
| What is codepoint of character set? | 16 Dec 2005 12:45 GMT | 3 |
I can not understand meaning of a sentance, present in Oracle concepts manual..In the chapter of Native Datatypes, it says: The length semantics of character datatypes can be measured in bytes or characters.
|
| ORA-04061 | 16 Dec 2005 11:40 GMT | 1 |
Many of us know the issue: You change a stateful package's body (i.e., having package variables) and recompile it; when using this package in the same session where it was instantiated, you will repeatedly receive the ORA-04061/ORA-04068 error chain ("existing state of packages has
|
| Please help me with a simple query!!! | 16 Dec 2005 11:39 GMT | 6 |
I have a table which contains information regarding widgets. Each widget has a Department Number and a Product Number. I need to query the table for a specific set of widgets...about 100 in all.
|
| remote sessions (database link, v$session)... | 16 Dec 2005 10:06 GMT | 3 |
I have two databases: base01 and base02. base01 often queries base02 through a database link (e.g. : (from base01) select * from mytable@base02). One session is created on base01 and an other session is created on
|
| SSL with Oracle 7.3.4 and Oracle Application Server OAS 3.0 | 16 Dec 2005 08:39 GMT | 3 |
I want to have SSL with my Oracle-Web-Server. It's an very old Version (OAS 3.0) I have configured SSL exactly - read in the documentation. But it doesn't work !
|
| Getting values into SQLPLUS from Unix | 16 Dec 2005 08:31 GMT | 10 |
I have some small code that looks like this: sqlplus /nolog <<EOF connect / as sysdba ALTER SESSION SET CURRENT_SCHEMA=&1
|
| "Oracle error occurred, but error message could not be retrieved from Oracle" error when restarting application | 16 Dec 2005 08:27 GMT | 6 |
we're using Oracle 10g, in combination with Delphi (7). Application uses Oracle client dll (oraociei10.dll). Quick explenation about the structure (All files are on the network): - A launcher application is started by the client. The launcher
|