代码搜索:sqlplus
找到约 176 项符合「sqlplus」的源代码
代码结果 176
www.eeworm.com/read/406184/11448377
txt oracle.txt
第一课:客户端
1. Sql Plus(客户端),命令行直接输入:sqlplus,然后按提示输入用户名,密码。
2. 从开始程序运行:sqlplus,是图形版的sqlplus.
3. http://localhost:5560/isqlplus
Toad:管理, PlSql Developer:
www.eeworm.com/read/408030/2254676
cmd jn0801_exe.cmd
sqlplus "system/oracle" @jn0801_ini.sql jn0801 jn0801
www.eeworm.com/read/161040/5564047
txt script_74.txt
---------- hellow.txt ----------
/*
* 范例名称:PL/SQL例程
* 文件名称:hellow.txt
*/
--sqlplus指令,用以使sqlplus显示dbms_output的输出
set serveroutput on
declare
--目前没有变量要定义
begin
dbms_output.put_line('
www.eeworm.com/read/283460/9020223
sql install.sql
document
DISCREPTION: this batch file is the installation file
of the application database of the HLIS
in the server.
USAGE: perform the following command in the
sqlplus's promp
www.eeworm.com/read/128015/14319098
txt 配置.txt
1、oracle的配置
1.用internal用户(缺省的口令是oracle)进入SQLPLUS
C:\>sqlplus internal/oracle
2.运行ORACLE的安装路径下的/rdbms/admin/xaview.sql
SQL> @d:\ora81\rdbms\admin\xaview.sql
3.授权