on 2010 Oct 07 8:30 PM
I want to ship an 11.0.1.2276 *.db file to another party without any of the procedural code still visible to even a binary editor.
I can use ALTER ... SET HIDDEN but that just obfuscates and the recipient is rather clever.
I suspect DROP may not do much of anything to the system catalog data and extension pages other than mark them as free.
Should I use ALTER to replace every procedure, trigger, event, service etcetera with big fat meaningless templates, thus overwriting everything?
Or is that still not going to work?
Request clarification before answering.
These are two wild guesses:
1) Can you create a blank db and send only the data over to it? Ship the new "clean" db with the same data contents instead of the original with all the procedural code.
2) Can you unload the db and generate the reload statement then delete what you don't want in the reload and then reload? Ship the newly loaded "clean" db.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
30 | |
10 | |
8 | |
8 | |
7 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.