当前位置:网站首页>WebService interface test
WebService interface test
2022-07-22 13:23:00 【Alone.】
Create the table space of the intermediate table
Fund system database operation : use sys User dba Log in as an identity to operate
function cmd command , Input :sqlplus / as sysdba
Query tablespace path , The path obtained here is the path required in the next step . Input again select File_Name from dba_data_files;
From the display , There is no intermediate table in this , So create the tablespace of the intermediate table
The path of creating the table space here is the same as the path of the table space you queried above , Everyone's path is different , Note that there can be no spaces between paths
CREATE BIGFILE TABLESPACE "TS_MID" DATAFILE 'D:\app\wen\oradata\atsdb\TS_MID.ora' SIZE 100M AUTOEXTEND ON NEXT 100M MAXSIZE UNLIMITED LOGGING EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO;
Create intermediate table users
create user impuser identified by test1
default tablespace TS_MID
temporary tablespace TEMP
profile DEFAULT
quota unlimited on TS_MID;
To intermediate table users (impuser) to grant authorization
grant resource to impuser;
grant connect to impuser;
grant select on V_$session to impuser;
grant select on V_$sesstat to impuser;
grant select on V_$statname to impuser;
Create middle table
Batch processing file name
Copy all the intermediate table scripts to a new folder
Create a new text document , Input DIR . /B >LIST.TXT, After saving, change the extension of the text document to .bat, When in charge, the icon will change into a gear shape , Double click this bat file ,, The current directory will generate a LIST Of txt file , This is the file that handles all the intermediate tables of takeout
Click on 【 edit 】 Medium 【 Replace 】, add @ And the path of the intermediate table , Convenient back in plsql The operation
 an image is equivalent to 16x16 words: a transformer for large-scale image recognition
ARM+SD2405 IIC_RTC驱动编写及IIC通讯协议
Daily question-leetcode814-binary tree pruning recursion
【MySQL必知必会】 存储过程 | 游标
[Dameng database] check the status of the cluster machine on the monitor
ROS entry level tutorial
工厂控制室西门子PLC如何集中无线采集多条产线生产数据?
随机推荐
Huawei device WLAN security configuration command
3A what is the percentage of passing the PMP Exam?
Elephant Swap的LaaS方案迅速崛起,构建全新DeFi2.0协议
Typescript - syntax introduction
Applet project summary
js数组操作大全(pop,push,unshift,splice,shift方法)
Qt Creator快捷键大全,附快捷键配置方法
Esp8266 analog input (ADC) detection problem
Common management problems and solutions in automation equipment manufacturing industry
requires_grad,grad_fn,grad的含义及使用2
百度飞桨EasyDL X 韦士肯:看轴承质检如何装上“AI之眼”
2022/07/21---滑动窗口的最大值;
采购管控: 缩短采购周期,从源头上降本增效
Border dynamic effect implementation
2022/07/18------顺时针打印矩阵
数商云:供应商多场景趋势下,服装企业如何打造灵活应用的SRM管理体系?
JVM的运行原理
三种JS截取字符串方法
MySQL basic functions
如何在页面中添加地图