欢迎来到天天文库
浏览记录
ID:73981811
大小:23.49 KB
页数:4页
时间:2021-12-27
《Oracle密码文件学习心得》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、Oracle密码文件学习心得Oracle密码文件学习心得orapwdfile=password=entries=最大数目 这里的file命名规则在unix/linux下orapw,在windows下为pwd.ora 一、unix环境: 查了Administrator‘sReference10gRelease2(10.2)forUNIX-BasedOperatingSystems. 1.LoginastheOraclesoftwareowner.(以Oracle管理员身份登入) 2.Usetheorapwdutilitytocreatethepasswordfileasf
2、ollows(使用orapwd功能创建密码文件): $$ORACLE_HOME/bin/orapwdfile=filenamepassword=passwordentries=max_users…… filenameThenameofthefileinwhichpasswordinformationiswritten(filename指密码信息保存文件的文件名) Thenameofthefilemustbeorapwsid,andyoumustsupplythefullpathname.Itscontentsareencrypted.Typically,thepasswor
3、dfileiscreatedinthe$ORACLE_HOME/dbs4/4Oracle密码文件学习心得directory.(文件名必须为orapwsid,并需要提供完整路径。内容是加密的'。通常情况下,密码文件被创建在$ORACLE_HOME/dbs路径下。) 请注意黑体字,所以unix环境中,passwordfile一定是要用orapw,没有例外。 二、windows环境: 查了Platform.Guide10gRelease2(10.2)forMicrosoftWindows(32-Bit)(没查64-bit) Tocreateandpopulat
4、eapasswordfile: (1)CreateapasswordfilewiththePasswordUtility: C:>orapwdFILE=PWDsid.oraPASSWORD=passwordENTRIES=max_users where
5、FILEspecifiesthepasswordfilename.
6、SIDidentifiesthedatabaseinstance.
7、PASSWORDsetsthepasswordforaccountSYS.
8、ENTRIESsetsmaximumnumberofentriesinpasswor
9、dfile.ThiscorrespondstomaximumnumberofdistinctusersallowedtoconnecttothedatabasesimultaneouslywitheithertheSYSDBAortheSYSOPERDBAprivilege. (2)SetinitializationparameterfileparameterREMOTE_LOGIN_PASSWORDFILEtoexclusive,4/4Oracle密码文件学习心得shared,ornone. Insearchofthepasswordfile,OracleDatabasel
10、ooksintheregistryforthevalueofparameter ORA_SID_PWFILE.Ifnovalueisspecified,thenitlooksintheregistryforthe valueofparameterORA_PWFILE,whichpointstoafilecontainingusernames, passwords,andprivileges.Ifthatisnotset,thenitusesthedefault: ORACLE_BASEORACLE_HOMEDATABASEPWDsid.ORA. Thedefaultva
11、lueisshared. 请注意黑体字,windows环境中,很大的部分是基于registry中变量ora_sid_pwfile或者ora
此文档下载收益归作者所有