自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

转载 问题 : Siebel Server does not start after changing the SADMIN password on Siebel 8.1.1

问题 : Siebel Server does not start after changing the SADMIN password on Siebel 8.1.1Customer changed the sadmin's password following the Siebel Security Guide > Changing or Adding Passwords > Chan

2012-03-26 14:21:13 1852

转载 问题 : ORA-1400 During Import of Export Dump Written in Direct Path Mode

connect test/test drop table a_tab purge; #> imp test/test file=a_tab.dmp tables=a_tab Import: Release 11.1.0.7.0 - Production on Mon May 18 17:19:21 2009Copyright (c) 1982, 2007

2012-03-23 17:09:14 2595

原创 ODBC error 00000 in SQLConnect:

The Oracle 32 bit Client library directory was included in the LD_LIBRARY_PATH environment variable.The odbcsql utilty was still showing the error:Logging into "SBA_81_DSN" as "SADMIN" ...ODBC

2012-03-23 13:53:15 2845

转载 Oracle 查看 表 存储过程 触发器 函数 等对象定义语句的方法

Oracle 查看 表 存储过程 触发器 函数 等对象定义语句的方法分类: Oracle 基础知识Oracle Performance 2010-06-19 00:242464人阅读 评论(1)收藏 举报 有时候,我们想查看表,存储,触发器等对象的定语语句,有以下两种方法:1. 查 all_source 表2. 用 DBMS_METADATA 包。 一.

2012-03-22 14:12:20 475

原创 oracle上设置自动启动多个数据实例

现有一台机器,需要启动多个数据实例,如DB1、DB2方法一:export ORACLE_SID=DB1sqlplus ‘/as sysdba' startupexit! export ORACLE_SID=DB2sqlplus ‘/as sysdba' startupexit! 如果是不同的监听端口,启动监听端口的方法是lsnctl star

2012-03-20 13:59:28 3120

oracle10g编程艺术加书签版

经典的oracle10g编程艺术加书签版,学习ORACLE必看之书

2011-08-08

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除