Home > database > PLSQL practical tips - fixed users
PLSQL practical tips - fixed users
Time:09-17
PLSQL often overtime heavy input password, switching environment or user input password, tedious, you just need to some simple configuration from the tedious, open PLSQL - & gt; Tools - & gt; Preferences - & gt; The login history - & gt; Fixed users, according to the username/password @ tnsname format configuration, each one a line, is behind the @ runs the setup_cq_ora_user_clob.sql tnsnames. Ora file for each database configuration information, the name of the configuration information is first place=(... In front of the string, For example: user name: dbname, the password is: dbpassword Tnsnames. Ora of configuration information: Dbtnsname= ( (ADDRESS_LIST= (ADDRESS=(TCP) PROTOCOL=(HOST=127.0.0.1) (PORT=(1521))) ) (CONNECT_DATA= https://bbs.csdn.net/topics/(SERVICE_NAME=XXX) ) ) Fixed configuration information of users is as follows: Dbname/dbpassword @ dbtnsname
CodePudding user response:
Thanks for sharing, it is recommended that the record in a blog post,
CodePudding user response:
Saves the time of the every time lost password
CodePudding user response:
In fact also supports ezconnect, also supports the as sysdba