Problem : error when tring to create windows service using oradim

Problem : error when tring to create windows service using oradim

hello ,

I trying to create a duplicate database using rman

I am now creating the new windows service for the duplicate database DIGICELDEP

USING ORADIM BUT THE ERROR MESSAGE KEEPS

POP UP

I USING JEFF HUNTER ORACLE DB TIPS ARTICLE

DUPLICATING A DATABASE USING RMAN (WINDOWS NT/2000)

>> C:\>oradim -new -sid DIGICELDUP -intpwd change_on_install -startmode auto -pfile
‘d:\orant\database\initDIGICELDUP.ora’
DIM-00003: An argument is missing for the parameter

please guide where i am going wrong .

thanks


Solution: error when tring to create windows service using oradim

oradim -new -sid DIGICELDUP -intpwd change_on_install -startmode auto -pfile d:\orant\database\initDIGICELDUP.ora

please try without the quotes.