| Thread | Last Post | Replies |
|
| Index-Organized Tables | 18 Nov 2005 19:05 GMT | 1 |
Environment: Windows XP SP2 Database: Oracle 9.2.0.6 I have a table defined as follows: CREATE TABLE dpr_opening_balance
|
| Get Previous Day (ie Last Sunday) | 18 Nov 2005 17:44 GMT | 2 |
I'm trying to write a statement in SQL to return the date of the last sunday. ie today is '18-NOV-2005', previous sunday was '13-NOV-2005'. I don't want to use a function because I don't have access to create functions.
|
| Replace substrings in a column | 18 Nov 2005 16:19 GMT | 1 |
Which UPDATE statement do I need to replace a substring in a column. e.g. old value = "\\ComputerA\Projects\aaa.txt" new value = "C:\Projects\aaa.txt"
|
| SqlPlus headers | 18 Nov 2005 16:10 GMT | 5 |
I have a problem that hopefully will be very simple to somebody out there but is causing me a headache at the moment! This is an example of my problem. I have a table:
|
| Bind Variable Substitution In Exec Plan | 18 Nov 2005 15:07 GMT | 4 |
Guys, I'm running Oracle 9.2.0.6 on SUN. I've got this huge query generated by Siebel (I know, I know, all the queries generated by Siebel are huge!) which goes like this:
|
| adding a partition to a list partitioned table. | 18 Nov 2005 14:46 GMT | 10 |
I have created a table called movie_by_year which has list parttion based on the year CREATE TABLE Movie_By_Year 2 (MovieID CHAR(4) PRIMARY KEY,
|
| 9.2.0.4 For AIX? | 18 Nov 2005 14:31 GMT | 1 |
Is the database 9.2.0.4 for AIX 5L exists?
|
| Insufficient privileges starting ASM client database(s) when ASM instance started with non-Oracle owner | 18 Nov 2005 14:14 GMT | 3 |
Configuration: Oracle 10.2.0.1.0 x86_64 on RHEL4 , using ASM and ASMLIB. 4 gigs mem, single Xeon (dual core), 4 D1000's with 48 drives through three dual interfaced controllers (8 - SCSI hookups) controlled by ASM.
|
| ISQL*PLUS | 18 Nov 2005 14:10 GMT | 5 |
I am sort of new to Oracle and i am using 9i. I am trying to set up ISQL*PLUS on my oracle server, but I'm not sure how to set it up. Can anyone give me, or point me in the right direction on setting up ISQL*PLUS?
|
| Help rewriting query | 18 Nov 2005 10:47 GMT | 12 |
Could anyone help with rewriting queries below that are equivalent to avoid self-join or subquery in the second query so the materialized view fast refresh would be possible ? SELECT *
|
| utl_file.fopen with "Append/Write" option | 18 Nov 2005 09:53 GMT | 3 |
create or replace directory my_out as '/export/home/mig10g/muthuk'; grant read, write on directory my_out to public; SQL> create or replace procedure utl_file_test_read 2 authid current_user
|
| AFTER SERVERERROR Trigger | 18 Nov 2005 09:27 GMT | 1 |
I'm able to get the error number within the SERVERERROR trigger via ORA_SERVER_ERROR. How is it possible to get the respective error message? Regards, Robert
|
| pl/sql table and commit | 18 Nov 2005 09:03 GMT | 9 |
When I insert into a pl/sql table, do I need to commit ? I have a package body which defines a pl/sql table to contains a DATE table type; TYPE DateTable IS TABLE OF DATE
|
| direct path read/write wait event | 18 Nov 2005 05:39 GMT | 8 |
I have oracle 9.2.0.7, running on windows 2003, I find some direct path read/write wait event, and checked the p1 value of the event is 20. select * from dba_data_files where file_id=20; 0 rows returned
|
| Comparison of two tables | 18 Nov 2005 03:41 GMT | 3 |
I was looking at an optimized way in pl/sql to compare the data from tables in two different databases (Oracle 9i). Is there any alternate to opening cursors for each of the two tables and looping through them? The table has a few millions of records.
|