Search the web
Sign In
New User? Sign Up
oo4ole · Oracle Objects for OLE (OO4O) Users List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
  Newest  |  < Newer  |  Older >  |  Oldest
Topics   (List as Individual Messages) Messages Latest Post

Auto Insurance <http://www.2arz.com/> http://www.2arz.com/ <http://www.2arz.com/>...
1 Jun 27, 2009
7:32 am

software61266
Offline Send Email

How to generate fibonacci series in Oracle. Way 1: with data as (select level levels from dual connect by level <= &how_may_rows) select f from data model...
1 Oct 18, 2008
11:38 am

m arju
a_arju
Offline Send Email

Automatic startup and shutdown oracle on linux Oracle database server provides two scripts to configure automatic database startup and shutdown process. The...
1 Oct 15, 2008
11:20 am

m arju
a_arju
Offline Send Email

How to take RMAN backup on a remote disk It is common to hear that for backup there is not sufficient space on my server or my server disk is about to full....
1 Oct 14, 2008
6:17 am

m arju
a_arju
Offline Send Email

How to know whether I use analyze or DBMS_STATS Automatic statistics gathering should be sufficient for most of the cases. And automatic statistics gathering...
1 Oct 13, 2008
3:29 am

m arju
a_arju
Offline Send Email

RMAN-00554,RMAN-04005,ORA-0103 when remote connection by rman Whenever I try to connect remotely to a database through rman it fails with message RMAN-00554,...
1 Oct 12, 2008
9:33 am

m arju
a_arju
Offline Send Email

List of Patchset number in metalink You want to download patchset from metalink but you don't know the patchset number. In that case it may take some moments...
1 Oct 8, 2008
6:48 am

m arju
a_arju
Offline Send Email

How to clone database on the same host with different name In this post I will show how we can clone database on windows system without using RMAN duplicate....
1 Oct 7, 2008
3:38 am

m arju
a_arju
Offline Send Email

How to recover or recreate temporary tablespace in 10g In database you may discover that your temporary tablespace is deleted from OS or it might got...
1 Sep 24, 2008
10:38 am

m arju
a_arju
Offline Send Email

EM Daemon is not running On windows whenever I try to start my dbconsole in one time during process it shows me message EM Daemon is not running. Details in...
1 Sep 22, 2008
8:22 am

m arju
a_arju
Offline Send Email

Minimum privilege needed to take data pump export In your organization you may assign a user who is only responsible to take data pump export. Suppose everyday...
1 Sep 20, 2008
6:12 pm

m arju
a_arju
Offline Send Email

Drop Temporary Tablespace Hangs Problem Description The DROP temporary tablespace operations take long time and in fact it hangs. If you take a 10046 trace of...
2 Sep 16, 2008
4:29 pm

m arju
a_arju
Offline Send Email

Create Read only user for a Schema One thing you need to remember before read this post is there is no easy or shortcut way to make a read only user of another...
1 Sep 11, 2008
8:06 am

m arju
a_arju
Offline Send Email

How to find Top Sql through Queries If someone ask for top sql they from enterprise manager he can find some expensive queries. But the result may vary based...
2 Sep 9, 2008
7:00 pm

m arju
a_arju
Offline Send Email

Why create between pfile and spfile works if shutdown database Sometimes it may arises question that while database is shutdown then you can still connect to...
1 Sep 9, 2008
3:45 am

m arju
a_arju
Offline Send Email

How to avoid of recreating pfile or spfile if any error in spfile Let us some talk about pfile and spfile. Suppose I have done some wrong-edit inside spfile...
1 Sep 8, 2008
4:26 am

m arju
a_arju
Offline Send Email

What will happen if oracle unable to write Alertlog, Core Dump Or Tracefiles In this I will show what can happen if Oracle is unable to write to the ...
1 Sep 4, 2008
8:02 am

m arju
a_arju
Offline Send Email

How to restore an Spfile from autobackup older than 7 days Whenever we issue in RMAN, RMAN> restore spfile from autobackup; then restoring from autobackup...
1 Sep 3, 2008
8:33 am

m arju
a_arju
Offline Send Email

Recover database after missing online redo logs and all controlfiles. This example is based on, You have lost all your current and backup of controlfiles. You...
1 Sep 2, 2008
8:10 am

m arju
a_arju
Offline Send Email

ORA-12560: TNS:protocol adapter error on windows machine while starting oracle Error Description On my windows server machine whenever I try to logon to...
1 Aug 24, 2008
12:52 pm

m arju
a_arju
Offline Send Email

Running Runinstaller fails with DISPLAY not set When I running the runinstaller command on my linux server after entering through ssh it fails with DISPLAY not...
1 Aug 22, 2008
10:54 am

m arju
a_arju
Offline Send Email

Possible Limitations When Adding Datafiles to a Tablespace Before discussing limitations of adding datafiles to a tablespace let's think about DB_FILES...
1 Aug 20, 2008
5:50 am

m arju
a_arju
Offline Send Email

How to Find out or Check Linux Version Information Before installing oracle clusterware it is necessary in which version of linux you are trying to install to....
1 Aug 18, 2008
4:52 am

m arju
a_arju
Offline Send Email

How to Create and Use OMF OMF indicates Oracle Managed Files. With the use of Oracle-managed files the administration of an Oracle Database can be simplified. ...
1 Aug 17, 2008
11:24 am

m arju
a_arju
Offline Send Email

How to load data using external table into oracle database Using SQL*Loader we can load data from flat data file to oracle database which is described in How...
1 Aug 16, 2008
4:47 pm

m arju
a_arju
Offline Send Email

How to change the hostname in Linux There are several ways by which we can change the hostname in linux. The process may vary based on distribution of linux. ...
1 Aug 15, 2008
5:33 pm

m arju
a_arju
Offline Send Email

How to configure(modify,see) Kernel Parameters in Linux Kernel Parameters, Recommended Values to install Oracle and Associated Files 1)semmsl semmns semopm...
1 Aug 13, 2008
8:13 pm

m arju
a_arju
Offline Send Email

Convert CLOB to BLOB I will write a procedure clob_blob_proc which convert description column of test table of type clob to blob. Here is the procedure. ... ...
1 Aug 13, 2008
2:33 am

m arju
a_arju
Offline Send Email

How to Schedule or Automate Backup through Crontab Schedule or Automate Backup is a needed thing almost in all environment. We can do automate or scheduling...
1 Aug 12, 2008
5:55 am

m arju
a_arju
Offline Send Email

How to monitor alert log file in Oracle We know in a UNIX system with tail -f we can monitor alert log file to see how alert log file is populated. For example...
1 Aug 11, 2008
9:06 am

m arju
a_arju
Offline Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help