Connect to Oracle Database with SQL*Plus (Empty Password)
If you are trying to connect to an Oracle database using SQLPlus with the username "scott" and an empty password, you can use the following command:\n\n\nsqlplus scott/\n\n\nAfter running this command, SQLPlus will prompt you for the password. Press Enter without entering anything to connect with an empty password.
原文地址: https://www.cveoy.top/t/topic/pxkk 著作权归作者所有。请勿转载和采集!