打开Oracle Forms Builder,点击File
点击connect,登陆数据库
报错!ORA-12154:TNS:could not resolve the connect identifier specified
解决:在你的 oracle home 下的tnsname.ora及forms server 主目录下的tnsname.ora 文件进设置,包括你的ip,sid,port 设好后,将forms server 主目录下的tnsname.ora 内容copy 下来,粘贴到oracle home 下的tnsname.ora中,然后, 将这个tnsname.ora替换oracle home下的tnsname.ora 即可,做这些之前将你的tnsnames.ora先做好备份
报错!ORA-01045:user APPS lacks CREATE SESSION privilege;logon denied
解决:用户不具有session权限。 登录sysdba 进行赋权:
grant connect,resource to 你的用户名;
时间: 2025-01-04 23:15:34