问题登场:
使用sql developer 登录oracle 时报错,错误码17002
解决办法:
右键,点击properties 属性,检查每一项配置,发现ip 是之前的ip,更改为database新的ip后,问题解决!
问题登场:
[oracle@my-e450 ~]$ lsnrctl status
……
The listener supports no servicesThe command completed successfully
SQL>
在redhat6.5上安装Oracle时,最后使用oracle用户执行runInstaller 报错如下,无法连接到安装有xmanager的windows服务器,也就无法图形化安装oracle
oracle@sjb] :./runInstaller
Sta
PL/SQL Developer使用预先配置数据库报错 ORA-12154:tns:could not resolve the connect identifier specified。
情况描述:我Orcle客户端使用的是instantclient_12_2,根路径
1.环境变量设置[oracle]$cat >> /home/oracle/.bash_profile <<EOFexport ORACLE_BASE=/u01/app/oracle export ORACLE_HOME=/u01/app/oracle/product
参考官方文档 Database Quick Installation Guide for Linux x86-64,https://docs.oracle.com/cd/E11882_01/install.112/e24326/toc.htmhttps://www.cnblogs.com/
昨天在学习oracle存储过程的时候,写了一个存储过程的demo,语句是这样的:
CREATE OR REPLACE PROCEDURE RAISESALARY(PNAME IN VARCHAR2(20))
AS
#查看字符集select userenv('language') from dual; select * from V$NLS_PARAMETERS; SELECT * FROM NLS_DATABASE_PARAMETERS where parameter='NLS_CHARACTERS
如果本地自己的电脑没有安装Oracle(服务器端数据库),那就要单独安装HA-Instant Client-v11.2.0.3.0.exe(oracle_client客户端)
如果本地安装了Oracle(服务器端数据库),就包含了HA-Instant Client-v11.2.0.3.0.
创建表空间及用户CREATE TABLESPACE OracleDBFDATAFILE 'D:appzhoulxoradatabdcOracleDBF.DBF' SIZE 100M AUTOEXTEND ON NEXT 20M MAXSIZE UNLIMITED -- 这里是你设置数据库存
1.select * from SYS_DICT as of timestamp to_timestamp('2019-11-05 10:00:00','yyyy-mm-dd hh24:mi:ss');
时间点在删除数据之前,又尽量精确 sys_dict 是表名
2.insert i
备份数据库
创建备份目录(用sys账号),若已创建备份目录,此步可忽略
create directory db_bak as 'D: ECIMS_DB'
--查看创建的目录
select * from dba_directories
--删除已创建的目录
drop director
Listener refused the connection with the following error: ORA-12514, TNS:listener does not currently know of service requested in connect descrip
前言
转载请声明,转自【https://www.cnblogs.com/andy-songwei/p/11820564.html】,谢谢!
项目中代码质量,往往需要比较有经验的程序员的审查来保证。但是随着项目越来越大,代码审查会变得越来越复杂
主备切换在备库startup时出现归档路径没写到spfile里...注意:修改参数时最好带上scope=spfile或scope=both,以免重启出现异常。SQL> startup mountORA-16032: parameter LOG_ARCHIVE_DEST_1 desti
--查询数据库锁表记录
select sess.sid,
sess.serial#,
lo.oracle_username,
lo.os_user_name,
ao.object_name,
lo.locked_mod
oracle删除表,如果表不存在,就报错,在跑大型脚本(脚本长且耗时的时候)比较麻烦,一般希望的是点开始然后脚本运行到结束,不可能一直盯着屏幕等弹出提示手工点掉,mysql就很好有drop table if not exist功能
CREATE OR REPLACE PROCEDURE p
You have a scheduler job that generated an error. When the error occurred, you attempted to disable the job to investigate the error, but receive
[20191112]oracle共享连接模式端口.txt--//如果使用共享服务模式,你可以发现每次重启数据库对应的端口号会发生变化.# netstat -tunlp | egrep "Active|Proto|ora_[ds]"Active Internet connections (o
RMAN命令详解和常用汇总转摘汇集,日后使用本文链接:https://blog.csdn.net/EVISWANG/article/details/50448370http://blog.itpub.net/25904686/viewspace-742701/https://blog.cs