• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

create silent oracle instance creation using template

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
I was born with webbed fish toes. This tiny ad is my only friend:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic