Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email.
X
I'm looking for a dos command line to drop the windchill user from Oracle 10gR2. I expect the command to be something like (but would rather not test something untried):
AFter logging into sqlplus using system account (e.g. sqlplus system/manager@wind) , "drop user username cascade" will work. No need to enter password.
Thanks for all the feedback. I'm looking to do this entirely in DOS, not after logging into sqlplus. I am looking to do this as part of an automated script.
Perhaps I can do the same thing during a command line import? i.e. have it overwrite (and not append) when doing the import?
In that case you need the sqlplus flag to run a sql file from command line and you place the commands in the sql file. Bada bing. Oracle website or typing sqlplus will tell you what command/parameter flag to use.