Pergunta

I have made a College Management System project in Java using Netbeans 6.9.1 and Oracle10g. where can I find the database files related to my project so that i can export those files to another system?

Foi útil?

Solução

If by "database files" you mean your tables, procedures and other data, then they are contained in Oracle's data files.

You'll have to export the data and then import them on another system.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top