1、 TNS:listener does not currently know of service requested in connect descriptor 数据库连接出错
转载
2018-07-11 16:13:00
82阅读
[oracle@c2 ~]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Sat Oct 22 15:57:41 2011
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
原创
2011-10-22 16:16:56
648阅读
转载:Oracle Linux: Error "Missing Or Invalid IPv4 Prefix '0' On Linux Server" (文档 ID 1522095.1)Applies to: Linux OS - Version Oracle Linux 5.5 and laterLinux x86-64SymptomsNetwork manager thr
转载
2021-10-29 11:20:07
164阅读
1,oracle jdbcHTTP Status 500 - Incorrect result size: expected 1, actual 02015-03-31 00:03:58,250 SQL Error: 129, SQLState: 720002015-03-31 00:03:58...
原创
2021-12-27 10:40:03
364阅读
在Kubernetes(K8S)环境中部署Oracle数据库时,可能会遇到一些 Oracle Net Admin Error 的问题,这会影响数据库的正常运行。在这篇文章中,我将向你介绍如何处理这种类型的错误。首先,让我们了解一下整个过程的流程,然后逐步进行详细说明。
步骤 | 操作
------------|----------------------
Step 1
原创
2024-05-24 11:36:56
455阅读
Sat May 09 15:57:04 2020Non critical error ORA-48913 caught while writing to trace file "/u01/app/oracle/diag/rdbms/mdb/mdb/trace/mdb_dbrm_7134.trc"Er
原创
2022-07-13 14:59:21
321阅读
java.sql.SQLRecoverableException: IO 错误: The Network Adapter could not establish the connection
...
Caused by: oracle.net.ns.NetException: The Network Adapter could not establish the connection
...
Caused by: java.net.ConnectException: Connection timed out: connect
原创
2021-09-06 12:54:32
6379阅读
1评论
Oracle Error:invalid entry size (expected 65620 but got 65748 bytes)
转载
2018-02-22 09:38:40
7869阅读
Oracle Error :: SP2-0171
$cd $ORACLE_HOME/sqlplus/admin/help/
$sqlplus system @hlpbld.sql helpus.sql
原创
2012-08-01 11:51:48
582阅读
阅读目录报错信息解决方法 回到顶部报错信息 ERROR SP2 0642 回到顶部解决方法 [oracle@oradb]$ sqlplus / as sysdba SP2 0642: SQL Plus internal error state 2021,
转载
2019-07-11 08:42:00
412阅读
2评论
I wrote this trigger around 4 years ago to handle errors in an application based on Oracle Forms 6i. This trigger handles all errors with some custom messages for some specific errors and not only thi...
原创
2021-07-21 11:33:33
568阅读
create server oradb foreign data wrapper oracle_fdw options (dbserver '//10.20.
原创
2022-10-04 21:59:47
144阅读
I don't know why the oracle dataguad has always been good,but in evening,error 03113,unabe to start one of 
原创
2013-06-09 00:27:29
442阅读
Suppose you want to handle an error in oracle forms and want to display custom error message for that error, but also you want to customize more for a particular error. For example there are many fiel...
原创
2021-07-21 11:33:32
1484阅读
先创建表:CREATE TABLE TB_USER( ID INTEGER PRIMARY KEY, USER_NAME VARCHAR2(20) NOT NULL, USER_AGE INTEG
原创
2023-04-26 20:17:56
358阅读
Error while registering Oracle JDBC Diagnosability把ojdbc6.jar换成ojdbc14.jar就可以了;后来发现又没有问题了;不过据说这个是数据库驱动的问题;
原创
2021-06-03 17:02:11
266阅读
一个项目:需要将数据库从老服务器迁移到新服务器,用exp导出的数据imp导入exp导出备份时遇到下面错误提示:IMP-00017:followingstatementfailedwithORACLEerror2298:"ALTERTABLE"RESERVATION"ENABLECONSTRAINT"RESERVATION_FK31252591893468""IMP-00003:ORACLEerro
原创
2018-04-26 10:05:53
8673阅读
某日,登录oracle数据库,得到如下错误提示:
使用sys 用户登录
查看arciv log位置
1: $ sqlplus /"as sysdba"
2:
3: SQL*Plus: Release 10.2.0.4.0 - Production on Mon Jun 20 16:47:51 20
原创
2011-06-21 16:35:24
1448阅读
C:\Users\MaryHu>exp ARCER/ARCER@DB234 FILE=E:\FGPS_20130528.dmp statistics=noneExport: Release 11.2.0.1.0 - Production on Tue May 28 08:04:54 2013Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 6
转载
2013-05-28 08:10:00
358阅读
2评论
The Quest Error Manager (QEM) is a framework that will help you standardize the management of errors in a PL/SQL-based application. With QEM, you can register, raise and report on erro
原创
2014-09-29 09:53:45
800阅读