欧美一区二区三区老妇人-欧美做爰猛烈大尺度电-99久久夜色精品国产亚洲a-亚洲福利视频一区二区

創(chuàng)建外部表(externaltable)

Upload “Email-Match Export.csv” to the SFTP Server

撫遠(yuǎn)網(wǎng)站制作公司哪家好,找創(chuàng)新互聯(lián)公司!從網(wǎng)頁設(shè)計、網(wǎng)站建設(shè)、微信開發(fā)、APP開發(fā)、響應(yīng)式網(wǎng)站等網(wǎng)站項目制作,到程序開發(fā),運(yùn)營維護(hù)。創(chuàng)新互聯(lián)公司從2013年成立到現(xiàn)在10年的時間,我們擁有了豐富的建站經(jīng)驗和運(yùn)維經(jīng)驗,來保證我們的工作的順利進(jìn)行。專注于網(wǎng)站建設(shè)就選創(chuàng)新互聯(lián)公司

------------create directory

create directory xtern_data_dir_yilin as '/backup/yilin';

------------grant access

GRANT READ, WRITE ON DIRECTORY xtern_data_dir_yilin TO willldb;

Login to Database with WILLLDB

------------create table

SQL> CREATE TABLE survey_respdts_yilin

  2  (

  3      email_address  VARCHAR(200)

  4  )

  5  ORGANIZATION EXTERNAL

  6      (DEFAULT DIRECTORY xtern_data_dir_yilin

  7       ACCESS PARAMETERS (

  8           RECORDS DELIMITED BY NEWLINE

  9  FIELDS TERMINATED BY ".com" LDRTRIM

 10       )

 11       LOCATION ('Email-Match Export.csv'));

CREATE TABLE survey_respdts_yilin

*

ERROR at line 1:

ORA-25153: Temporary Tablespace is Empty

 

SQL> create temporary tablespace temp01 tempfile 'd:oracleoradatatestdbtemp01

  2  .dbf' size 100m;

 

Tablespace created.

 

SQL> alter database default temporary tablespace temp01;

 

Database altered.

 

SQL> CREATE TABLE survey_respdts_yilin

  2  (

  3      email_address  VARCHAR(200)

  4  )

  5  ORGANIZATION EXTERNAL

  6      (DEFAULT DIRECTORY xtern_data_dir_yilin

  7       ACCESS PARAMETERS (

  8           RECORDS DELIMITED BY NEWLINE

  9   FIELDS TERMINATED BY ".com" LDRTRIM  

 10       )

 11       LOCATION ('Email-Match Export.csv'));

 

Table created.

本文名稱:創(chuàng)建外部表(externaltable)
當(dāng)前URL:http://www.chinadenli.net/article10/piisdo.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供營銷型網(wǎng)站建設(shè)用戶體驗建站公司網(wǎng)站建設(shè)云服務(wù)器外貿(mào)建站

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

成都定制網(wǎng)站網(wǎng)頁設(shè)計