码迷,mamicode.com
首页 >  
搜索关键字:show error    ( 48646个结果
ORA-09925 Linux-x86_64 Error: 2: No such file or directory
ORA-09925Linux-x86_64Error:2:Nosuchfileordirectory [javascript]viewplaincopy DBCA***数据库所有实例后,本想用RMANduplicate方式克隆DB,因此在$ORACLE_BASE目录下创建了相关的目录admin/dupl/adump,admin/dupl/dpump 在使用sqlplus正常连接空闲实例,手贱却执行了start..
分类:系统相关   时间:2014-06-02 14:51:48    阅读次数:410
ABAP 加密解密程序
用于对字符串的加密和解密:DATA: o_encryptor TYPE REF TO cl_hard_wired_encryptor, o_cx_encrypt_error TYPE REF TO cx_encrypt_error.DATA: v_ac_string TYPE...
分类:其他好文   时间:2014-06-02 11:53:34    阅读次数:339
ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], []
今天建库的时候忽然报错ORA-00600:internalerrorcode,arguments:[keltnfy-ldmInit],[46],[1],[],[],[],[],[]梗是让我无语,没办法只好检查参数配置,按照文档一步步检查,最后检查了下profile文件的配置 [root@servU_01db_1]#more/home/oracle/.bash_profile #.bash_profile #..
分类:其他好文   时间:2014-06-02 04:12:51    阅读次数:320
执行srvctl报错 :error while loading shared libraries: libpthread.so.0:
执行srvctl是报错 errorwhileloadingsharedlibraries:libpthread.so.0: [oracle@rac02~]$srvctl /opt/ora10g/product/10.2.0/db_1/jdk/jre/bin/java:errorwhileloadingsharedlibraries:libpthread.so.0: cannotopensharedobjectfile:Nosuchfileordirectory 查看srvctl命令..
分类:其他好文   时间:2014-06-02 04:09:00    阅读次数:285
opatch apply 报错 OPatch failed with error code 73
1.执行opatchapply报错OPatchfailedwitherrorcode73 [oracle@ora_11g14275605]$/opt/oracle/product/db_1/OPatch/opatchapply./ OracleInterimPatchInstallerversion11.2.0.3.0 Copyright(c)2012,OracleCorporation.Allrightsreserved. OracleHome:/opt/oracle/product/db_1..
分类:移动开发   时间:2014-06-02 04:08:19    阅读次数:357
ORA-09925 Linux-x86_64 Error: 2: No such file or directory
DBCA***数据库所有实例后,本想用RMANduplicate方式克隆DB,因此在$ORACLE_BASE目录下创建了相关的目录admin/dupl/adump,admin/dupl/dpump 在使用sqlplus正常连接空闲实例,手贱却执行了startup命令,oracle果断出现ORA-09925错误 [oracle@tips~]$sqlplus/assysdba SQL*Plu..
分类:系统相关   时间:2014-06-02 03:51:53    阅读次数:416
ORA-07391: sftopn: fopen error, unable to open text file
11Grac 由spfile创建数据库的pfile 报错如下 SQL>createpfile=‘/u01/inittips1.ora‘fromspfile; createpfile=‘/u01/inittips1.ora‘fromspfile * ERRORatline1: ORA-07391:sftopn:fopenerror,unabletoopentextfile. 再次执行 SQL>createpfile=‘/u01/inittips1.ora..
分类:其他好文   时间:2014-06-02 03:11:52    阅读次数:233
tips of notepad++
document list & show close button on each tab in menu settings-preferences...
分类:其他好文   时间:2014-06-01 14:49:57    阅读次数:163
VMware vCenter Server Appliance Error: VPXD错误
最近发现有的时候在配置VCenter(OVF)的时候,有的时候会出现Erro:VPXDmustbestoppedtoperformthisoperation这个错误,提示就是让我关掉这个VPXD服务。这种错误以前偶尔出现,但是新版本中不知道为什么经常出现,后来发现如果想去掉这个错误就必须关掉这个服务,你的VCenter才..
分类:移动开发   时间:2014-06-01 13:18:12    阅读次数:1400
MySQL中数据表的查操作
查询数据表的全部内容 mysql> show tables;#查看当前数据库下的所有表 +--------------------+ | Tables_in_ceshi_ku | +--------------------+ | biao | | ceshi_biao | +--------------------+ 2 rows in set (0....
分类:数据库   时间:2014-06-01 13:02:35    阅读次数:308
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!