• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem with Database Configuration Script

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I need you help in creating Database Configuration Script on SunOS.

Problem :-
I created database(Oracle) of my project on windows 2000 and now i have to send that (.sql)file to my client to dump it on SUN OS which they were using So, for dumping that database on SUN OS i need a script through which I can dump my whole database on SUN OS.
means when we run that script through cmd line it will dump whole data from (.sql) and create same database on SUN OS.

please help me in solving this problem.

Thanx in Advance.
 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Read the documentation about the export and import utilities. There is an Oracle book called "Database Utilities" (included with your product documentation) which covers these two utilities. That should get you started.
reply
    Bookmark Topic Watch Topic
  • New Topic