随笔分类 - 3Oracle
摘要:PLSQL中:在SQL窗口写出表名->选中->右击DBMS_元数据->DDL
阅读全文
摘要:不登录打开PL/SQL,在工具-首选项-连接(Tool>preferences>connection)中修改Oracle主目录名(如H:\Oracle\product\instantclient_11_2,这个是instantclient_11_2文件夹的路径),修改OCI库(如H:\Oracle\
阅读全文
摘要:口令 oracle11密码 oracle11 进入sqlplus用户名:system口令:oracle11
阅读全文
摘要:报错为: OUI-10137:An Oracle Home with name ORACLE_HOME already exists at location /home/u01/app/oracle/product/11.1.0/db_1. Please specify another name f
阅读全文
摘要:在安装时点击setup.exe之后,出现了:[INS-13001]环境不满足最低要求 这时,打开你的解压后的database文件夹,找到stage,然后cvu,找到cvu_prereq.xml文件,用记事本打开,增添一下内容 <OPERATING_SYSTEM RELEASE="6.2"> <VER
阅读全文
摘要:参考地址1: https://jingyan.baidu.com/article/7082dc1c1f7e61e40b89bd40.html (较不全) 参考地址2:https://jingyan.baidu.com/article/363872eccfb9266e4aa16f5d.html (较全
阅读全文
摘要:1 首先大家可以看到的是我们的这个oracle的数据库服务,每次我们用我们的oracle数据库的时候进行打开的两个服务 OracleOraDb11g_home1TNSListener OracleServiceORCL 2 来打开我们的记事本,然后进行编辑 3 在我们的记事本编辑框中输入我们这两句代
阅读全文
摘要:1、电脑win键+R键,输入cmd,进入命令提示符。 2、命令行中输入: 3、如果没有报错,并出现oracle版本号,则代表安装成功
阅读全文
摘要:select distinct TaskNumber, no, h.WarehouseKeeperId from LRP_WMTx_H h join lrp_wmtx_l l on h.oid = l.soid where h. TxTypeCode = '302' and h.WarehouseKeeperId = (select oid from lrp...
阅读全文
摘要:select * from dba_tables; select * from user_tables; select * from all_tables;
阅读全文