I noticed its possible to run SQL scripts with Oracle's SQLPlus by providing only a username and no password. Isn't this like a horrible breach of any form of security for Oracle?
Or am I missing something?
I noticed its possible to run SQL scripts with Oracle's SQLPlus by providing only a username and no password. Isn't this like a horrible breach of any form of security for Oracle?
Or am I missing something?
Most likely, your oracle server has OS Authentication enabled, this basically tells oracle to trust users already logged into the OS.