首先感谢前辈的文章:http://space.itpub.net/14184018/viewspace-691502
手动创建数据库完成后,创建新用户,并用新用户登陆到数据库时,报错如下:
SYS@ bys3>conn bys/bys
ERROR:
ORA-00942: table or view does not exist
Error accessing PRODUCT_USER_PROFILE
Warning: Product user profile information not loaded!
You may need to run PUPBLD.SQL as SYSTEM
使用SYSDBA登陆时无报错。
解决方法:
需要使用SYSTEM用户登陆并执行/u01/app/oracle/product/11.2.0/dbhome_1/sqlplus/admin/pupbld.sql脚本,不能用SYSDBA。