Skip to content

Commit acccb91

Browse files
fix error message
1 parent 3039385 commit acccb91

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

oracle-plugin/src/e2e-test/resources/errorMessage.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ errorMessageInvalidHost=Exception while trying to validate schema of database ta
1818
errorLogsMessageInvalidBoundingQuery=Spark program 'phase-1' failed with error: Stage 'Oracle' encountered : \
1919
java.io.IOException: ORA-00936: missing expression . Please check the system logs for more details.
2020
blank.database.message=Required property 'database' has no value.
21-
blank.connection.message=Exception while trying to validate schema of database table
21+
blank.connection.message=Exception while trying to validate schema of database table
22+
blank.HostBlank.message=Error encountered while configuring the stage: 'SQL Error occurred, sqlState: '08006', errorCode: '17002', errorMessage: SQL Exception occurred: [Message='IO Error: The Network Adapter could not establish the connection', SQLState='08006', ErrorCode='17002'].'
2223
errorMessageUpdateUpsertOperationName=Table key must be set if the operation is 'Update' or 'Upsert'.

oracle-plugin/src/e2e-test/resources/pluginParameters.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ numberOfSplits=2
9595
zeroValue=0
9696
splitByColumn=ID
9797
importQuery=where $CONDITIONS
98+
connectionArguments=queryTimeout=50
99+
transactionIsolationLevel=TRANSACTION_READ_COMMITTED
98100
operationName=update
99101
oracleTableKey=ID
100102
relationTableKey=ID

0 commit comments

Comments
 (0)