Hi,

I am using oracle 8.1.7 and the os is windows 2000. Is there any posibility to convert the entire objects of the schema including data into a .sql file. Like for a table the sql file will be having insert statement with data to be inserted when it is going to be executed in another schema.... as we have demobld.sql in oracle where it creates the table as well as inserts the value in the table. My requirement is the same. I dont want dump file.

Thanks in advance...