最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

Oracle错误小记:重建controlfiles错误

来源:动视网 责编:小采 时间:2020-11-09 10:28:34
文档

Oracle错误小记:重建controlfiles错误

Oracle错误小记:重建controlfiles错误:执行创建控制文件脚本的时候报如下错误: SQLgt; @/orac/controlfile.sql SP2-0042: unknown command DATAFILE - rest of lin 执行创建控制文件脚本的时候报如下错误: SQL> @/orac/controlfile.sql SP2-0042: un
推荐度:
导读Oracle错误小记:重建controlfiles错误:执行创建控制文件脚本的时候报如下错误: SQLgt; @/orac/controlfile.sql SP2-0042: unknown command DATAFILE - rest of lin 执行创建控制文件脚本的时候报如下错误: SQL> @/orac/controlfile.sql SP2-0042: un


执行创建控制文件脚本的时候报如下错误: SQLgt; @/orac/controlfile.sql SP2-0042: unknown command DATAFILE - rest of lin

执行创建控制文件脚本的时候报如下错误:

SQL> @/orac/controlfile.sql

SP2-0042: unknown command "DATAFILE" - rest of line ignored.

SP2-0734: unknown command beginning "'/orac/ora..." - rest of line ignored.

SP2-0734: unknown command beginning "'/orac/ora..." - rest of line ignored.

SP2-0734: unknown command beginning "'/orac/ora..." - rest of line ignored.

SP2-0044: For a list of known commands enter HELP

and to leave enter EXIT.

SP2-0734: unknown command beginning "'/orac/ora..." - rest of line ignored.

SP2-0734: unknown command beginning "'/orac/ora..." - rest of line ignored.

SP2-0734: unknown command beginning "'/orac/ora..." - rest of line ignored.

SP2-0734: unknown command beginning "'/orac/ora..." - rest of line ignored.

SP2-0044: For a list of known commands enter HELP

and to leave enter EXIT.

SP2-0734: unknown command beginning "'/orac/ora..." - rest of line ignored.

SP2-0734: unknown command beginning "'/orac/ora..." - rest of line ignored.

SP2-0734: unknown command beginning "'/orac/ora..." - rest of line ignored.

SP2-0734: unknown command beginning "'/orac/ora..." - rest of line ignored.

SP2-0044: For a list of known commands enter HELP

and to leave enter EXIT.

SP2-0734: unknown command beginning "'/orac/ora..." - rest of line ignored.

SP2-0734: unknown command beginning "CHARACTER ..." - rest of line ignored.

1 CREATE CONTROLFILE REUSE DATABASE "JASON" NORESETLOGS ARCHIVELOG

2 MAXLOGFILES 16

3 MAXLOGMEMBERS 3

4 MAXDATAFILES 100

5 MAXINSTANCES 8

6 MAXLOGHISTORY 292

7 LOGFILE

8 GROUP 1 '/orac/oradata/jason/redo01.log' SIZE 50M,

9 GROUP 2 '/orac/oradata/jason/redo02.log' SIZE 50M,

10 GROUP 3 '/orac/oradata/jason/redo03.log' SIZE 50M

11* -- STANDBY LOGFILE、

只需要执行如下语句可以解决

SQL> set sqlbl on

关于sqlbl参数解释如下(来自官方),是因为我们的SQL脚本中存在空白行,,因此在执行脚本时会报错。

SET SQLBL[ANKLINES] {ON | OFF}

SET SQLBLANKLINES is not supported in iSQL*Plus

Controls whether SQL*Plus puts blank lines within a SQL command or script. ON interprets blank lines and new lines as part of a SQL command or script. OFF, the default value, does not allow blank lines or new lines in a SQL command or script or script.

Enter the BLOCKTERMINATOR to stop SQL command entry without running the SQL command. Enter the SQLTERMINATOR character to stop SQL command entry and run the SQL statement

文档

Oracle错误小记:重建controlfiles错误

Oracle错误小记:重建controlfiles错误:执行创建控制文件脚本的时候报如下错误: SQLgt; @/orac/controlfile.sql SP2-0042: unknown command DATAFILE - rest of lin 执行创建控制文件脚本的时候报如下错误: SQL> @/orac/controlfile.sql SP2-0042: un
推荐度:
标签: 错误 Files oracle
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top