51CTO博客开发
[oracle@centos5 dbs]$ export ORACLE_SID=xccheese [oracle@centos5 dbs]$ sqlplus / as sysdba SQL*Plus: Release 10.2.0.1.0 - Production on Sat Dec 22 12:32:22 2012 Copyright (c)
set lines 150 pages 9999 col object_name for a30 alter session set nls_date_format='yyyy-mm-dd hh24:mi:ss'; select owner,object_name,created,last_ddl_time from dba_objects where owner='xxx' and obj
expdp所有表导出一些行
解决以sysdba使用OS验证的 ORA-1031错误。 1.检查是佛偶OS用户是OSDBA组 在UNIX上 A.看用户的组是什么: [oracle@seclin4 ~]$ id uid=500(oracle) gid=500(oinstall) groups=500(oinstall),501(dba) context=user_u:syst
Name /etc/nscd.conf - name service cache daemon configuration file Description The file /etc/nscd.conf is read from nscd(8) at startup. Each line specifies either
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号