Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rcurva
  • Content: Threads
  • Order by date
  1. rcurva

    RMAN Restore of Hot Backup

    Hi Guys, I am a bit new to RMAN but I need to restore a database on a new server with the current rman hot backup like below; run { ALLOCATE CHANNEL c1 TYPE DISK; BACKUP DATABASE TAG = 'DATABASE_DAILY' SETSIZE = 2097152 FORMAT...
  2. rcurva

    Ugrade from 8i to 10g on a new server

    Hi guys, I will migrate an 8i from an old server to 10g on a new server. Just wondering if I can do this without installing the Oracle 8i software component in my new server first. My DBA friend told me to install Oracle 8i first, copy the datafiles etc, then this will become my base for the...
  3. rcurva

    SQL Loader mandatory ".dat" File extension

    I need your help guys. I have a source file without any extension and I need this file to be loaded in my staging table. I have prepared a control file that looks like this: LOAD DATA INFILE "/source/dir/MYFILE" INTO TABLE stage_tab ( columns here .... ) The problem here, after...

Part and Inventory Search

Back
Top