shellfish 发表于 2013-2-7 12:53:11

客户的oracle环境

$ su oracle
口令:
$ cd /home/oracle/database/bin/
$ export LANG=en_US.UTF-8
$ ./netca

Oracle Net Services Configuration:
Default local naming configuration complete.
    Created net service name: PROD
Oracle Net Services configuration successful. The exit code is 0



$ sqlplus

SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 18 13:57:50 2010

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

Enter user-name: user/password@serviceid

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

SQL> select * from v$version;

BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - 64bi
PL/SQL Release 10.1.0.4.0 - Production
CORE    10.1.0.4.0      Production
TNS for IBM/AIX RISC System/6000: Version 10.1.0.4.0 - Productio
NLSRTL Version 10.1.0.4.0 - Production
页: [1]
查看完整版本: 客户的oracle环境