Archiving data

2001-08-30 Thread Ravindra Basavaraja
and after this those records can be deleted.Ex create table T1 as select * from tablename where id ; What is the best way of doing this. Thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network

RE: Archiving data

2001-08-30 Thread Ravindra Basavaraja
ARE on oracle 8.0 or above, I imagine? -Original Message- From: Ravindra Basavaraja [mailto:[EMAIL PROTECTED]] I have few tables that will be getting populated with transaction data continuously.This table grows to large size.For us once the transaction is completed we

RE: Standby Database Error

2001-08-21 Thread Ravindra Basavaraja
could be the problem.? Thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California-- Public Internet access / Mailing Lists

RE: rman/standby

2001-08-15 Thread Ravindra Basavaraja
the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California-- Public Internet access / Mailing Lists

rman/standby

2001-08-14 Thread Ravindra Basavaraja
it.? Thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California-- Public Internet access / Mailing Lists

RMAN

2001-08-09 Thread Ravindra Basavaraja
should I do in the script so that the archive log file are not deleted. Thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California

RAID 5/Oracle

2001-07-31 Thread Ravindra Basavaraja
disk of A1000 as different mount point. Thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California-- Public Internet

off topic--oracle Vs ms sql

2001-07-30 Thread Ravindra Basavaraja
Does anyone have any doc or links that compares oracle and ms sql. Also what are the equivalent data types in ms sql for oracle's lobs. Thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network

sql help --urgent

2001-07-20 Thread Ravindra Basavaraja
Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California-- Public Internet access / Mailing Lists

MINUS--Sql help

2001-07-12 Thread Ravindra Basavaraja
: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California-- Public Internet access / Mailing Lists To REMOVE yourself from this mailing list

RE: Email/Paging/Mobile Phone alerts

2001-07-10 Thread Ravindra Basavaraja
e. like tablespace full,no. of processes exceeded,instance going downetc.I want a solution other than OEM.What are the other ways of sending suchalert to notify the person who takes care of the database.Thanks-Ravindra-- Please see the official ORACLE-L FAQ: http://www.orafaq.com-- Auth

Locks

2001-06-21 Thread Ravindra Basavaraja
timeout parameter that can be set on the database. Thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California-- Public

sql o/p to Excel

2001-06-21 Thread Ravindra Basavaraja
appear in different columns in excel.How can I do that. Is that possible? Thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego

rman

2001-06-01 Thread Ravindra Basavaraja
: partial resync RMAN-08003: starting partial resync of recovery catalog RMAN-08005: partial resync complete RMAN-03022: compiling command: release RMAN-03023: executing command: release RMAN-08031: released channel: c1 -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra

size of Clob

2001-05-23 Thread Ravindra Basavaraja
I have a column of Clob datatype in one table.How Can I find the size of the data in a row for that Clob column alone. Is this possible? Thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network

OCI drivers

2001-05-02 Thread Ravindra Basavaraja
on this topic. thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California-- Public Internet access / Mailing Lists

RMAN

2001-04-13 Thread Ravindra Basavaraja
anyone tell me how to complete the set up successfully.Why am i getting RMAN-06193: connected to target database (not started) error. Pls advice Thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network

sql queries issued to the database

2001-04-12 Thread Ravindra Basavaraja
How do we find all the queries that are issused against the database.Can we enable any log that will capture this information along with the user information who issued the query. Thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja

RE: sql query

2001-04-03 Thread Ravindra Basavaraja
day sysdate - 1/24 is sysdate minus 1 hour sysdate - 1/24/60 is sysdate minus 1 minute = sysdate -1/(24*60) sysdate - 1/24/60/60 is sysdate minus 1 second = sysdate - 1/(24*60*60) = sysdate - 1/(24*3600) "Ravindra Basavaraja" To:

sql query

2001-04-02 Thread Ravindra Basavaraja
://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California-- Public Internet access / Mailing Lists To REMOVE

RevealNet

2001-03-30 Thread Ravindra Basavaraja
Gurus, I wanted some inputs on Revealnet knowledge base.If anyone is using this,i want to how useful has it been. Are there any other tools that I can look in. Thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL

Excel to oracle

2001-03-29 Thread Ravindra Basavaraja
: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California-- Public Internet access / Mailing Lists To REMOVE

RE: Excel to oracle

2001-03-29 Thread Ravindra Basavaraja
. How can we generate a dat file delimited with comas so that I can use SQlLOADer to port the data. Thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858

sqlplus

2001-03-14 Thread Ravindra Basavaraja
FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California-- Public Internet access / Mailing Lists

java pgm from d/b trigger

2001-03-13 Thread Ravindra Basavaraja
Can we call java program from a database trigger? Thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California-- Public

Netbackup and RMAN

2001-03-08 Thread Ravindra Basavaraja
or just Netbackup is sufficient for the Oracle backup and receovery. thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California

NUMBER datatype

2001-03-05 Thread Ravindra Basavaraja
This is an elementary q. If i have a col of NUMBER data type what is the last number that can be stored in this col. Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538

sequence generator

2001-02-23 Thread Ravindra Basavaraja
points. Thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California-- Public Internet access / Mailing Lists

Email/Paging/Mobile Phone alerts

2001-02-22 Thread Ravindra Basavaraja
such alert to notify the person who takes care of the database. Thanks -Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego, California

OCI

2001-02-13 Thread Ravindra Basavaraja
is a java application and makes JDBC connection to the database. Pls comment Thanks Ravindra -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ravindra Basavaraja INET: [EMAIL PROTECTED] Fat City Network Services-- (858) 538-5051 FAX: (858) 538-5051 San Diego