FG
💻 Software

Login to Oracle database without username and password

Fresh5 days ago
Mar 15, 202611414 views
Confidence Score0%
0%

Problem

I want to login to a database by running an SQL file from a Unix script without supplying username and password (as root). Is this possible? The database is Oracle.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Login to Oracle database without username and password

Low Risk

You can define your database users as being OS Authenticated. Tim Hall's Oracle_Base site has a good primer on how to do this. You don't need to allow folks to log in with SYSDBA privileges, a recipe for disaster.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment