| Thread | Last Post | Replies |
|
| Redo logs a Quick I/O enabled file system | 15 Sep 2007 18:28 GMT | 5 |
What is the impact of placing the Oracle redo logs on a Veritas Quick I/O enabled file system? --Thanks, --Mike Jr.
|
| toad and double-quoting column name | 15 Sep 2007 17:34 GMT | 3 |
I had an issue at work which has been bugging me since yesterday, so I thought I might get some help before my weekend gets ruined. I was in TOAD logged in to schema_1 which has privileges to read schema_2
|
| Require Solution for this SQL problem | 15 Sep 2007 16:47 GMT | 1 |
I have two tables TableA and TableB. I have a stored procedure which runs every morning and based on some logic dumps rows from TableA to TableB. In Table B there are two additional colums ID and RunID. ID is a normal sequence applied for all rows. But the RunId should be
|
| Test Directory Object Using SQLPlus | 15 Sep 2007 16:28 GMT | 2 |
Could someone please recommend some SQL to test if a Directory Object is working? I have been using EM's (dbconsole) test option but would like to be able to do this from SQLPlus.
|
| Require Solution for this SQL problem | 15 Sep 2007 15:22 GMT | 1 |
I have two tables TableA and TableB. I have a stored procedure which runs every morning and based on some logic dumps rows from TableA to TableB. In Table B there are two additional colums ID and RunID. ID is a normal sequence applied for all rows. But the RunId should be
|
| How to solve probably a very simple DATE problem? | 15 Sep 2007 15:20 GMT | 4 |
Using Oracle 9i I have to compare a DATE column value with a file last modified date held on a disk system. In Java I can use the SimpleDateFormat() which adjusts the file date
|
| Oracle Key Concepts - Make Sure You Know All! | 15 Sep 2007 13:34 GMT | 6 |
Oracle Key Concepts - Make Sure You Know All! Oracle Key Concepts - Make sure you know all especially before appearing for Oracle Certification (i.e. to becoming Oracle Certified Professional or OCP)
|
| ignoreSysPrereqs and Linux installs | 15 Sep 2007 00:16 GMT | 1 |
Oracle People, For Oracle 10gR2 installs, I'm trying to figure out some of the details behind the ignoreSysPrereqs
|
| Vertical result with Oracle SQL? | 14 Sep 2007 21:19 GMT | 5 |
Here is what I need to get. Columns: Id, Name, Program, cost Data sample: 1, George, Program 1, $10
|
| Displaying a table in DBMS_OUTPUT using OWA package | 14 Sep 2007 16:50 GMT | 2 |
I have created a procedure to display a table in DBMS_OUTPUT using OWA package. PROCEDURE showtable (tablename VARCHAR2) AS
|
| When duplicate delete oldest date and if equal delete either? | 14 Sep 2007 16:38 GMT | 2 |
select * from tmp_autorecharge_work a where exists (select l.account_number from tmp_autorecharge_work l where a.account_number = l.account_number group by l.account_number having count(*) > 1)
|
| PL/SQL: Get max length of a varchar2 type | 14 Sep 2007 16:36 GMT | 1 |
Below are the first lines of a procedure that shall write a log entry into a log table. It gets a string of variable length and than cuts it so it fits into the column. My problem: How to know the maximum size of the column? With %TYPE I get a variable of the corresponding type,
|
| Need substitutes for CONCAT(), NVL2(), % wildcard | 14 Sep 2007 16:35 GMT | 2 |
We have an application that runs with either Oracle or MSDE and I'm looking for substitutes for the following commands that will be compatible on both databases: CONCAT(), NVL2(), % wildcard. I believe they only currently are supported in Oracle.
|
| PL/SQL: Get max length of a varchar2 type | 14 Sep 2007 13:59 GMT | 1 |
Below are the first lines of a procedure that shall write a log entry into a log table. It gets a string of variable length and than cuts it so it fits into the column. My problem: How to know the maximum size of the column? With %TYPE I get a variable of the corresponding type,
|
| Importing a Oracle 7 dmp file into 10g | 14 Sep 2007 12:51 GMT | 2 |
I am importing an oracle 7 dump file into a 10g database. I am not able to know the difference between a snapshot and a materialized view, in a detailed manner. As in Oracle 7 there were snapshots and there are materialized views,now a days.
|