oracle-blob導出,在ob導入失敗

導出:

[oracle@lncs dmp]$ /home/oracle/sqluldr2 gistar/res#pwd@192.168.205.58:1521/lndb query="select * from an_odn_picture where length(PIC_CONTENT)<=25000" file=an_odn_picture.csv Charset=utf8 text=CSV
? ? ? ? ? ?0 rows exported at 2025-03-31 14:41:35, size 0 MB.
? ? ? 121633 rows exported at 2025-03-31 14:47:17, size 2158 MB.
? ? ? ? ?output file an_odn_picture.csv closed at 121633 rows, size 2158 MB.
[oracle@lncs dmp]$ du -sh an_odn_picture.csv
2.2G ? ?an_odn_picture.csv
[oracle@lncs dmp]$ /home/oracle/sqluldr2 gistar/res#pwd@192.168.205.58:1521/lndb query="select * from an_odn_picture where length(PIC_CONTENT)>25000" file=an_odn_picture1.csv Charset=utf8 text=CSV
? ? ? ? ? ?0 rows exported at 2025-03-31 14:47:45, size 0 MB.
ORA-24345: A Truncation or null fetch error occurred
[oracle@lncs dmp]$ /home/oracle/sqluldr2 gistar/res#pwd@192.168.205.58:1521/lndb query="select * from an_odn_picture where length(PIC_CONTENT)>25000 and length(PIC_CONTENT)<=30000" file=an_odn_picture1.csv Charset=utf8 text=CSV
? ? ? ? ? ?0 rows exported at 2025-03-31 14:48:10, size 0 MB.
^CORA-01013: user requested cancel of current operation
[oracle@lncs dmp]$ /home/oracle/sqluldr2 gistar/res#pwd@192.168.205.58:1521/lndb query="select * from an_odn_picture where length(PIC_CONTENT)>25000 and length(PIC_CONTENT)<=30000" file=an_odn_picture1.csv Charset=utf8 text=CSV head=no
? ? ? ? ? ?0 rows exported at 2025-03-31 14:49:31, size 0 MB.
? ? ? ?45402 rows exported at 2025-03-31 14:50:06, size 1188 MB.
? ? ? ? ?output file an_odn_picture1.csv closed at 45402 rows, size 1188 MB.
[oracle@lncs dmp]$ /home/oracle/sqluldr2 gistar/res#pwd@192.168.205.58:1521/lndb query="select * from an_odn_picture where length(PIC_CONTENT)>30000" file=an_odn_picture2.csv Charset=utf8 text=CSV head=no
? ? ? ? ? ?0 rows exported at 2025-03-31 14:52:30, size 0 MB.
ORA-24345: A Truncation or null fetch error occurred
[oracle@lncs dmp]$ /home/oracle/sqluldr2 gistar/res#pwd@192.168.205.58:1521/lndb query="select * from an_odn_picture where length(PIC_CONTENT)>30000 and length(PIC_CONTENT)<=35000" file=an_odn_picture2.csv Charset=utf8 text=CSV head=no
? ? ? ? ? ?0 rows exported at 2025-03-31 14:53:02, size 0 MB.
ORA-24345: A Truncation or null fetch error occurred
[oracle@lncs dmp]$ sqlplus gistar/res#pwd

SQL*Plus: Release 11.2.0.4.0 Production on Mon Mar 31 14:53:12 2025

Copyright (c) 1982, 2013, Oracle. ?All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> select count(*) from an_odn_picture where length(PIC_CONTENT)>30000 and length(PIC_CONTENT)<=35000;

? COUNT(*)
----------
? ? ?21231

SQL> select count(*) from an_odn_picture where length(PIC_CONTENT)>30000 and length(PIC_CONTENT)<=32000';
ERROR:
ORA-01756: quoted string not properly terminated


SQL> select count(*) from an_odn_picture where length(PIC_CONTENT)>30000 and length(PIC_CONTENT)<=32000;

? COUNT(*)
----------
? ? ?11554

SQL> select count(*) from an_odn_picture where length(PIC_CONTENT)>30000;

? COUNT(*)
----------
? ? ?29076

SQL> select count(*) from an_odn_picture where length(PIC_CONTENT)>30000 and length(PIC_CONTENT)<=31000;

? COUNT(*)
----------
? ? ? 6333

SQL> select count(*) from an_odn_picture where length(PIC_CONTENT)>30000 and length(PIC_CONTENT)<=33000;

? COUNT(*)
----------
? ? ?15618

SQL> select count(*) from an_odn_picture where length(PIC_CONTENT)>30000 and length(PIC_CONTENT)<=34000;

? COUNT(*)
----------
? ? ?18836

SQL> select count(*) from an_odn_picture where length(PIC_CONTENT)>30000 and length(PIC_CONTENT)<=36000;

? COUNT(*)
----------
? ? ?23062

SQL> select count(*) from an_odn_picture where length(PIC_CONTENT)>30000 and length(PIC_CONTENT)<=37000;

? COUNT(*)
----------
? ? ?24402

SQL> select count(*) from an_odn_picture where length(PIC_CONTENT)>30000 and length(PIC_CONTENT)<=38000;

? COUNT(*)
----------
? ? ?25355

SQL> select count(*) from an_odn_picture where length(PIC_CONTENT)>30000 and length(PIC_CONTENT)<=39000;

? COUNT(*)
----------
? ? ?25988

SQL> select count(*) from an_odn_picture where length(PIC_CONTENT)>30000 and length(PIC_CONTENT)<=40000;

? COUNT(*)
----------
? ? ?26510

SQL> select count(*) from an_odn_picture where length(PIC_CONTENT)>30000 and length(PIC_CONTENT)<=45000;

? COUNT(*)
----------
? ? ?27878

SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
[oracle@lncs dmp]$ /home/oracle/sqluldr2 gistar/res#pwd@192.168.205.58:1521/lndb query="select * from an_odn_picture where length(PIC_CONTENT)>30000 and length(PIC_CONTENT)<=32000" file=an_odn_picture2.csv Charset=utf8 text=CSV head=no
? ? ? ? ? ?0 rows exported at 2025-03-31 14:55:59, size 0 MB.
? ? ? ?11554 rows exported at 2025-03-31 14:57:26, size 342 MB.
? ? ? ? ?output file an_odn_picture2.csv closed at 11554 rows, size 342 MB.
[oracle@lncs dmp]$ /home/oracle/sqluldr2 gistar/res#pwd@192.168.205.58:1521/lndb query="select * from an_odn_picture where length(PIC_CONTENT)>32000 and length(PIC_CONTENT)<=35000" file=an_odn_picture2.csv Charset=utf8 text=CSV head=no
^C ? ? ? ? ? 0 rows exported at 2025-03-31 14:59:18, size 0 MB.
^[[A^CORA-01013: user requested cancel of current operation
[oracle@lncs dmp]$ /home/oracle/sqluldr2 gistar/res#pwd@192.168.205.58:1521/lndb query="select * from an_odn_picture where length(PIC_CONTENT)>32000 and length(PIC_CONTENT)<=35000" file=an_odn_picture3.csv Charset=utf8 text=CSV head=no
? ? ? ? ? ?0 rows exported at 2025-03-31 14:59:29, size 0 MB.
ORA-24345: A Truncation or null fetch error occurred
[oracle@lncs dmp]$ /home/oracle/sqluldr2 gistar/res#pwd@192.168.205.58:1521/lndb query="select * from an_odn_picture where length(PIC_CONTENT)>32000 and length(PIC_CONTENT)<=34000" file=an_odn_picture3.csv Charset=utf8 text=CSV head=no
? ? ? ? ? ?0 rows exported at 2025-03-31 14:59:41, size 0 MB.
ORA-24345: A Truncation or null fetch error occurred
[oracle@lncs dmp]$ /home/oracle/sqluldr2 gistar/res#pwd@192.168.205.58:1521/lndb query="select * from an_odn_picture where length(PIC_CONTENT)>32000 and length(PIC_CONTENT)<=33000" file=an_odn_picture3.csv Charset=utf8 text=CSV head=no
? ? ? ? ? ?0 rows exported at 2025-03-31 14:59:50, size 0 MB.
ORA-24345: A Truncation or null fetch error occurred
[oracle@lncs dmp]$ ls -lt
total 3571388
-rw-r--r-- 1 oracle oinstall ? ? ? ? ?0 Mar 31 14:59 an_odn_picture3.csv
-rw-r--r-- 1 oracle oinstall ? ? ? ? ?0 Mar 31 14:59 an_odn_picture2.csv
-rw-r--r-- 1 oracle oinstall 1245954866 Mar 31 14:50 an_odn_picture1.csv
-rw-r--r-- 1 oracle oinstall 2262497611 Mar 31 14:47 an_odn_picture.csv
-rw-r--r-- 1 oracle oinstall ?148633380 Mar 21 14:15 dict_premises_network.dmp
[oracle@lncs dmp]$ /home/oracle/sqluldr2 gistar/res#pwd@192.168.205.58:1521/lndb query="select * from an_odn_picture where length(PIC_CONTENT)>32000 and length(PIC_CONTENT)<=33000" file=an_odn_picture3.csv Charset=utf8 text=CSV head=no buffer=65535000
? ? ? ? ? ?0 rows exported at 2025-03-31 15:00:45, size 0 MB.
ORA-24345: A Truncation or null fetch error occurred
[oracle@lncs dmp]$ /home/oracle/sqluldr2 gistar/res#pwd@192.168.205.58:1521/lndb query="select * from an_odn_picture where length(PIC_CONTENT)>32000 and length(PIC_CONTENT)<=32500" file=an_odn_picture3.csv Charset=utf8 text=CSV head=no?
? ? ? ? ? ?0 rows exported at 2025-03-31 15:01:01, size 0 MB.
? ? ? ? 2105 rows exported at 2025-03-31 15:01:22, size 65 MB.
? ? ? ? ?output file an_odn_picture3.csv closed at 2105 rows, size 65 MB.
[oracle@lncs dmp]$ /home/oracle/sqluldr2 gistar/res#pwd@192.168.205.58:1521/lndb query="select * from an_odn_picture where length(PIC_CONTENT)>32500 and length(PIC_CONTENT)<=33000" file=an_odn_picture3.csv Charset=utf8 text=CSV head=no?
? ? ? ? ? ?0 rows exported at 2025-03-31 15:01:37, size 0 MB.
ORA-24345: A Truncation or null fetch error occurred
[oracle@lncs dmp]$ ll
total 3571388
-rw-r--r-- 1 oracle oinstall 1245954866 Mar 31 14:50 an_odn_picture1.csv
-rw-r--r-- 1 oracle oinstall ? ? ? ? ?0 Mar 31 14:59 an_odn_picture2.csv
-rw-r--r-- 1 oracle oinstall ? ? ? ? ?0 Mar 31 15:01 an_odn_picture3.csv
-rw-r--r-- 1 oracle oinstall 2262497611 Mar 31 14:47 an_odn_picture.csv
-rw-r--r-- 1 oracle oinstall ?148633380 Mar 21 14:15 dict_premises_network.dmp
[oracle@lncs dmp]$ scp an_odn_picture.csv admin@192.168.207.143:/db/ob/admin/
admin@192.168.207.143's password:?
an_odn_picture.csv ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 100% 2158MB ? 6.6MB/s ? 05:27 ? ?
[oracle@lncs dmp]$?

ob目標blob字段表失敗的導入:

[admin@lnpg ~]$ obloader -h 127.0.0.1 -P 2881 -u ugistar -p res#pwd --sys-user 'root@sys' --sys-password=linux123 -t lnzyob -D gistar --csv --all -f an_odn_picture.csv --table test00
2025-03-31 15:22:00 [INFO] Parsed args:
[--csv] true
[--file-path] an_odn_picture.csv
[--host] 127.0.0.1
[--port] 2881
[--user] ugistar
[--tenant] lnzyob
[--password] ******
[--database] gistar
[--sys-user] root@sys
[--sys-password] ******
[--all] true
[--table] [test00]

2025-03-31 15:22:00 [WARN] The Java version (1.8.0_221) you are currently using is not recommended. Recommended range: [1.8.0_300, 9.0.0)
2025-03-31 15:22:00 [ERROR] Load failed! Error: One table can only correspond to one data file
2025-03-31 15:22:00 [ERROR] System exit 1
[admin@lnpg ~]$ obloader -h 127.0.0.1 -P 2881 -u gistar -p res#pwd --sys-user 'root@sys' --sys-password=linux123 -t lnzyob -D gistar --csv --all -f an_odn_picture.csv --table test00
2025-03-31 15:22:24 [INFO] Parsed args:
[--csv] true
[--file-path] an_odn_picture.csv
[--host] 127.0.0.1
[--port] 2881
[--user] gistar
[--tenant] lnzyob
[--password] ******
[--database] gistar
[--sys-user] root@sys
[--sys-password] ******
[--all] true
[--table] [test00]

2025-03-31 15:22:24 [WARN] The Java version (1.8.0_221) you are currently using is not recommended. Recommended range: [1.8.0_300, 9.0.0)
2025-03-31 15:22:25 [ERROR] Load failed! Error: One table can only correspond to one data file
2025-03-31 15:22:25 [ERROR] System exit 1
[admin@lnpg ~]$ pwd
/db/ob/admin
[admin@lnpg ~]$ obloader -h 127.0.0.1 -P 2881 -u gistar -p res#pwd --sys-user 'root@sys' --sys-password=linux123 -t lnzyob -D gistar --csv --all -f /db/ob/admin/an_odn_picture.csv --table test00
2025-03-31 15:22:42 [INFO] Parsed args:
[--csv] true
[--file-path] /db/ob/admin/an_odn_picture.csv
[--host] 127.0.0.1
[--port] 2881
[--user] gistar
[--tenant] lnzyob
[--password] ******
[--database] gistar
[--sys-user] root@sys
[--sys-password] ******
[--all] true
[--table] [test00]

2025-03-31 15:22:42 [WARN] The Java version (1.8.0_221) you are currently using is not recommended. Recommended range: [1.8.0_300, 9.0.0)
2025-03-31 15:22:43 [ERROR] Load failed! Error: One table can only correspond to one data file
2025-03-31 15:22:43 [ERROR] System exit 1
[admin@lnpg ~]$ obloader -h 127.0.0.1 -P 2881 -u gistar -p res#pwd --sys-user 'root@sys' --sys-password=linux123 -t lnzyob -D gistar --csv -f /db/ob/admin/an_odn_picture.csv --table test00
2025-03-31 15:22:56 [INFO] Parsed args:
[--csv] true
[--file-path] /db/ob/admin/an_odn_picture.csv
[--host] 127.0.0.1
[--port] 2881
[--user] gistar
[--tenant] lnzyob
[--password] ******
[--database] gistar
[--sys-user] root@sys
[--sys-password] ******
[--table] [test00]

2025-03-31 15:22:56 [WARN] The Java version (1.8.0_221) you are currently using is not recommended. Recommended range: [1.8.0_300, 9.0.0)
2025-03-31 15:22:56 [INFO] Log files will be written to /db/ob/admin/logs
2025-03-31 15:22:56 [INFO] Trying to establish JDBC connection to `gistar@lnzyob`...
2025-03-31 15:22:57 [INFO] Sys-tenant credential is required (add `--no-sys` if you don't have one). Now trying to establish JDBC connection to `root@sys@sys`...
2025-03-31 15:22:57 [INFO] Server Mode: OBORACLE-3.2.4.1
2025-03-31 15:22:57 [ERROR] create connection SQLException, url: jdbc:oceanbase://127.0.0.1:2881/oceanbase?characterEncoding=utf8&socketTimeout=1800000&connectTimeout=1800000&zeroDateTimeBehavior=convertToNull&useServerPrepStmts=true&noDatetimeStringSync=true&useCompression=true&log=false&allowMultiQueries=true&useLocalSessionState=true&cachePrepStmts=true&useSqlStringCache=true&extendOracleResultSetClass=true&// keyStore=&// keyStorePassword=, errorCode 1045, state 42000 java.sql.SQLSyntaxErrorException: Could not connect to 127.0.0.1:2881 : (conn=3221747088) Access denied for user 'root'@'xxx.xxx.xxx.xxx' (using password: YES)
? ? ? ? at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:110) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:235) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1729) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.util.Utils.retrieveProxy(Utils.java:1436) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.OceanBaseConnection.newConnection(OceanBaseConnection.java:397) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.Driver.connect(Driver.java:93) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1682) ~[druid-1.2.22.jar:?]
? ? ? ? at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803) ~[druid-1.2.22.jar:?]
? ? ? ? at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2928) ~[druid-1.2.22.jar:?]
Caused by: java.sql.SQLSyntaxErrorException: (conn=3221747088) Access denied for user 'root'@'xxx.xxx.xxx.xxx' (using password: YES)
? ? ? ? at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:110) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:230) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.protocol.AbstractConnectProtocol.authenticationHandler(AbstractConnectProtocol.java:807) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.protocol.AbstractConnectProtocol.createConnection(AbstractConnectProtocol.java:602) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1724) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? ... 6 more

2025-03-31 15:22:57 [ERROR] create connection SQLException, url: jdbc:oceanbase://127.0.0.1:2881/oceanbase?characterEncoding=utf8&socketTimeout=1800000&connectTimeout=1800000&zeroDateTimeBehavior=convertToNull&useServerPrepStmts=true&noDatetimeStringSync=true&useCompression=true&log=false&allowMultiQueries=true&useLocalSessionState=true&cachePrepStmts=true&useSqlStringCache=true&extendOracleResultSetClass=true&// keyStore=&// keyStorePassword=, errorCode 1045, state 42000 java.sql.SQLSyntaxErrorException: Could not connect to 127.0.0.1:2881 : (conn=3221747089) Access denied for user 'root'@'xxx.xxx.xxx.xxx' (using password: YES)
? ? ? ? at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:110) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:235) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1729) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.util.Utils.retrieveProxy(Utils.java:1436) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.OceanBaseConnection.newConnection(OceanBaseConnection.java:397) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.Driver.connect(Driver.java:93) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1682) ~[druid-1.2.22.jar:?]
? ? ? ? at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803) ~[druid-1.2.22.jar:?]
? ? ? ? at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2928) ~[druid-1.2.22.jar:?]
Caused by: java.sql.SQLSyntaxErrorException: (conn=3221747089) Access denied for user 'root'@'xxx.xxx.xxx.xxx' (using password: YES)
? ? ? ? at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:110) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:230) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.protocol.AbstractConnectProtocol.authenticationHandler(AbstractConnectProtocol.java:807) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.protocol.AbstractConnectProtocol.createConnection(AbstractConnectProtocol.java:602) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1724) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? ... 6 more

2025-03-31 15:22:57 [INFO] Querying table column metadata, this might take a while...
2025-03-31 15:22:57 [WARN] Table: "TEST00" doesn't exist, skip it
2025-03-31 15:22:57 [WARN] No table to proceed for schema: "GISTAR"
2025-03-31 15:22:57 [ERROR] Load failed! Error: The base tables (non temporary) are not found in the schema: GISTAR. Please check the --table option!
2025-03-31 15:22:57 [ERROR] System exit 1
[admin@lnpg ~]$ obloader -h 127.0.0.1 -P 2881 -u gistar -p res#pwd --sys-user 'root@sys' --sys-password=linux123 -t lnzyob -D gistar --csv -f /db/ob/admin/an_odn_picture.csv --table test00^C
[admin@lnpg ~]$ obclient -h192.168.207.143 -P2881 -ugistar@lnzyob -pres#pwd -A?
Welcome to the OceanBase. ?Commands end with ; or \g.
Your OceanBase connection id is 3221747128
Server version: OceanBase 3.2.4.1 (r101000052023010822-346aa35c32e99d1b82d713f75f0072c45bdf7aab) (Built Jan ?8 2023 22:52:43)

Copyright (c) 2000, 2018, OceanBase and/or its affiliates. All rights reserved.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

obclient [GISTAR]> create table test00 as select * from an_odn_picture where 1<>1;
Query OK, 0 rows affected (0.219 sec)

obclient [GISTAR]> select count(*) from test00;
+----------+
| COUNT(*) |
+----------+
| ? ? ? ?0 |
+----------+
1 row in set (0.015 sec)

obclient [GISTAR]> desc test00;
+--------------------+----------------+------+-----+---------+-------+
| FIELD ? ? ? ? ? ? ?| TYPE ? ? ? ? ? | NULL | KEY | DEFAULT | EXTRA |
+--------------------+----------------+------+-----+---------+-------+
| ID ? ? ? ? ? ? ? ? | NUMBER(16) ? ? | NO ? | NULL | NULL ? ?| NULL ?|
| PIC_TIME ? ? ? ? ? | DATE ? ? ? ? ? | NO ? | NULL | NULL ? ?| NULL ?|
| PIC_CONTENT ? ? ? ?| BLOB ? ? ? ? ? | YES ?| NULL | NULL ? ?| NULL ?|
| SERVICEID ? ? ? ? ?| NUMBER(16) ? ? | YES ?| NULL | NULL ? ?| NULL ?|
| SERVICEORDERID ? ? | VARCHAR2(50) ? | YES ?| NULL | NULL ? ?| NULL ?|
| ODNID ? ? ? ? ? ? ?| VARCHAR2(16) ? | NO ? | NULL | NULL ? ?| NULL ?|
| ODN_CODE ? ? ? ? ? | VARCHAR2(255) ?| NO ? | NULL | NULL ? ?| NULL ?|
| IS_OK ? ? ? ? ? ? ?| NUMBER(6) ? ? ?| NO ? | NULL | NULL ? ?| NULL ?|
| IFEXIST ? ? ? ? ? ?| NUMBER(6) ? ? ?| NO ? | NULL | NULL ? ?| NULL ?|
| PIC_TYPE ? ? ? ? ? | NUMBER(6) ? ? ?| YES ?| NULL | NULL ? ?| NULL ?|
| SC_TYPE ? ? ? ? ? ?| NUMBER(6) ? ? ?| YES ?| NULL | NULL ? ?| NULL ?|
| DATA_TYPE ? ? ? ? ?| NUMBER(6) ? ? ?| NO ? | NULL | NULL ? ?| NULL ?|
| ISDELETE ? ? ? ? ? | VARCHAR2(50) ? | YES ?| NULL | NULL ? ?| NULL ?|
| OPERATENAME ? ? ? ?| VARCHAR2(50) ? | YES ?| NULL | NULL ? ?| NULL ?|
| LATNID ? ? ? ? ? ? | VARCHAR2(50) ? | YES ?| NULL | NULL ? ?| NULL ?|
| OLTPORTID ? ? ? ? ?| VARCHAR2(16) ? | YES ?| NULL | NULL ? ?| NULL ?|
| MARK_TIME ? ? ? ? ?| DATE ? ? ? ? ? | YES ?| NULL | NULL ? ?| NULL ?|
| MARK_USER ? ? ? ? ?| VARCHAR2(100) ?| YES ?| NULL | NULL ? ?| NULL ?|
| MARK_USERNAME ? ? ?| VARCHAR2(100) ?| YES ?| NULL | NULL ? ?| NULL ?|
| MARK_NOTES ? ? ? ? | VARCHAR2(4000) | YES ?| NULL | NULL ? ?| NULL ?|
| MARK_QUALIFY ? ? ? | NUMBER(6) ? ? ?| YES ?| NULL | NULL ? ?| NULL ?|
| PIC_ISOK ? ? ? ? ? | VARCHAR2(16) ? | YES ?| NULL | NULL ? ?| NULL ?|
| PICCHECKTIME ? ? ? | DATE ? ? ? ? ? | YES ?| NULL | NULL ? ?| NULL ?|
| SEC_MARK_QUALIFY ? | NUMBER(6) ? ? ?| YES ?| NULL | NULL ? ?| NULL ?|
| SEC_MARK_TIME ? ? ?| DATE ? ? ? ? ? | YES ?| NULL | NULL ? ?| NULL ?|
| SEC_MARK_USER ? ? ?| VARCHAR2(100) ?| YES ?| NULL | NULL ? ?| NULL ?|
| SEC_MARK_USERNAME ?| VARCHAR2(100) ?| YES ?| NULL | NULL ? ?| NULL ?|
| SEC_MARK_NOTES ? ? | VARCHAR2(4000) | YES ?| NULL | NULL ? ?| NULL ?|
| UPDATETIME ? ? ? ? | DATE ? ? ? ? ? | YES ?| NULL | NULL ? ?| NULL ?|
| ODNUSEDTERM ? ? ? ?| VARCHAR2(512) ?| YES ?| NULL | NULL ? ?| NULL ?|
| CITY_MARK_QUALIFY ?| NUMBER(6) ? ? ?| YES ?| NULL | NULL ? ?| NULL ?|
| CITY_MARK_TIME ? ? | DATE ? ? ? ? ? | YES ?| NULL | NULL ? ?| NULL ?|
| CITY_MARK_USER ? ? | VARCHAR2(100) ?| YES ?| NULL | NULL ? ?| NULL ?|
| CITY_MARK_USERNAME | VARCHAR2(100) ?| YES ?| NULL | NULL ? ?| NULL ?|
| PIC_SOURCE ? ? ? ? | NUMBER(6) ? ? ?| YES ?| NULL | NULL ? ?| NULL ?|
| PIC_LAT ? ? ? ? ? ?| VARCHAR2(100) ?| YES ?| NULL | NULL ? ?| NULL ?|
| PIC_LNG ? ? ? ? ? ?| VARCHAR2(100) ?| YES ?| NULL | NULL ? ?| NULL ?|
| PIC_USERNAME ? ? ? | VARCHAR2(100) ?| YES ?| NULL | NULL ? ?| NULL ?|
| PIC_PHONE ? ? ? ? ?| VARCHAR2(100) ?| YES ?| NULL | NULL ? ?| NULL ?|
| PIC_DATE ? ? ? ? ? | DATE ? ? ? ? ? | YES ?| NULL | NULL ? ?| NULL ?|
| PIC_ADDRESS ? ? ? ?| VARCHAR2(256) ?| YES ?| NULL | NULL ? ?| NULL ?|
| DISTANCE ? ? ? ? ? | VARCHAR2(100) ?| YES ?| NULL | NULL ? ?| NULL ?|
+--------------------+----------------+------+-----+---------+-------+
42 rows in set (0.159 sec)

obclient [GISTAR]> exit
Bye
[admin@lnpg ~]$ obloader -h 127.0.0.1 -P 2881 -u gistar -p res#pwd --sys-user 'root@sys' --sys-password=linux123 -t lnzyob -D gistar --csv -f /db/ob/admin/an_odn_picture.csv --table test00
2025-03-31 15:24:19 [INFO] Parsed args:
[--csv] true
[--file-path] /db/ob/admin/an_odn_picture.csv
[--host] 127.0.0.1
[--port] 2881
[--user] gistar
[--tenant] lnzyob
[--password] ******
[--database] gistar
[--sys-user] root@sys
[--sys-password] ******
[--table] [test00]

2025-03-31 15:24:19 [WARN] The Java version (1.8.0_221) you are currently using is not recommended. Recommended range: [1.8.0_300, 9.0.0)
2025-03-31 15:24:19 [INFO] Log files will be written to /db/ob/admin/logs
2025-03-31 15:24:19 [INFO] Trying to establish JDBC connection to `gistar@lnzyob`...
2025-03-31 15:24:19 [INFO] Sys-tenant credential is required (add `--no-sys` if you don't have one). Now trying to establish JDBC connection to `root@sys@sys`...
2025-03-31 15:24:19 [INFO] Server Mode: OBORACLE-3.2.4.1
2025-03-31 15:24:19 [ERROR] create connection SQLException, url: jdbc:oceanbase://127.0.0.1:2881/oceanbase?characterEncoding=utf8&socketTimeout=1800000&connectTimeout=1800000&zeroDateTimeBehavior=convertToNull&useServerPrepStmts=true&noDatetimeStringSync=true&useCompression=true&log=false&allowMultiQueries=true&useLocalSessionState=true&cachePrepStmts=true&useSqlStringCache=true&extendOracleResultSetClass=true&// keyStore=&// keyStorePassword=, errorCode 1045, state 42000 java.sql.SQLSyntaxErrorException: Could not connect to 127.0.0.1:2881 : (conn=3221747182) Access denied for user 'root'@'xxx.xxx.xxx.xxx' (using password: YES)
? ? ? ? at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:110) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:235) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1729) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.util.Utils.retrieveProxy(Utils.java:1436) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.OceanBaseConnection.newConnection(OceanBaseConnection.java:397) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.Driver.connect(Driver.java:93) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1682) ~[druid-1.2.22.jar:?]
? ? ? ? at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803) ~[druid-1.2.22.jar:?]
? ? ? ? at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2928) ~[druid-1.2.22.jar:?]
Caused by: java.sql.SQLSyntaxErrorException: (conn=3221747182) Access denied for user 'root'@'xxx.xxx.xxx.xxx' (using password: YES)
? ? ? ? at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:110) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:230) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.protocol.AbstractConnectProtocol.authenticationHandler(AbstractConnectProtocol.java:807) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.protocol.AbstractConnectProtocol.createConnection(AbstractConnectProtocol.java:602) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1724) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? ... 6 more

2025-03-31 15:24:19 [ERROR] create connection SQLException, url: jdbc:oceanbase://127.0.0.1:2881/oceanbase?characterEncoding=utf8&socketTimeout=1800000&connectTimeout=1800000&zeroDateTimeBehavior=convertToNull&useServerPrepStmts=true&noDatetimeStringSync=true&useCompression=true&log=false&allowMultiQueries=true&useLocalSessionState=true&cachePrepStmts=true&useSqlStringCache=true&extendOracleResultSetClass=true&// keyStore=&// keyStorePassword=, errorCode 1045, state 42000 java.sql.SQLSyntaxErrorException: Could not connect to 127.0.0.1:2881 : (conn=3221747183) Access denied for user 'root'@'xxx.xxx.xxx.xxx' (using password: YES)
? ? ? ? at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:110) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:235) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1729) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.util.Utils.retrieveProxy(Utils.java:1436) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.OceanBaseConnection.newConnection(OceanBaseConnection.java:397) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.Driver.connect(Driver.java:93) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1682) ~[druid-1.2.22.jar:?]
? ? ? ? at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1803) ~[druid-1.2.22.jar:?]
? ? ? ? at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2928) ~[druid-1.2.22.jar:?]
Caused by: java.sql.SQLSyntaxErrorException: (conn=3221747183) Access denied for user 'root'@'xxx.xxx.xxx.xxx' (using password: YES)
? ? ? ? at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:110) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:230) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.protocol.AbstractConnectProtocol.authenticationHandler(AbstractConnectProtocol.java:807) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.protocol.AbstractConnectProtocol.createConnection(AbstractConnectProtocol.java:602) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? at com.oceanbase.jdbc.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1724) ~[oceanbase-client-2.4.11.jar:?]
? ? ? ? ... 6 more

2025-03-31 15:24:20 [INFO] Querying table column metadata, this might take a while...
2025-03-31 15:24:20 [INFO] Splitting data files into 64 MB logical chunks...
2025-03-31 15:24:20 [WARN] File /db/ob/admin/an_odn_picture.csv splitting error, remaining 653 bytes are skipped, please check the file content and settings. If it is a csv file, please check whether the --column-delimiter setting matches the file content
2025-03-31 15:24:20 [INFO] File: "/db/ob/admin/an_odn_picture.csv" has been split into 34 chunks. Elapsed: 717.8 ms
2025-03-31 15:24:20 [INFO] Split 1 data files to 34 logical chunks success. Elapsed: 725.5 ms
2025-03-31 15:24:20 [INFO] Bootstrap with Max Heap: 3 GB, Safe Heap: 3.09 GB
2025-03-31 15:24:20 [INFO] Querying primary/unique constraints metadata for data replacing...
2025-03-31 15:24:20 [ERROR] Load failed! Error: (conn=3221747183) Access denied for user 'root'@'xxx.xxx.xxx.xxx' (using password: YES)
2025-03-31 15:24:20 [ERROR] System exit 1
[admin@lnpg ~]$ obloader -h 127.0.0.1 -P 2881 -u gistar -p res#pwd --sys-user 'root' --sys-password=linux123 -t lnzyob -D gistar --csv -f /db/ob/admin/an_odn_picture.csv --table test00
2025-03-31 15:25:39 [INFO] Parsed args:
[--csv] true
[--file-path] /db/ob/admin/an_odn_picture.csv
[--host] 127.0.0.1
[--port] 2881
[--user] gistar
[--tenant] lnzyob
[--password] ******
[--database] gistar
[--sys-user] root
[--sys-password] ******
[--table] [test00]

2025-03-31 15:25:39 [WARN] The Java version (1.8.0_221) you are currently using is not recommended. Recommended range: [1.8.0_300, 9.0.0)
2025-03-31 15:25:40 [INFO] Log files will be written to /db/ob/admin/logs
2025-03-31 15:25:40 [INFO] Trying to establish JDBC connection to `gistar@lnzyob`...
2025-03-31 15:25:40 [INFO] Sys-tenant credential is required (add `--no-sys` if you don't have one). Now trying to establish JDBC connection to `root@sys`...
2025-03-31 15:25:40 [INFO] Server Mode: OBORACLE-3.2.4.1
2025-03-31 15:25:40 [INFO] Querying table column metadata, this might take a while...
2025-03-31 15:25:40 [INFO] Splitting data files into 64 MB logical chunks...
2025-03-31 15:25:41 [WARN] File /db/ob/admin/an_odn_picture.csv splitting error, remaining 653 bytes are skipped, please check the file content and settings. If it is a csv file, please check whether the --column-delimiter setting matches the file content
2025-03-31 15:25:41 [INFO] File: "/db/ob/admin/an_odn_picture.csv" has been split into 34 chunks. Elapsed: 822.7 ms
2025-03-31 15:25:41 [INFO] Split 1 data files to 34 logical chunks success. Elapsed: 830.5 ms
2025-03-31 15:25:41 [INFO] Bootstrap with Max Heap: 3 GB, Safe Heap: 3.09 GB
2025-03-31 15:25:41 [INFO] Querying primary/unique constraints metadata for data replacing...
2025-03-31 15:25:41 [INFO] Query table entry for table: "TEST00" finished. Remain: 0
2025-03-31 15:25:41 [INFO] Query leader location of table: "TEST00" finished. Remain: 0
2025-03-31 15:25:41 [INFO] Waiting to calculate leader for 34 subfiles....
2025-03-31 15:25:44 [WARN] Ignore parse first record. File: "/db/ob/admin/an_odn_picture-25.csv". Error: Invalid char between encapsulated token and delimiter. Token Content:N�?[�8
�vj(�Zr��x)6�}O�e�yo�<���4R���:)�/V�S�D?�īG$A� ���������u�_/���6v?8n��.
���J��?r���xo�h��::��D�-��GM�(
_��?)���+��� ?����3�����-LG Li+e: [5,344]
2025-03-31 15:25:44 [WARN] Ig+-_e +he fi__+ ++++ _ec-_d. Fi+e: /db/-b/ad+i+/a+_-d+_-ic++_e-25.c_+
2025-03-31 15:25:44 [INFO] Wai+i+g +- _ef_e_h -b_e_+e_ +-ad _+a++_....
2025-03-31 15:25:44 [INFO] C_ea+e 1024 _+-+_ f-_ _i+g b+ffe_ fi+i_hed. [192.168.207.143:2881]
2025-03-31 15:25:44 [INFO] S+a_+ 32 da+aba_e +_i+e_ +h_ead_ fi+i_hed. [192.168.207.143:2881]
2025-03-31 15:25:44 [INFO] S+a_+ 32 _ec-_d fi+e _eade_ +h_ead_ _+cce__
2025-03-31 15:25:46 [ERROR] L-ad da+a fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-14.c_+" fai+ed. Rea_-+: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+ C-++e++:���z#~�+�XO��?� Line: [427,54912].
2025-03-31 15:25:46 [ERROR] Fatal error occurred while loading data from "/db/ob/admin/an_odn_picture.csv" into table "GISTAR"."TEST00". Reason: Invalid char between encapsulated token and delimiter. Token Content:���z#~�v�XO��?� Line: [427,54912]
2025-03-31 15:25:47 [ERROR] Load data file: "/db/ob/admin/an_odn_picture-12.csv" failed. Reason: Invalid char between encapsulated token and delimiter. Token Content: Line: [411,50980].
2025-03-31 15:25:47 [ERROR] Fatal error occurred while loading data from "/db/ob/admin/an_odn_picture.csv" into table "GISTAR"."TEST00". Reason: Invalid char between encapsulated token and delimiter. Token Content: Line: [411,50980]
��E���3-31 15:25:47 [ERROR] Load data file: "/db/ob/admin/an_odn_picture-1.csv" failed. Reason: Invalid char between encapsulated token and delimiter. Token Content:���;?�q���\�N���@�bK=�W�?U�"�
?����?�-2`�A�Q�#?\28�$�]J���Pc�� ? ? ? ?�-:����g]|[�04�.>J8��3U���-6���k�x��)
? ? ? ? ? ? ? ? ? s�Z2?�c���A�u ��n YWh�gUq���Z��
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?ot�2�>�ny8y��&X�Oa�&�M�F�E
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?�&��;p�?G�i+n.
q�G�W�7��7
? ? ? ? ? s��4t Line: [601,75642].
2025-03-31 15:25:47 [ERROR] Fatal error occurred while loading data from "/db/ob/admin/an_odn_picture.csv" into table "GISTAR"."TEST00". Reason: Invalid char between encapsulated token and delimiter. Token��E���nt:���;?�q���\�N���@�bK=�W�?U�"�
?����?�-2`�A�Q�#?\28�$�]J���Pc�� ? ? ? ?�-:����g]|[�04�.>J8��3U���-6���k�x��)
? ? ? ? ? ? ? ? ? s�Z2?�c���A�u ��n YWh�gUq���Z��
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?ot�2�>�ny8y��&X�Oa�&�M�F�E
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?�&��;p�?G�i+n.
q�G�W�7��7
? ? ? ? ? s��4t Line: [601,75642]
2025-03-31 15:25:47 [ERROR] Load data file: "/db/ob/admin/an_odn_picture-31.csv" failed. Reason: Invalid char between encapsulated token and delimiter. Token Content:�e�� �cl��+������
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? C�����z�Yx�4�m$�� ? ��u?���|� Li+e: [216,23796].
2025-03-31 15:25:47 [ERROR] Fa+a+ e__-_ -cc+__ed +hi+e +-adi+g da+a f_-+ "/db/-b/ad+i+/a+_-d+_-ic++_e.c_+" i++- +ab+e "GISTAR"."TEST00". Rea_-+: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+ C-++e++:�e�� �c+��+������
? ? ? ? ? ? ? ? ? ? ? ? ? ?C�����z�Yx�4�m$�� ? ?��u?���|� Li+e: [216,23796]
2025-03-31 15:25:47 [ERROR] L-ad da+a fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-3.c_+" fai+ed. Rea_-+: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+ C-++e++:4,Θ �+�A$�
h$QA+��++�EH Li+e: [224,26892].
2025-03-31 15:25:47 [ERROR] Fa+a+ e__-_ -cc+__ed +hi+e +-adi+g da+a f_-+ "/db/-b/ad+i+/a+_-d+_-ic++_e.c_+" i++- +ab+e "GISTAR"."TEST00". Rea_-+: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+ C-++e++:4,Θ �+�A$�
h$QA+��++�EH Li+e: [224,26892]
2025-03-%+L%��:�IX���!%��)�`�4�\��Xm|�4�4 ��=��j�OK�-��?���J��^���J�;8��o?]k(��c{�??vV�_ZFt#�of���y�m��{/cha_ be�.��d~�rj�h4`�� �;�y��?7#?�h��E+i+i+e_. T-+e+ C-++e++:�d+?f?�U}F#1"���?&����
9k����<&���hQod6���M"�?�d�g?��d�yу/���1��(�U}%�c]��W+2���44�{C�9G2TME�����>��j�a�-F:��vu���?�gM?R��T;��J��wC�J�]�97z�Dg!Mb7 ? ? (H�$�Y��5�I?yOZ?�x���mT%2f��J�I%�~b��Q�=�7H��f\&5�1�f�+�o�Zu�"��. i��
@�U�}�U�<s;4d6f��S��X�-�W?¥��y�X�_1���I����E^?��%�Ы�-�3�>>{���!��?[����d�Hm+-�u���$P���4�b,�E�bI�2?��-�$�`��$�I�s��\�RP�sê� ? ? 2SFH�?86|H�o(�������ka���>L�m���&f;>�{L�?��[.vP3�1���?a���o7� l0��II��.�\��7��:��]�
? ? ? f?X�s��r��@�1<J��� Line: [266,35781].
2025-03-31 15:25:47 [ERROR] Fatal error occurred while loading data from "/db/ob/admin/an_odn_picture.csv" into table "GISTAR"."TEST00". Reason: Invalid char between encapsulated token and delimiter. Token Content%lL%��:�IX���!%��)�`�4�\��Xm|�4�4 ��=��j�OK�-��?���J��^���J�;8��o?]k(��c{�??vV�_ZFt#�of���y�m��{/ ? ? ? �.��d~�rj�h4`�� �;�y��?7#?�h��E
9k����<&���hQod6���M"�?�d�g?��d�yу/���1��(�U}%�c]��W+2���44�{C�9G2TME�����>��j�a�-F:��vu���?�gM?R��T;��J��wC�J�]�97z�Dg!Mb7 ? ? (H�$�Y��5�I?yOZ?�x���mT%2f��J�I%�~b��Q�=�7H��f\&5�1�f�+�o�Zu�"��. i��
@�U�}�U�<s;4d6f��S��X�-�W?¥��y�X�_1���I����E^?��%�Ы�-�3�>>{���!��?[����d�Hm+-�u���$P���4�b,�E�bI�2?��-�$�`��$�I�s��\�RP�sê� ? ? 2SFH�?86|H�o(�������ka���>L�m���&f;>�{L�?��[.vP3�1���?a���o7� l0��II��.�\��7��:��]�
? ? ? f?X�s��r��@�1<J��� Line: [266,35781]
2025-03-31 15:25:47 [INFO] File: "/db/ob/admin/an_odn_picture-21.csv" has been parsed finished
2025-03-31 15:25:47 [ERROR] Fatal error occurred while loading data from "/db/ob/admin/an_odn_picture.csv" into table "GISTAR"."TEST00". Reason: Too many bad records were found in file: /db/ob/admin/an_odn_picture.csv. See the bad record in "ob-loader-dumper.bad"
2025-03-31 15:25:47 [INFO] File: "/db/ob/admin/an_odn_picture-27.csv" has been parsed finished
2025-03-31 15:25:47 [INFO] File: "/db/ob/admin/an_odn_picture-7.csv" has been parsed finished
2025-03-31 15:25:47 [INFO] File: "/db/ob/admin/an_odn_picture-18.csv" has been parsed finished
2025-03-31 15:25:47 [INFO] File: "/db/ob/admin/an_odn_picture-11.csv" has been parsed finished
2025-03-31 15:25:47 [INFO] File: "/db/ob/admin/an_odn_picture-10.csv" has been parsed finished
2025-03-31 15:25:47 [INFO] File: "/db/ob/admin/an_odn_picture-13.csv" has been parsed finished
2025-03-31 15:25:47 [ERROR] Load data file: "/db/ob/admin/an_odn_picture-25.csv" failed. Reason: Invalid char between encapsulated token and delimiter. Token Content:N�?[�8
�vj(�Zr��x)6�}O�e�yo�<���4R���:)�/V�S�D?�īG$A� ���������u�_/���6v?8n��.
���J��?r���xo�h��::��D�-��GM�(
_��?)���+��� ?����3�����-LG Li+e: [5,344].
2025-03-31 15:25:47 [ERROR] Fa+a+ e__-_ -cc+__ed +hi+e +-adi+g da+a f_-+ "/db/-b/ad+i+/a+_-d+_-ic++_e.c_+" i++- +ab+e "GISTAR"."TEST00". Rea_-+: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+ C-++e++:N�?[�8
�++(�Z_��|)6�}O�e�y-�<���4R���:)�/V�S�D?�īG$A� ���������+�_/���6+?8+��.
���J��?_���|-�h��::��D�-��GM�(
_��?)���+��� ?����3�����-LG Li+e: [5,344]
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-33.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-5.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-19.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-30.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-8.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-23.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-32.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-28.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-17.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-15.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-2.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-6.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-4.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-16.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-29.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-24.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-9.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-20.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-34.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [INFO] Fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-26.c_+" ha_ bee+ -a__ed fi+i_hed
2025-03-31 15:25:47 [ERROR] E__-_: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+ C-++e++:N�?[�8
�++(�Z_��|)6�}O�e�y-�<���4R���:)�/V�S�D?�īG$A� ���������+�_/���6+?8+��.
���J��?_���|-�h��::��D�-��GM�(
_��?)���+��� ?����3�����-LG Li+e: [5,344]
2025-03-31 15:25:47 [ERROR] E__-_: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+ C-++e++:4,Θ �+�A$�
h$QA+��++�EH Li+e: [224,26892]
2025-03-%+L%��:�IX���!%��)�`�4�\��Xm|�4�4 ��=��j�OK�-��?���J��^���J�;8��o?]k(��c{�??vV�_ZFt#�of���y�m��{/�d+?f?��.��d~�rj�h4`�� �;�y��?7#?�h��E
9k����<&���hQod6���M"�?�d�g?��d�yу/���1��(�U}%�c]��W+2���44�{C�9G2TME�����>��j�a�-F:��vu���?�gM?R��T;��J��wC�J�]�97z�Dg!Mb7 ? ? (H�$�Y��5�I?yOZ?�x���mT%2f��J�I%�~b��Q�=�7H��f\&5�1�f�+�o�Zu�"��. i��
@�U�}�U�<s;4d6f��S��X�-�W?¥��y�X�_1���I����E^?��%�Ы�-�3�>>{���!��?[����d�Hm+-�u���$P���4�b,�E�bI�2?��-�$�`��$�I�s��\�RP�sê� ? ? 2SFH�?86|H�o(�������ka���>L�m���&f;>�{L�?��[.vP3�1���?a���o7� l0��II��.�\��7��:��]�
? ? ? f?X�s��r��@�1<J��� Line: [266,35781]
2025-03-31 15:25:47 [ERROR] Error: Invalid char between encapsulated token and delimiter. Token Content:���z#~�v�XO��?� Line: [427,54912]
2025-03-31 15:25:47 [ERROR] Error: Invalid char between encapsulated token and delimiter. Token Content:�e�� �cl��+������
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? C�����z�Yx�4�m$�� ? ? ��u?���|� Li+e: [216,23796]
2025-03-31 15:25:47 [ERROR] E__-_: T-- +a+y bad _ec-_d_ +e_e f-++d i+ fi+e: /db/-b/ad+i+/a+_-d+_-ic++_e.c_+. See +he bad _ec-_d i+ "-b-+-ade_-d++-e_.bad"
2025-03-31 15:25:47 [ERROR] E__-_: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+ C-++e++: Li+e: [411,50980]
��E���3-31 15:25:47 [ERROR] E__-_: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+ C-++e++:���;?�-���\�N���@�bK=�W�?U�"�
?����?�-2`�A�Q�#?\28�$�]J���Pc�� ? ? ? ?�-:����g]|[�04�.>J8��3U���-6���k�x��)
? ? ? ? ? ? ? ? ? s�Z2?�c���A�u ��n YWh�gUq���Z��
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?ot�2�>�ny8y��&X�Oa�&�M�F�E
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?�&��;p�?G�i+n.
q�G�W�7��7
? ? ? ? ? s��4t Line: [601,75642]
2025-03-31 15:25:47 [INFO] ---------- ? Finished Tasks: 34 ? ? ?Running Tasks: 0 ? ? ? ?Progress: 100.00% ? ? ? ----------
2025-03-31 15:25:47 [INFO]?

All Load Tasks Finished:?

----------------------------------------------------------------------------------------------------------------------------
? ? ? ? No.# ? ? ? ?| ? ? ? ?Type ? ? ? ?| ? ? ? ? ? ? Name ? ? ? ? ? ? | ? ? ? ? ? ?Count ? ? ? ? ? ? | ? ? ? Status ? ? ??
----------------------------------------------------------------------------------------------------------------------------
? ? ? ? ?1 ? ? ? ? ?| ? ? ? TABLE ? ? ? ?| ? ? ? ? ? ?TEST00 ? ? ? ? ? ?| ? ? ? ? ?1003 -> 0 ? ? ? ? ? | ? ? ?FAILURE ? ? ??
----------------------------------------------------------------------------------------------------------------------------

Total Count: 0 ? ? ? ? ?End Time: 2025-03-31 15:25:47


2025-03-31 15:25:47 [INFO] Load record finished. Total Elapsed: 7.678 s
2025-03-31 15:25:47 [ERROR] System exit 1
[admin@lnpg ~]$ obclient -h192.168.207.143 -P2881 -ugistar@lnzyob -pres#pwd -A?
Welcome to the OceanBase. ?Commands end with ; or \g.
Your OceanBase connection id is 3221747380
Server version: OceanBase 3.2.4.1 (r101000052023010822-346aa35c32e99d1b82d713f75f0072c45bdf7aab) (Built Jan ?8 2023 22:52:43)

Copyright (c) 2000, 2018, OceanBase and/or its affiliates. All rights reserved.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

obclient [GISTAR]> select count(*) from test00;
+----------+
| COUNT(*) |
+----------+
| ? ? ? ?0 |
+----------+
1 row in set (0.000 sec)

obclient [GISTAR]> exit
Bye
[admin@lnpg ~]$ ls -lt
total 2245472
drwxrwxr-x 2 admin admin ? ? ? ?142 Mar 31 15:25 logs
-rw-r--r-- 1 admin admin 2262497611 Mar 31 15:06 an_odn_picture.csv
-rw-r--r-- 1 root ?root ? ?36831183 Mar 25 17:15 ora2ob-1.0.jar
-rw-rw-r-- 1 admin admin ? ? ? ? 58 Mar 20 09:59 3.sql
-rw-rw-r-- 1 admin admin ? ? ? ? 58 Mar 20 09:59 1.sql
-rw-rw-r-- 1 admin admin ? ? ? ? 55 Mar 20 09:48 2.sql
-rw-rw-r-- 1 admin admin ? ? ? ?389 Mar 19 14:42 obloader_config.json
-rw-rw-r-- 1 admin admin ? ? ? ? 48 Mar 19 14:35 dict_sap.csv
-rwxrwxr-x 1 admin admin ? ? ? ?224 Mar 19 14:19 getcsv.sh
-rw-rw-r-- 1 admin admin ? ? ? 3714 Mar 19 14:00 getddl.sql
-rwxrwxr-x 1 admin admin ? ? ? ?275 Mar 19 11:35 tran.sh
drwxrwxr-x 3 admin admin ? ? ? ? 18 Mar 12 10:31 oradiag_admin
drwxrwxr-x 6 admin admin ? ? ? ?231 Mar 10 16:08 log
drwxrwxr-x 2 admin admin ? ? ? ? ?6 Mar 10 16:05 run
drwxrwxr-x 2 admin admin ? ? ? ?178 Mar 10 16:05 audit
drwxrwxr-x 2 admin admin ? ? ? ? ?6 Mar 10 15:53 etc
drwxrwxr-x 3 admin admin ? ? ? ? 28 Sep 26 ?2024 log1
drwxrwxr-x 3 admin admin ? ? ? ? 20 Sep 26 ?2024 1
[admin@lnpg ~]$ cd logs
[admin@lnpg logs]$ ll
total 1196
-rw-rw-r-- 1 admin admin 1187828 Mar 31 15:25 ob-loader-dumper.bad
-rw-rw-r-- 1 admin admin ? 11903 Mar 31 15:25 ob-loader-dumper.error
-rw-rw-r-- 1 admin admin ? 19277 Mar 31 15:25 ob-loader-dumper.info
-rw-rw-r-- 1 admin admin ? ?1250 Mar 31 15:25 ob-loader-dumper.warn
[admin@lnpg logs]$ ls -lt
total 1196
-rw-rw-r-- 1 admin admin ? 11903 Mar 31 15:25 ob-loader-dumper.error
-rw-rw-r-- 1 admin admin ? 19277 Mar 31 15:25 ob-loader-dumper.info
-rw-rw-r-- 1 admin admin ? ?1250 Mar 31 15:25 ob-loader-dumper.warn
-rw-rw-r-- 1 admin admin 1187828 Mar 31 15:25 ob-loader-dumper.bad
[admin@lnpg logs]$ more ob-loader-dumper.error
2025-03-31 15:22:57 [ERROR] Load failed! Error: The base tables (non temporary) are not found in the schema: GISTAR. Please check the --table option!
2025-03-31 15:22:57 [ERROR] System exit 1
2025-03-31 15:24:20 [ERROR] Load failed! Error: (conn=3221747183) Access denied for user 'root'@'xxx.xxx.xxx.xxx' (using password: YES)
2025-03-31 15:24:20 [ERROR] System exit 1
2025-03-31 15:25:46 [ERROR] Load data file: "/db/ob/admin/an_odn_picture-14.csv" failed. Reason: Invalid char between encapsulated token and delimiter. Token Content:���z#~�v�XO��?� Line: [427,54912].
2025-03-31 15:25:46 [ERROR] Fatal error occurred while loading data from "/db/ob/admin/an_odn_picture.csv" into table "GISTAR"."TEST00". Reason: Invalid char between encapsulated token and delimiter. Token
?Content:���z#~�v�XO��?� Line: [427,54912]
2025-03-31 15:25:47 [ERROR] Load data file: "/db/ob/admin/an_odn_picture-12.csv" failed. Reason: Invalid char between encapsulated token and delimiter. Token Content: Line: [411,50980].
2025-03-31 15:25:47 [ERROR] Fatal error occurred while loading data from "/db/ob/admin/an_odn_picture.csv" into table "GISTAR"."TEST00". Reason: Invalid char between encapsulated token and delimiter. Token
?Content: Line: [411,50980]
��E���3-31 15:25:47 [ERROR] Load data file: "/db/ob/admin/an_odn_picture-1.csv" failed. Reason: Invalid char between encapsulated token and delimiter. Token Content:���;?�q���\�N���@�bK=�W�?U�"�
? ? ? 8+��3:��^e=���[�;�<U�-!���
2025-03-31 15:25:47 [ERROR] Fa+a+ e__-_ -cc+__ed +hi+e +-adi+g da+a f_-+ "/db/-b/ad+i+/a+_-d+_-ic++_e.c_+" i++- +ab+e "GISTAR"."TEST00". Rea_-+: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+
��E���++:���;?�-���\�N���@�bK=�W�?U�"�
? ? ? 8+��3:��^e=���[�;�<U�-!���
2025-03-31 15:25:47 [ERROR] L-ad da+a fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-31.c_+" fai+ed. Rea_-+: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+ C-++e++:�e�� �c+��+������
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? C�����z�Yx�4�m$�� ? ��u?���|� Li+e: [216,23796].
2025-03-31 15:25:47 [ERROR] Fa+a+ e__-_ -cc+__ed +hi+e +-adi+g da+a f_-+ "/db/-b/ad+i+/a+_-d+_-ic++_e.c_+" i++- +ab+e "GISTAR"."TEST00". Rea_-+: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+
?C-++e++:�e�� �c+��+������
? ? ? ? ? ? ? ? ? ? ? ? ? ?C�����z�Yx�4�m$�� ? ?��u?���|� Li+e: [216,23796]
2025-03-31 15:25:47 [ERROR] L-ad da+a fi+e: "/db/-b/ad+i+/a+_-d+_-ic++_e-3.c_+" fai+ed. Rea_-+: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+ C-++e++:4,Θ �+�A$�
h$QA+��++�EH Li+e: [224,26892].
2025-03-31 15:25:47 [ERROR] Fa+a+ e__-_ -cc+__ed +hi+e +-adi+g da+a f_-+ "/db/-b/ad+i+/a+_-d+_-ic++_e.c_+" i++- +ab+e "GISTAR"."TEST00". Rea_-+: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+
?C-++e++:4,Θ �+�A$�
h$QA+��++�EH Li+e: [224,26892]
2025-03-%+L%��:�IX���!%��)�`�4�\��Xm|�4�4 ��=��j�OK�-��?���J��^���J�;8��o?]k(��c{�??vV�_ZFt#�of���y�m��{/cha_ be�.��d~�rj�h4`�� �;�y��?7#?�h��E+i+i+e_. T-+e+ C-++e++:�d+?f?�U}F#1"���?&����
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?a�0�Z�mT%2f��J�I%�~b��Q�=�7H�
C�J�]�97z�Dg!Mb7 ? ? ? ?(H
@�U�}�U�<s;4d6f��S��X�-�W?¥��y�X�_1���I����E^?��%�Ы�-�3�>>{���!��?[����d�Hm+-�u���$P���4�b,�E�bI�2?��-�$�`��$�I�s��\�RP�sê� ? ? 2SFH�?86|H�o(�������ka��II��.�\��7��:��]�^Lf?X�s��r��@�1<J��� Line: [266,35781].
2025-03-31 15:25:47 [ERROR] Fatal error occurred while loading data from "/db/ob/admin/an_odn_picture.csv" into table "GISTAR"."TEST00". Reason: Invalid char between encapsulated token and delimiter. Token
?Content%lL%��:�IX���!%��)�`�4�\��Xm|�4�4 ��=��j�OK�-��?���J��^���J�;8��o?]k(��c{�??vV�_ZFt#�of���y�m��{/ ? ? ? �.��d~�rj�h4`�� �;�y��?7#?�h��E
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?a�0�Z�mT%2f��J�I%�~b��Q�=�7H�
@�U�}�U�<s;4d6f��S��X�-�W?¥��y�X�_1���I����E^?��%�Ы�-�3�>>{���!��?[����d�Hm+-�u���$P���4�b,�E�bI�2?��-�$�`��$�I�s��\�RP�sê� ? ? 2SFH�?86|H�o(�������ka��II��.�\��7��:��]�^Lf?X�s��r��@�1<J��� Line: [266,35781]
2025-03-31 15:25:47 [ERROR] Fatal error occurred while loading data from "/db/ob/admin/an_odn_picture.csv" into table "GISTAR"."TEST00". Reason: Too many bad records were found in file: /db/ob/admin/an_odn
_picture.csv. See the bad record in "ob-loader-dumper.bad"
2025-03-31 15:25:47 [ERROR] Load data file: "/db/ob/admin/an_odn_picture-25.csv" failed. Reason: Invalid char between encapsulated token and delimiter. Token Content:N�?[�8
�vj(�Zr��x)6�}O�e�yo�<���
���J��?r���xo�h��::��D�-��GM�(
_��?)�Д
2025-03-31 15:25:47 [ERROR] Fa+a+ e__-_ -cc+__ed +hi+e +-adi+g da+a f_-+ "/db/-b/ad+i+/a+_-d+_-ic++_e.c_+" i++- +ab+e "GISTAR"."TEST00". Rea_-+: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+
?C-++e++:N�?[�8
�++(�Z_��|)6�}O�e�y-�<���
���J��?_���|-�h��::��D�-��GM�(
_��?)�Д
2025-03-31 15:25:47 [ERROR] E__-_: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+ C-++e++:N�?[�8
�++(�Z_��|)6�}O�e�y-�<���
���J��?_���|-�h��::��D�-��GM�(
_��?)�Д
2025-03-31 15:25:47 [ERROR] E__-_: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+ C-++e++:4,Θ �+�A$�
h$QA+��++�EH Li+e: [224,26892]
2025-03-%+L%��:�IX���!%��)�`�4�\��Xm|�4�4 ��=��j�OK�-��?���J��^���J�;8��o?]k(��c{�??vV�_ZFt#�of���y�m��{/�d+?f?��.��d~�rj�h4`�� �;�y��?7#?�h��E
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?a�0�Z�mT%2f��J�I%�~b��Q�=�7H�
��
@�U�}�U�<s;4d6f��S��X�-�W?¥��y�X�_1���I����E^?��%�Ы�-�3�>>{���!��?[����d�Hm+-�u���$P���4�b,�E�bI�2?��-�$�`��$�I�s��\�RP�sê� ? ? 2SFH�?86|H�o(�������ka��II��.�\��7��:��]�^Lf?X�s��r��@�1<J��� Line: [266,35781]
2025-03-31 15:25:47 [ERROR] Error: Invalid char between encapsulated token and delimiter. Token Content:���z#~�v�XO��?� Line: [427,54912]
2025-03-31 15:25:47 [ERROR] Error: Invalid char between encapsulated token and delimiter. Token Content:�e�� �cl��+������
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? C�����z�Yx�4�m$�� ? ? ��u?���|� Li+e: [216,23796]
2025-03-31 15:25:47 [ERROR] E__-_: T-- +a+y bad _ec-_d_ +e_e f-++d i+ fi+e: /db/-b/ad+i+/a+_-d+_-ic++_e.c_+. See +he bad _ec-_d i+ "-b-+-ade_-d++-e_.bad"
2025-03-31 15:25:47 [ERROR] E__-_: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+ C-++e++: Li+e: [411,50980]
��E���3-31 15:25:47 [ERROR] E__-_: I++a+id cha_ be++ee+ e+ca-_++a+ed +-+e+ a+d de+i+i+e_. T-+e+ C-++e++:���;?�-���\�N���@�bK=�W�?U�"�
? ? ? 8+��3:��^e=���[�;�<U�-!���
[ad+i+@++-g +-g_]$?
[ad+i+@++-g +-g_]$?
[ad+i+@++-g +-g_]$?
[ad+i+@++-g +-g_]$?

參考:sqluldr2導出的幾個問題_sqluldr2導出數據-CSDN博客

導出:

[oracle@lncs dmp]$ /home/oracle/sqluldr2 gistar/res#pwd@192.168.205.58:1521/lndb query="select * from an_odn_picture where length(PIC_CONTENT)>32000 and length(PIC_CONTENT)<=32500" NULL=\\\\N lob=FILE safe=yes file=an_odn_picture4.csv Charset=utf8 text=CSV head=no?
? ? ? ? ? ?0 rows exported at 2025-03-31 15:59:01, size 0 MB.
? ? ? ? 2105 rows exported at 2025-03-31 15:59:03, size 1 MB.
? ? ? ? ?output file an_odn_picture4.csv closed at 2105 rows, size 1 MB.
[oracle@lncs dmp]$ ll
total 3638548
-rw-r--r-- 1 oracle oinstall 1245954866 Mar 31 14:50 an_odn_picture1.csv
-rw-r--r-- 1 oracle oinstall ? ? ? ? ?0 Mar 31 14:59 an_odn_picture2.csv
-rw-r--r-- 1 oracle oinstall ? 67997120 Mar 31 15:34 an_odn_picture3.csv
-rw-r--r-- 1 oracle oinstall ? ? 739104 Mar 31 15:59 an_odn_picture4.csv
-rw-r--r-- 1 oracle oinstall 2262497611 Mar 31 14:47 an_odn_picture.csv
-rw-r--r-- 1 oracle oinstall ?148633380 Mar 21 14:15 dict_premises_network.dmp
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0000
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0001
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0002
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0003
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0004
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0005
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0006
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0007
[oracle@lncs dmp]$ ls -lt
total 3638548
-rw-r--r-- 1 oracle oinstall ? ? 739104 Mar 31 15:59 an_odn_picture4.csv
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0007
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0006
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0004
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0005
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0003
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0002
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0000
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0001
-rw-r--r-- 1 oracle oinstall ? 67997120 Mar 31 15:34 an_odn_picture3.csv
-rw-r--r-- 1 oracle oinstall ? ? ? ? ?0 Mar 31 14:59 an_odn_picture2.csv
-rw-r--r-- 1 oracle oinstall 1245954866 Mar 31 14:50 an_odn_picture1.csv
-rw-r--r-- 1 oracle oinstall 2262497611 Mar 31 14:47 an_odn_picture.csv
-rw-r--r-- 1 oracle oinstall ?148633380 Mar 21 14:15 dict_premises_network.dmp
[oracle@lncs dmp]$ head an_odn_picture4.csv
3828948695,"2022-06-08 09:28:53","",\\N,\\N,"2489464868","ODN-鐭沖北闀囧ぇ閲戞潙48鍙風-01",1,1,3,2,1,"0",\\N,"2111","4042878175",\\N,\\N,\\N,\\N,\\N,"bad",\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N
3837042942,"2022-06-30 12:41:37","",\\N,\\N,"3463944834","ODN-(濡堝琛楁潙)杈戒腑鑲栧闂ㄩ晣濡堝琛楁潙(2-75-07)鎵╁綆5-2J",1,1,3,2,1,"0","ln-sw-ljc","2101","3826367934","2022-12-05 21:40:33","sunp8","瀛欓箯",\\N,1,"good",\\N,\\N,\\N,\\N,\\N,\\N,"2022-08-18 13:04:03",\\N,1,"2022-12-05 21:40:33","sunp8","瀛欓箯",\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N
3834076765,"2022-06-22 09:51:12","",\\N,\\N,"2554003884","ODN-鍑ゅ煄鐭沖煄瀛熷鏉凱77-10鍙鋒潌-842",1,1,3,2,1,"0",\\N,"2106","3852392814",\\N,\\N,\\N,\\N,\\N,"bad",\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N
3832253407,"2022-06-17 13:16:12","",\\N,\\N,"2473456964","ODN-褰版鍘垮眬MA5800T涓崕璺2鍙鋒ゼ3鍗曞厓",1,1,3,2,1,"0",\\N,"2109","3805270785","2022-12-13 17:15:22","liqf3","鏉庡簡宄\N,0,"bad",\\N,\\N,\\N,\\N,\\N,\\N,"2022-09-22 16:46:59",\\N,0,"2022-12-13 17:15:22","liqf3","鏉庡簡宄\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N
3837082293,"2022-06-30 14:01:25","",\\N,\\N,"1736371316","ODN-鍙板畨瑗夸經闀囧崡65鍙風",1,1,3,2,1,"0","ln-wentq","2103","3927094526",\\N,\\N,\\N,\\N,\\N,"part",\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N
3830979264,"2022-06-14 10:54:07","",\\N,\\N,"2529152386","ODN-鍑ゅ煄娌欓噷瀵ㄤ寒瀛愭渤P89鍙鋒潌-608",1,1,3,2,1,"0",\\N,"2106","3824213045",\\N,\\N,\\N,\\N,\\N,"bad",\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N
3825711314,"2022-05-30 09:59:23","",\\N,\\N,"1800926427","ODN-澶嶅窞婀懼眬-瑁村悲26鍙B",1,1,3,2,1,"0",\\N,"2102","3865672526",\\N,\\N,\\N,\\N,\\N,"bad",\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N
3837289364,"2022-06-30 21:56:40","",\\N,\\N,"2605660558","ODN-02浜腑鏀眬琛ュ厖104",1,1,3,2,1,"0","ln-sw-bs","2112","2567457503","2022-11-30 12:41:36","jinye3","閲戝喍",\\N,1,"part",\\N,\\N,\\N,\\N,\\N,\\N,"2022-07-11 19:48:55",\\N,1,"2022-11-30 12:41:36","jinye3","閲戝喍",\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N
3832215079,"2022-06-17 10:55:59","",\\N,\\N,"2615180521","ODN-宸翠粈緗曞崡钀ュ瓙6闃",1,1,3,2,1,"0",\\N,"2114","3891055634",\\N,\\N,\\N,\\N,\\N,"bad",\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N
3832199530,"2022-06-17 10:53:19","",\\N,\\N,"1859707073","ODN-02鑰佸煄姘存瘉宸ョ▼24",1,1,3,2,1,"0",\\N,"2112","1857872153",\\N,\\N,\\N,\\N,\\N,"part",\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N,\\N
[oracle@lncs dmp]$?

[oracle@lncs dmp]$ scp an_odn_picture34.csv admin@192.168.207.143:/db/ob/admin/
admin@192.168.207.143's password:?
[oracle@lncs dmp]$ scp an_odn_picture4.csv admin@192.168.207.143:/db/ob/admin/
admin@192.168.207.143's password:?
an_odn_picture4.csv ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?100% ?722KB 721.8KB/s ? 00:00 ? ?
[oracle@lncs dmp]$ scp LOB000* admin@192.168.207.143:/db/ob/admin/
admin@192.168.207.143's password:?
LOB0000: Permission denied
LOB0001: Permission denied
LOB0002: Permission denied
LOB0003: Permission denied
LOB0004: Permission denied
LOB0005: Permission denied
LOB0006: Permission denied
LOB0007: Permission denied
[oracle@lncs dmp]$ scp LOB000* admin@192.168.207.143:/db/ob/admin/
admin@192.168.207.143's password:?
LOB0000: Permission denied
LOB0001: Permission denied
LOB0002: Permission denied
LOB0003: Permission denied
LOB0004: Permission denied
LOB0005: Permission denied
LOB0006: Permission denied
LOB0007: Permission denied
[oracle@lncs dmp]$ ll
total 3638548
-rw-r--r-- 1 oracle oinstall 1245954866 Mar 31 14:50 an_odn_picture1.csv
-rw-r--r-- 1 oracle oinstall ? ? ? ? ?0 Mar 31 14:59 an_odn_picture2.csv
-rw-r--r-- 1 oracle oinstall ? 67997120 Mar 31 15:34 an_odn_picture3.csv
-rw-r--r-- 1 oracle oinstall ? ? 739104 Mar 31 15:59 an_odn_picture4.csv
-rw-r--r-- 1 oracle oinstall 2262497611 Mar 31 14:47 an_odn_picture.csv
-rw-r--r-- 1 oracle oinstall ?148633380 Mar 21 14:15 dict_premises_network.dmp
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0000
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0001
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0002
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0003
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0004
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0005
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0006
d--------- 2 oracle oinstall ? ? ? 4096 Mar 31 15:59 LOB0007
[oracle@lncs dmp]$ ll LOB0000
ls: cannot open directory LOB0000: Permission denied
[oracle@lncs dmp]$ chown -R oracle:oinstall LOB*
chown: cannot read directory `LOB0000': Permission denied
chown: cannot read directory `LOB0001': Permission denied
chown: cannot read directory `LOB0002': Permission denied
chown: cannot read directory `LOB0003': Permission denied
chown: cannot read directory `LOB0004': Permission denied
chown: cannot read directory `LOB0005': Permission denied
chown: cannot read directory `LOB0006': Permission denied
chown: cannot read directory `LOB0007': Permission denied
[oracle@lncs dmp]$ pwd
/oracle/dmp
[oracle@lncs dmp]$ exit
logout
[root@lncs ~]# chmod -R 777 /oracle/dmp/LOB*
[root@lncs ~]# scp -rp /oracle/dmp/LOB* admin@192.168.207.143:/db/ob/admin/
admin@192.168.207.143's password:?
[root@lncs ~]#?

導入:

[admin@lnpg ~]$ ll
total 2246196
drwxrwxr-x 3 admin admin ? ? ? ? 20 Sep 26 ?2024 1
-rw-rw-r-- 1 admin admin ? ? ? ? 58 Mar 20 09:59 1.sql
-rw-rw-r-- 1 admin admin ? ? ? ? 55 Mar 20 09:48 2.sql
-rw-rw-r-- 1 admin admin ? ? ? ? 58 Mar 20 09:59 3.sql
-rw-r--r-- 1 admin admin ? ? 739104 Mar 31 15:58 an_odn_picture4.csv
-rw-r--r-- 1 admin admin 2262497611 Mar 31 15:06 an_odn_picture.csv
drwxrwxr-x 2 admin admin ? ? ? ?178 Mar 10 16:05 audit
-rw-rw-r-- 1 admin admin ? ? ? ? 48 Mar 19 14:35 dict_sap.csv
drwxrwxr-x 2 admin admin ? ? ? ? ?6 Mar 10 15:53 etc
-rwxrwxr-x 1 admin admin ? ? ? ?224 Mar 19 14:19 getcsv.sh
-rw-rw-r-- 1 admin admin ? ? ? 3714 Mar 19 14:00 getddl.sql
drwxrwxrwx 2 admin admin ? ? ? ? ?6 Mar 31 15:59 LOB0000
drwxrwxrwx 2 admin admin ? ? ? ? ?6 Mar 31 15:59 LOB0001
drwxrwxrwx 2 admin admin ? ? ? ? ?6 Mar 31 15:59 LOB0002
drwxrwxrwx 2 admin admin ? ? ? ? ?6 Mar 31 15:59 LOB0003
drwxrwxrwx 2 admin admin ? ? ? ? ?6 Mar 31 15:59 LOB0004
drwxrwxrwx 2 admin admin ? ? ? ? ?6 Mar 31 15:59 LOB0005
drwxrwxrwx 2 admin admin ? ? ? ? ?6 Mar 31 15:59 LOB0006
drwxrwxrwx 2 admin admin ? ? ? ? ?6 Mar 31 15:59 LOB0007
drwxrwxr-x 6 admin admin ? ? ? ?231 Mar 10 16:08 log
drwxrwxr-x 3 admin admin ? ? ? ? 28 Sep 26 ?2024 log1
drwxrwxr-x 2 admin admin ? ? ? ?142 Mar 31 15:25 logs
-rw-rw-r-- 1 admin admin ? ? ? ?389 Mar 19 14:42 obloader_config.json
-rw-r--r-- 1 root ?root ? ?36831183 Mar 25 17:15 ora2ob-1.0.jar
drwxrwxr-x 3 admin admin ? ? ? ? 18 Mar 12 10:31 oradiag_admin
drwxrwxr-x 2 admin admin ? ? ? ? ?6 Mar 10 16:05 run
-rwxrwxr-x 1 admin admin ? ? ? ?275 Mar 19 11:35 tran.sh
[admin@lnpg ~]$ obloader -h 127.0.0.1 -P 2881 -u gistar -p res#pwd --sys-user 'root' --sys-password=linux123 -t lnzyob -D gistar --csv -f /db/ob/admin/an_odn_picture4.csv --table test00
2025-03-31 16:02:53 [INFO] Parsed args:
[--csv] true
[--file-path] /db/ob/admin/an_odn_picture4.csv
[--host] 127.0.0.1
[--port] 2881
[--user] gistar
[--tenant] lnzyob
[--password] ******
[--database] gistar
[--sys-user] root
[--sys-password] ******
[--table] [test00]

2025-03-31 16:02:53 [WARN] The Java version (1.8.0_221) you are currently using is not recommended. Recommended range: [1.8.0_300, 9.0.0)
2025-03-31 16:02:53 [INFO] Log files will be written to /db/ob/admin/logs
2025-03-31 16:02:53 [INFO] Trying to establish JDBC connection to `gistar@lnzyob`...
2025-03-31 16:02:53 [INFO] Sys-tenant credential is required (add `--no-sys` if you don't have one). Now trying to establish JDBC connection to `root@sys`...
2025-03-31 16:02:53 [INFO] Server Mode: OBORACLE-3.2.4.1
2025-03-31 16:02:54 [INFO] Querying table column metadata, this might take a while...
2025-03-31 16:02:54 [INFO] Splitting data files into 64 MB logical chunks...
2025-03-31 16:02:54 [INFO] Split 1 data files to 1 logical chunks success. Elapsed: 11.19 ms
2025-03-31 16:02:54 [INFO] Bootstrap with Max Heap: 3 GB, Safe Heap: 3.09 GB
2025-03-31 16:02:54 [INFO] Querying primary/unique constraints metadata for data replacing...
2025-03-31 16:02:54 [INFO] Query table entry for table: "TEST00" finished. Remain: 0
2025-03-31 16:02:54 [INFO] Query leader location of table: "TEST00" finished. Remain: 0
2025-03-31 16:02:54 [INFO] Waiting to calculate leader for 1 subfiles....
2025-03-31 16:02:54 [INFO] Waiting to refresh observer load status....
2025-03-31 16:02:54 [INFO] Create 1024 slots for ring buffer finished. [192.168.207.143:2881]
2025-03-31 16:02:54 [INFO] Start 32 database writer threads finished. [192.168.207.143:2881]
2025-03-31 16:02:54 [INFO] Start 32 record file reader threads success
2025-03-31 16:02:54 [INFO] File: "/db/ob/admin/an_odn_picture4.csv" has been parsed finished
2025-03-31 16:02:54 [WARN] Retry Table: "TEST00", Partition: 0. Records: 65. Error: ORA-01858: a non-numeric character was found where a numeric was expected. Retry Mode: SERIAL.
2025-03-31 16:02:54 [WARN] Retry Table: "TEST00", Partition: 0. Records: 200. Error: ORA-01858: a non-numeric character was found where a numeric was expected. Retry Mode: SERIAL.
2025-03-31 16:02:54 [WARN] Retry Table: "TEST00", Partition: 0. Records: 200. Error: ORA-01858: a non-numeric character was found where a numeric was expected. Retry Mode: SERIAL.
2025-03-31 16:02:54 [WARN] Retry Table: "TEST00", Partition: 0. Records: 200. Error: ORA-01858: a non-numeric character was found where a numeric was expected. Retry Mode: SERIAL.
2025-03-31 16:02:54 [WARN] Retry Table: "TEST00", Partition: 0. Records: 200. Error: ORA-01858: a non-numeric character was found where a numeric was expected. Retry Mode: SERIAL.
2025-03-31 16:02:54 [WARN] Retry Table: "TEST00", Partition: 0. Records: 200. Error: ORA-01858: a non-numeric character was found where a numeric was expected. Retry Mode: SERIAL.
2025-03-31 16:02:54 [WARN] Retry Table: "TEST00", Partition: 0. Records: 200. Error: ORA-01858: a non-numeric character was found where a numeric was expected. Retry Mode: SERIAL.
2025-03-31 16:02:54 [WARN] Retry Table: "TEST00", Partition: 0. Records: 200. Error: ORA-01858: a non-numeric character was found where a numeric was expected. Retry Mode: SERIAL.
2025-03-31 16:02:54 [WARN] Retry Table: "TEST00", Partition: 0. Records: 200. Error: ORA-01858: a non-numeric character was found where a numeric was expected. Retry Mode: SERIAL.
2025-03-31 16:02:54 [WARN] Retry Table: "TEST00", Partition: 0. Records: 200. Error: ORA-01858: a non-numeric character was found where a numeric was expected. Retry Mode: SERIAL.
2025-03-31 16:02:54 [ERROR] Fatal error occurred while loading data from "/db/ob/admin/an_odn_picture4.csv" into table "GISTAR"."TEST00". Reason: Load data into "GISTAR"."TEST00" failed! NonRetryableException: Too many bad records. Table: "GISTAR"."TEST00"
2025-03-31 16:02:55 [ERROR] Error: Load data into "GISTAR"."TEST00" failed! NonRetryableException: Too many bad records. Table: "GISTAR"."TEST00"
2025-03-31 16:02:55 [INFO] ---------- ? Finished Tasks: 1 ? ? ? Running Tasks: 0 ? ? ? ?Progress: 100.00% ? ? ? ----------
2025-03-31 16:02:55 [INFO]?

All Load Tasks Finished:?

----------------------------------------------------------------------------------------------------------------------------
? ? ? ? No.# ? ? ? ?| ? ? ? ?Type ? ? ? ?| ? ? ? ? ? ? Name ? ? ? ? ? ? | ? ? ? ? ? ?Count ? ? ? ? ? ? | ? ? ? Status ? ? ??
----------------------------------------------------------------------------------------------------------------------------
? ? ? ? ?1 ? ? ? ? ?| ? ? ? TABLE ? ? ? ?| ? ? ? ? ? ?TEST00 ? ? ? ? ? ?| ? ? ? ? ?2105 -> 0 ? ? ? ? ? | ? ? ?FAILURE ? ? ??
----------------------------------------------------------------------------------------------------------------------------

Total Count: 0 ? ? ? ? ?End Time: 2025-03-31 16:02:55


2025-03-31 16:02:55 [INFO] Load record finished. Total Elapsed: 1.494 s
2025-03-31 16:02:55 [ERROR] System exit 1
[admin@lnpg ~]$?

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/diannao/76371.shtml
繁體地址,請注明出處:http://hk.pswp.cn/diannao/76371.shtml
英文地址,請注明出處:http://en.pswp.cn/diannao/76371.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

RK3568 pinctrl內容講解

文章目錄 一、pinctrl的概念`pinctrl` 的作用設備樹中的 `pinctrl` 節點典型的 `pinctrl` 節點結構例子`pinctrl` 的重要性總結二、RK3568的pinctrl講解1. `pinctrl` 節點2. `gpio0` 至 `gpio4` 子節點每個 `gpioX` 子節點的結構和作用3. `gpio1` 到 `gpio4` 子節點總結1. `aco…

北京南文觀點:后糖酒會營銷,以戰略傳播重構品牌信心坐標

第112屆全國糖酒會落下帷幕&#xff0c;參展品牌面臨一個關鍵命題。如何在流量洪流中沉淀品牌價值&#xff1f;北京南文&#xff08;全稱&#xff1a;南文樂園科技文化&#xff08;北京&#xff09;有限公司&#xff09;認為&#xff0c;糖酒會的結束恰是算法時代品牌認知戰的真…

html5時鐘升級!支持切換深淺模式 Canvas實現現代化動態時鐘

HTML5 Canvas實現現代化動態時鐘 這里寫目錄標題 HTML5 Canvas實現現代化動態時鐘項目介紹技術實現1. 項目架構2. Canvas繪圖實現2.1 表盤繪制2.2 刻度繪制2.3 指針繪制 3. 動畫效果4. 主題切換 項目亮點技術要點總結項目收獲改進方向結語 項目介紹 本項目使用HTML5 Canvas技術…

《SRv6 網絡編程:開啟IP網絡新時代》第2章、第3章:SRv6基本原理和基礎協議

背景 根據工作要求、本人掌握的知識情況&#xff0c;僅針對《SRv6 網絡編程&#xff1a;開啟IP網絡新時代》書籍中涉及的部分知識點進行總結梳理&#xff0c;并與工作小組進行分享&#xff0c;不涉及對原作的逐字搬運。 問題 組內同事提出的問題&#xff1a;本文缺擴展頭描述…

衛星電話究竟是“錦上添花”?還是“剛需之選”?

在萬物互聯的時代浪潮中&#xff0c;衛星電話究竟是可有可無的“錦上添花”&#xff0c;還是至關重要的“剛需之選”&#xff1f;隨著通信技術的持續進步與應用場景的日益拓展&#xff0c;這一問題的答案正逐漸明晰。 在5G基站覆蓋99%行政村的今天&#xff0c;人類依然要直面自…

C語言復習筆記--指針(1)

今天我們進入指針的復習了.這部分有很多知識,話不多說,讓我們進入指針的世界吧. 內存和地址 要想學指針就不能不學內存和地址. 內存 其中&#xff0c;每個內存單元&#xff0c;相當于?個學?宿舍&#xff0c;? 個字節空間??能放8個?特位&#xff0c;就好?同學們 住的??…

【藍橋杯每日一題】4.1

&#x1f3dd;?專欄&#xff1a; 【藍橋杯備篇】 &#x1f305;主頁&#xff1a; f狐o貍x "今日禿頭刷題&#xff0c;明日榮耀加冕&#xff01;" 今天我們來練習二分算法 不熟悉二分算法的朋友可以看&#xff1a;【C語言刷怪篇】二分法_編程解決算術問題-CSDN博客 …

【設計模式】過濾器模式

過濾器顧名思義&#xff0c;定義一些過濾規則&#xff0c;將符合要求的內容篩選&#xff0c;就比如過濾不同大小或者不同顏色的水果&#xff0c;需要顏色和大小過濾器&#xff0c;篩選條件獨立為對象&#xff0c;可以通過靈活組合形成過濾鏈條。避免大量使用判斷語句。 案例代…

STM32 CAN學習(一)

CAN總線應用最多的是汽車領域。 CAN&#xff08;Controller Area Network&#xff09;控制器 局域 網 局域網&#xff1a;把幾臺電腦連接到一臺路由器上&#xff0c;這幾臺電腦就可以進行通訊了。 控制器在汽車中的專業術語叫做ECU&#xff08;Electronic Control Unit&…

多線程開發中List的使用

由于ArrayList在多線程高并發情況下是不安全的&#xff0c;因此要慎用&#xff0c;那么此時如果涉及到集合操作&#xff0c;應該怎么選&#xff1a; 方案一&#xff1a;Vector: 特點&#xff1a;通過給所有方法都用 synchronized 修飾從而保證線程安全&#xff0c; 缺點&…

論文閱讀筆記:Denoising Diffusion Implicit Models (2)

0、快速訪問 論文閱讀筆記&#xff1a;Denoising Diffusion Implicit Models &#xff08;1&#xff09; 論文閱讀筆記&#xff1a;Denoising Diffusion Implicit Models &#xff08;2&#xff09; 論文閱讀筆記&#xff1a;Denoising Diffusion Implicit Models &#xff08…

人工智能在醫療領域的前沿應用與挑戰

在當今數字化時代&#xff0c;人工智能&#xff08;AI&#xff09;技術正以前所未有的速度改變著我們的生活&#xff0c;其中醫療領域無疑是受益最為顯著的行業之一。從疾病診斷、治療方案制定到患者護理&#xff0c;AI的應用不僅提高了醫療服務的效率和質量&#xff0c;還為醫…

【計算機網絡】HTTP與HTTPS

文章目錄 1. HTTP定義2. HTTP交互3. HTTP報文格式3.1 抓包工具-fiddler3.2 抓包操作3.3 報文格式3.3.1 請求報文3.3.2 響應報文 4. URL5. 請求頭中的方法6. GET和POST的區別7. HTTP報頭7.1 Host7.2 Content_Length7.3 Content_Type7.4 User-Agent(UA)7.5 Referer7.6 Cookie 8 狀…

怎樣提升大語言模型(LLM)回答準確率

怎樣提升大語言模型(LLM)回答準確率 目錄 怎樣提升大語言模型(LLM)回答準確率激勵與規范類知識關聯類情感與語境類逆向思維類:為什么不,反面案例群體智慧類明確指令類示例引導類思維引導類約束限制類反饋交互類:對話激勵與規范類 給予獎勵暗示:在提示詞中暗示模型如果回…

【分享】內外網文件擺渡系統:讓數據傳輸更安全更可靠

【分享】Ftrans內外網文件擺渡系統&#xff1a;讓數據傳輸更安全更可靠&#xff01; 隨著大數據時代的到來&#xff0c;數據的重要性日漸得到重視&#xff0c;數據作為數字經濟時代下的基礎性資源和戰略性資源&#xff0c;是決定國家經濟發展水平和競爭力的核心驅動力。以行業…

Python自動化面試通關秘籍

Python自動化測試工程師面試&#xff0c;不僅僅是考察你的代碼能力&#xff0c;更看重你如何在項目中靈活運用工具和框架解決實際問題。如果你正準備面試&#xff0c;這篇文章將為你總結最常見的高頻考題及答題技巧&#xff0c;幫助你快速上手&#xff0c;通關面試&#xff0c;…

Logstash開啟定時任務增量同步mysql數據到es的時區問題

本文使用修改時間modify_date作為增量同步檢測字段&#xff0c;可檢測新增和修改&#xff0c;檢測不到刪除&#xff0c;檢測刪除請使用canal查詢binlog日志同步數據 檢測修改時間字段為varchar的時候可以先創建索引&#xff0c;并設置對應的mapping為&#xff08;可以無視時區…

如何使用 FastAPI 構建 MCP 服務器

哎呀&#xff0c;各位算法界的小伙伴們&#xff01;今天咱們要聊聊一個超酷的話題——MCP 協議&#xff01;你可能已經聽說了&#xff0c;Anthropic 推出了這個新玩意兒&#xff0c;目的是讓 AI 代理和你的應用程序之間的對話變得更順暢、更清晰。不過別擔心&#xff0c;為你的…

【Git】-- 處理 Git 提交到錯誤分支的問題

如果你不小心把本應提交到 test 分支的代碼提交到了 master 分支&#xff08;但尚未 push&#xff09;&#xff0c;可以按照以下步驟解決&#xff1a; 方法一&#xff08;推薦&#xff09;&#xff1a;使用 git reset 和 git stash 首先&#xff0c;確保你在 master 分支&…

通用目標檢測技術選型分析報告--截止2025年4月

前言 本文撰寫了一份關于通用目標檢測&#xff08;General Object Detection&#xff09;的技術選型分析報告&#xff0c;覆蓋2000至2025年技術演進歷程&#xff0c;重點納入YOLO-World、RT-DETR、Grounding DINO等2024-2025年的最新模型。 報告將包括技術定義、行業現狀、技…