ORACLE FAQ

Q:sqlplus连接时报:ORA-12560: TNS:protocol adapter error
A:1:cmd命令行上:
C:\> set ORACLE_SID=orcl
orcl是设置的instance名字
在命令行上连接sqlplus如下:
C:\Documents and Settings\ldwtxwh>sqlplus

SQL*Plus: Release 10.1.0.2.0 - Production on 星期日 12月 20 18:22:28 2009

Copyright (c) 1982, 2004, Oracle. All rights reserved.

Enter user-name: system
Enter password:

Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options

SQL>
ok!连接完毕

2:C:\Documents and Settings\ldwtxwh>sqlplus

SQL*Plus: Release 10.1.0.2.0 - Production on 星期日 12月 20 18:33:31 2009

Copyright (c) 1982, 2004, Oracle. All rights reserved.

Enter user-name: [email protected] SYSDBA
Enter password:

Connected to:

Oracle Database10gEnterpriseEdition Release10.2.0.1.0 - Production

With the Partitioning, OLAP and Data Mining options

SQL>
ok!连接完毕
现在用你的sqlplus就可以连接登陆了.

时间: 2024-10-10 08:07:47

ORACLE FAQ的相关文章

Oracle Internals 相关站点

http://oracle-internals.com/blog/links/ http://coll15.mapyourshow.com/6_0/sessions/session-details.cfm?ScheduleID=5410 Links I’ve compiled a list of links to sites containing Oracle-related information. Internals-Related Links Security-Related Links

Oracle User Management FAQ翻译及学习笔记

转载 最近了解到AME 的东西,很迫切,先转载一篇 [@[email protected]] 写在前面 本文主要是翻译的英文版的Oracle User Management FAQ,连接为http://www.oracle.com/technology/products/applications/security/OracleUserManagementFAQ.htm或者是Metalink的290525.1,增加了一部分自己学习的记录,错误肯定有很多,请英文好的朋友尽量参看原文. 我会陆续的更新

Part 2: Oracle E-Business Suite on Cloud FAQ

Running Oracle E-Business Suite on Oracle Cloud is simple, but it doesn't take too much effort to come up with several great questions about this new set of options.  We have published a document that answers those questions: Oracle E-Business Suite

ORACLE之常用FAQ V1.0

[B]第一部分.SQL&PL/SQL[/B][Q]怎么样查询特殊字符,如通配符%与_[A]select * from table where name like 'A\_%' escape '\' [Q]如何插入单引号到数据库表中[A]可以用ASCII码处理,其它特殊字符如&也一样,如 insert into t values('i'||chr(39)||'m');  -- chr(39)代表字符'或者用两个单引号表示一个or insert into t values('I''m');  

Oracle Database Release Update Introduction and FAQ (文档 ID 2285040.1)

Overview Beginning in July 2017, Oracle has transitioned to a more flexible and responsive strategy for the database software release process.  These changes only affect Database and Grid Infrastructure release 12.2 or later.  The primary goals of th

FAQ: Oracle Flex ASM 12c / 12.1 (Doc ID 1573137.1)

APPLIES TO: Oracle Database - Enterprise Edition - Version 12.1.0.1 to 12.1.0.2 [Release 12.1]Oracle Virtual Compute Appliance X4-2 Hardware - Version All Versions to All Versions [Release All Releases]Oracle Database - Enterprise Edition - Version 1

Oracle Cluster Health Monitor(CHM)简介

Oracle Cluster Health Monitor(CHM)简介 概述 Cluster Health Monitor(以下简称CHM)是一个Oracle提供的工具,用来自动收集操作系统的资源(CPU.内存.SWAP.进程.I/O以及网络等)的使用情况.CHM会每秒收集一次数据. 这些系统资源数据对于诊断集群系统的节点重启.Hang.实例驱逐(Eviction).性能问题等是非常有帮助的.另外,用户可以使用CHM来及早发现一些系统负载高.内存异常等问题,从而避免产生更严重的问题. CHM会

Oracle corrupt block(坏块) 详解

转自:http://blog.csdn.net/tianlesoftware/article/details/5024966 一. 坏块说明 1.1 相关链接 在看坏块之前,先看几个相关的链接,在后面的说明中,会用到链接中的一些内容. ORA-600 各个参数含义说明 http://blog.csdn.net/tianlesoftware/article/details/6645809 Oracle 不同故障的恢复方案 http://blog.csdn.net/tianlesoftware/ar

升级到Oracle DB 12c之前应该考虑的因素:DB 12c中EM Express 12c的功能减少

若是使用了DB Control中的notifications, perform a task 等等的功能,而在  EM Express 12c 中是没有这些功能的,因此,需要额外考虑这些问题.建议是使用Oracle Enterprise Manager Cloud Control (Cloud Control)Cloud Control provides you with complete monitoring across the Oracle technology stack and non