OPW-00001: Unable to open password-file

>set oracle_sid=orcl

>orapwd file=‘D:\app\Administrator\product\11.2.0\dbhome_1\database\PWDORCL.ora‘ password=ys1orcl entries=10

OPW-00001: Unable to open password-file

修改方法:

去掉引号

>orapwd file=D:\app\Administrator\product\11.2.0\dbhome_1\database\PWDORCL.ora password=ys1orcl entries=10
时间: 2024-08-29 14:56:16

OPW-00001: Unable to open password-file的相关文章

Oracle中password file的作用及说明 orapwd命令的使用

在数据库没有启动之前,数据库内建用户是无法通过数据库来验证身份的 口令文件中存放sysdba/sysoper用户的用户名及口令允许用户通过口令文件验证,在数据库未启动之前登陆从而启动数据库 如果没有口令文件,在数据库未启动之前就只能通过操作系统认证. 使用Rman,很多时候需要在nomount,mount等状态对数据库进行处理所以通常要求sysdba权限如果属于本地DBA组,可以通过操作系统认证登陆如果是远程sysdba登陆,需要通过passwordfile认证. 1.remote_login_

[转]Oracle中password file的作用及说明

在数据库没有启动之前,数据库内建用户是无法通过数据库来验证身份的 口令文件中存放sysdba/sysoper用户的用户名及口令允许用户通过口令文件验证,在数据库未启动之前登陆从而启动数据库 如果没有口令文件,在数据库未启动之前就只能通过操作系统认证. 使用Rman,很多时候需要在nomount,mount等状态对数据库进行处理所以通常要求sysdba权限如果属于本地DBA组,可以通过操作系统认证登陆如果是远程sysdba登陆,需要通过passwordfile认证. 1.remote_login_

Turbo C 编程中“Unable to open include file 'stdio.h'”问题的解决

问题: 初学Turbo C,不知道为什么,每次写完一个程序要编译的时候,总出现Error: c:/**/**.c   Unable to open include file 'stdio.h'  为什么每次都打不开“stdio.h"呢?我看过了,它在Include文件下,好好的呀.也试过把下载并安装的其它的TurboC的Stdio.h文件 复制过来,还是没用... 解决方法: include <stdio.h>表示搜索stdio.h这个文件的路径在option中指定的位置 inclu

记一次DG搭建过程中ORA-09925: Unable to createaudit trail file 错误

今天做Oracle DG  编写initorcl的时候,修改完以后,sqlplus就不能再登陆,一直报 ERROR: ORA-09925: Unable to createaudit trail file Linux Error: 2: No such file ordirectory Additional information:9925 ORA-01075: you are currentlylogged on 一直找不到原因,后来在网上偶然找到个帖子说了这样一个情况,试了下,果然有效 [o

Sqlite: unable to open database file

A database connect, there updated both queries (different statement, and regardless of order), after completing the implementation, not close, will have an extension called s3db-journal of the (temporary) file, if the use of the connect again the upd

Unable to load template file &#39;rj\ThinkPHP/Tpl/dispatch_jump.tpl&#39;----thinkphp3.2.3

Unable to load template file 'rj\ThinkPHP/Tpl/dispatch_jump.tpl'----thinkphp3.2.3 1.报错原因:将thinkphp默认模板引擎改为smarty模板引擎,导致调用success()和error()方法失败. 2.解决方案一: 找到ThinkPHP\Library\Think\Controller.class.PHP文件中的protected function error()和protected function su

Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder!

Eclipse 编译没问题,但是运行就出现这个报错:Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder! 这个报错是由于安卓的SDK版本太高导致的.两个解决方法,一个是直接使用Android studio,一个是删除高版本的构建包. 先看看报错情况: 如图提示,加载失败26.0.1,那么我们需要打开SDK管理器,并删除这几个包 删除后,重启Eclipse并Clean项目即可.

问题-FireDAC连接Sqlite3提示“unable to open database file”

相关资料:http://www.dfwlt.com/forum.php?mod=viewthread&tid=1497&extra= 问题现象:FireDAC连接Sqlite3在开发电脑上没有问题,但将程序放在XP上就提示“unable to open database file”(后来发现别的WIN7也不行). 问题原因:可能是因为字符串编码问题. 问题处理:在FDConnection1控件上双击,出现的设置中,必须设置二项,"OpenMode=CreateUTF8"

【android】 Unable to open content: file:///sdcard/hello.3gp 3gp视频不能播放

[报错] sd卡对应路径中已放置相关视频,但运行还是会报下面的错误: VideoView: Unable to open content: file:///sdcard/hello.3gp java.io.FileNotFoundException: /sdcard/hello.3gp: open failed: EACCES (Permission denied) at libcore.io.IoBridge.open(IoBridge.java:452) at java.io.FileInp

解决:django.db.utils.OperationalError: unable to open database file

这是一个从GitHub上下载的,一个网站项目的源码.想要在自己的电脑上运行,期间过程相当曲折,不过至此终于是完成了. 1.安装过程: python2->virtualenv->django1.9.8 2.模块安装 pip install xadmin pip uninstall xadmin pip install django-simple-captcha pip install DjangoUeditor pip install Pillow 3.运行: python manage.py