You should not drop the database which is supporting your APEX session, otherwise it would disappear along with the database. You would then have no means of building another one.
Using APEX you could invoke a script, and/or perhaps the DBCA to destroy a different database from that which you are using, but I must ask, why do you want to drop a database? For what business reason?
Obviously this is all dependent on you being granted sufficient privileges and permissions on the machine that's running Oracle. Noramlly drop database privileges are only granted to DBA's, and not end users. What is the business requirement here huch?
I only run enterprise, so I can't be sure. However, could you not expdp from the other machine, build another database on your machine, and then impdp?
I use enterprise at home, and since it's not for commercial use, there are no licencing issues. For a proof-of-concept problem (which yours appears to be) why not install the "full Monty"?
is there a way to download Enterprise for home use like you are saying? I have Express currently installed on my home machine now for use with my certifications, however some of the processes are not available.
just go to the oracle site and download whatever version you want. Provided it really is for personal use, there is no requirement to pay a licence fee. I can freely declare that on my home PC I have installed Oracle 11g Enterprise, with no fear of being pursued for a fee by Oracle.
Wisely, oracle encourage use of their software, so that people want to use it commercially.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.