Oracle密码文件学习心得
Oracle密码文件学习心得 (一)创建Oracle密码文件的命令 orapwdfile=password=entries=最大数目 这里的file命名规则在unix/l
Oracle密码文件学习心得 (一)创建Oracle密码文件的命令 orapwdfile=password=entries=最大数目 这里的file命名规则在unix/linux下orapw,在windows下 为pwd.ora 一、unix环境: 查了Administrator‘sReference10gRelease2(10.2) forUNIX-BasedOperatingSystems. 1.LoginastheOraclesoftwareowner.(以Oracle管理员身份登 入) 2.Usetheorapwdutilitytocreatethepasswordfileasfollows (使用orapwd功能创建密码文件): $ORACLE_HOME/bin/orapwdfile=filenamepassword=passwordentri es=max_users…… filenameThenameofthefileinwhichpasswordinformationiswritten (filename指密码信息保存文件的文件名) Thenameofthefilemustbeorapwsid, andyoumustsupplythefullpathname.Itscontentsareencrypted.Typ ically, thepasswordfileiscreatedinthe$ORACLE_HOME/dbsdirectory.(文

