代码搜索:sqlplus

找到约 176 项符合「sqlplus」的源代码

代码结果 176
www.eeworm.com/read/432299/8612130

bat 创建表.bat

sqlplus scott/tiger @photocheck.sql @imp photocheck/photocheck FULL=y file= .\photocheck.dmp ignore=y pause
www.eeworm.com/read/327725/13065372

bat 恢复.bat

echo off if not exist dyt.dmp goto end echo *******开始恢复******* sqlplus dyt/sql@dytsms @restore.sql sqlplus dyt/sql@dytsms @drop.sql imp dyt/sql@dytsms fromuser=dyt touser=dyt file=dyt.dmp exit
www.eeworm.com/read/327725/13065604

bat result.bat

sqlplus system/dytsql@dytsms @result.sql
www.eeworm.com/read/327725/13065886

bat result.bat

sqlplus system/manager@dytsms @result.sql
www.eeworm.com/read/306157/13751590

bat create_user.bat

rem 开始添加用户 SQLPLUS " /@%3 as sysdba" @user\Create_User.sql
www.eeworm.com/read/125048/14515644

plg mysqlpp.plg

Build Log --------------------Configuration: mysqlpp - Win32 Release-------------------- Command Lines Creating temporary file "C:\WINDOWS\TEMP
www.eeworm.com/read/125048/14515803

dsp mysqlpp.dsp

# Microsoft Developer Studio Project File - Name="mysqlpp" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) S
www.eeworm.com/read/248535/12554813

cmd run.cmd

@echo off set cp= for %%i in (".\*.jar") do call setenv.bat %%i start "SQLClient - Dev by Yang Lianbao.2005.CopyRight." java -classpath %cp% com.ora.SQLPlus
www.eeworm.com/read/306157/13751581

bat create_sequence.bat

rem 开始创建序列号 sqlplus %1/%2@%3 @sequence\Create_sequence.sql