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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.