| Thread | Last Post | Replies |
|
| ORA-01858 | 28 Feb 2007 22:40 GMT | 1 |
The following SQL works well without the last line, once I add the last line, I get ORA-01858. I am not sure why it works in the SELECT but not in the WHERE clause. We have Oracle 9.2.0.7.
|
| i dont see log when data insert fails for some reason | 28 Feb 2007 21:07 GMT | 1 |
Basically, i was attempting to insert a data in one my table while the oracle blowed an error saying that cannot insert data in column x since the data type for that column is small. After that i altered the table made the correct change and but now my question is i dont see
|
| Migrating From AIX to Windows 2003 | 28 Feb 2007 19:49 GMT | 9 |
I have a DSS system which has been heavily tuned over the past few years. The system is tuned as well as it likely will be tuned. But it's heavily loaded with jobs. We are tasked with Migrating from AIX to Windows 2003.
|
| Designing database tables for performance? | 28 Feb 2007 19:21 GMT | 13 |
I am trying to get my head around who to best design a couple of tables for performance. The entities are fake so ignore that, I am just focusing on the table sizes and values. Suppose I had a table called items with 50,000 rows
|
| Q: How to audit a user and thier rights? | 28 Feb 2007 18:01 GMT | 5 |
I was asked how to verify what tables, privs, and such a particular oracle user had. Short of showing the scripts I used to create the user, how do I actually go back in
|
| Urgent need Oracle applications Developer!!! | 28 Feb 2007 16:28 GMT | 1 |
We have an immediate requirement at one of our direct client clients in Delray Beach, Florida. Here are the details: * Minimum of 5 Years of experience working with Oracle Applications.
|
| Accessing Vararray LIMIT in SQL within PL/SQL | 28 Feb 2007 15:38 GMT | 2 |
I try to reduce redundancy. If you change the line with comment "-- ERROR:" to refer to the vararray's LIMIT you get ORA-00904: LINE/COL ERROR -------- -----------------------------------------------------------------
|
| Trigger with diferent tables | 28 Feb 2007 15:26 GMT | 1 |
I have 2 tables with a master/detail relationship (delivery note header and detail) Now I want to do a trigger to update the stock table. In the delivery note header table I have the warehouse and in the detail I have the
|
| shared server vs. connection pooling - speed, scalability - some questions | 28 Feb 2007 13:36 GMT | 3 |
I'm looking for some pointers to documentation, etc. that will help us understand our options (experiences/horror stories would also be useful). I'm a sysadmin/developer and don't have a significant oracle background. I've been reading the Oracle Database Administrator's Guide ...
|
| Sequence in SQL-LOADER | 28 Feb 2007 12:38 GMT | 4 |
I am using sequence in sql-loader to insert unique values in a table. ctl file (Demo): LOAD DATA
|
| WHERE CLAUSE PROPERTY IN DATA BLOCK | 28 Feb 2007 12:21 GMT | 3 |
I need help on this problem: In a form data block I want to enter in the Property WHERE CLAUSE a clause based on certain conditions: 1. the first condition is ANA_TYPE := TXT_ANA_TYPE AND ANA_CODE :=
|
| need sql query to check if a column is unique | 28 Feb 2007 12:00 GMT | 3 |
Hey guys, I've an table with a column, let's call it employee_id. Do you know an sql statement, which can check employee_id, if it has duplicate entries ?
|
| DBMS_JOB | 28 Feb 2007 10:13 GMT | 1 |
Does DBMS_JOB always run on creation of the job. I dont want the job to run on creation but only during the specified interval.Is there any way?
|
| Round Up 5.1 to 6 | 28 Feb 2007 06:17 GMT | 3 |
How can I round UP 5.1 to 6 ? thanks
|
| utl_file | 28 Feb 2007 01:43 GMT | 2 |
I am trying to write a text file using utl_file to write to a file. I used UTL_FILE.FOPEN(v_ftp_folder, v_cms_file, 'w'); UTL_FILE.PUT(v_outfile_handle, 'X');
|