| Thread | Last Post | Replies |
|
| When remote database used in DB Link is down, JDBC hangs | 11 Feb 2006 17:03 GMT | 2 |
I have DB Link defined in my Oracle DB I work with from JSP application which uses Tomcat's connection pool. When remote DB is available, everything is fine. But when
|
| Order of execution of Select clauses | 11 Feb 2006 16:52 GMT | 1 |
Please correct me if i am wrong. Internally, the order of execution for a SELECT statement is as follows: FROM clause
|
| Order of execution of Select clauses | 11 Feb 2006 01:33 GMT | 4 |
Please correct me if i am wrong. Internally, the order of execution for a SELECT statement is as follows: FROM clause
|
| Designing indexes | 11 Feb 2006 00:51 GMT | 8 |
Anyone know about tool that helps designing indexes ? the tool must consider user queries and stats on tables.
|
| Hidden Oracle Files during Install? | 11 Feb 2006 00:40 GMT | 5 |
We did an Oracle 10g install of the base software. We could not get the DBUA to work, so we decided to re-install Oracle, chosing it to perform the database upgrade at the same time. We removed the ORACLE_HOME directory and all the contents.
|
| Displaying rows as columns | 10 Feb 2006 22:36 GMT | 3 |
I have this kind of data ID Text 1 a 1 b
|
| How do I execute this statement in a file? | 10 Feb 2006 21:24 GMT | 1 |
I have a file with one statement INSERT INTO COPS.PRODUCT_TITLES (ISBN, TITLE) VALUES ('1230512980', ' Lab Activities & Long-Term Projects, AlgOneInter Crs 2'); But when I try and run this (using "start myfile.sql" in sqlplus) I
|
| Strange ORA-12545 message | 10 Feb 2006 20:19 GMT | 8 |
I'm trying to run SQLPLUS from within a Tomcat CGI script. I have had no trouble running this same script on Apache and IIS web servers but in this case I've been told to use Tomcat as a Standalone server. (OS is Win2003 Enterprise Ed. ; DB is 9i)
|
| Does selecting a primary key column in select , from a table do an automatic order by | 10 Feb 2006 18:53 GMT | 3 |
We had a query (written by an app guy ) to do some call usage processing (telecom billing system ) ... These were the 2 queries ,,,(in a perl script ) Needless to say he was doing it very inefficiently and the report he
|
| Oracle Install - WTF? | 10 Feb 2006 18:12 GMT | 4 |
This thing is very frustrating! If Oracle is going to invent an installer, it should work! We ran the installer, and, we selected that it should also upgrade the database. Now, the install instructions say that the Net Configuation
|
| String search and replace in pl/sql | 10 Feb 2006 17:53 GMT | 2 |
Oracle 9iR2 Take the following string (it is a piece of SQL) select c1,c2 from (select c1,c2
|
| Help with performance with a view | 10 Feb 2006 16:47 GMT | 3 |
I have a performance problem with a view. I need to convert a string field to a number field in the select statement of the view. But when I do this, the index on the table seems to be ignored, which is problematic with the response speed.
|
| Materialized view log - order of changes | 10 Feb 2006 16:22 GMT | 2 |
i am working with Oracle 8.1.7.0.0 and need to keep updated one table with the changes from another table. The idea i am following is through materialized view log that tracks all the changes made to the master table.
|
| ORA-38301: can not perform DDL/DML over objects in Recycle Bin | 10 Feb 2006 16:21 GMT | 3 |
1. The version of oracle is (Oracle 10g Release 2). 2. This error is given when the Informatica's repository being created. 3. The schema through which the repository is being created
|
| EVENT 10053 not working | 10 Feb 2006 15:59 GMT | 8 |
I'm currently encountering a weird problem with one query. Because I want to look into how CBO is treating this query, I tried using event 10053. Before running a statement I'm issuing: alter session set events '10053 trace name context forever, level 1';
|