posted 16 years ago
i want to create silent oracle instance creation using following script
dbca -silent -createDatabase
-templateName D:\Oracle9i\ORA92\ORA92Template.dbt
-gdbName ORA92
-sid ORA92
-datafileDestination E:\Oracle9i\ORA92
i have Oracle9i is existing oracle directory and now i want to create another instance as a destination E:\Oracle9i\ORA92
i tried with same script but its giving error in log as
Template D:\Oracle9i\ORA92\ORA92Template.dbt does not exist. Please specify an existing template for database creation.
please give me suggestion.
thanks in advance,
Suresh