SQL> alter system set smtp_out_server='smtp.126.com' scope=both;alter system set smtp_out_server='smtp.126.com' scope=both*ERROR at line 1:ORA-32001: write to SPFILE requested but no SPFILE specified at startup ORA-32001: 已请求写入 SPFILE, 但是在启动时未指定 SPFI…
错误状态: SQL> startup ORA-01261: Parameter db_recovery_file_dest destination string cannot be translated ORA-01262: Stat failed on a file destination directory Linux Error: 2: No such file or directory SQL> show parameter db_recovery_file_dest ORA-0103…
普通启动: SQL> show parameter pfile NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ spfile string /u01/app/oracle/product/11.2.0 /dbhome_1/dbs/spfilesingle1.or a 以pfile启动 SQL> startup nomount pfile=/home/o…