Skip to content

Commit

Permalink
[Oracle] Remove a line causing a file not found error (#29)
Browse files Browse the repository at this point in the history
* Remove a line causing a file not found error
* Update README.md to point the new doc site
  • Loading branch information
sfc-gh-klochen authored Jun 12, 2024
1 parent 6b7a8db commit 57a880a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions Oracle/bin/create_ddls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#Version 2024-03-14 (v0.0.88): Updated version flag to display correct version.

#This version should match the README.md version. Please update this version on every change request.
VERSION="0.0.88"
VERSION="0.0.89"

export versionParam=$1

Expand Down Expand Up @@ -70,5 +70,3 @@ export EXCLUDE_CONDITION="('SYSMAN')"
echo "[$(date '+%Y/%m/%d %l:%M:%S%p')] Info: Step 2/4 - Extracting DDLs: Started"

$SQLCL_PATH/sql $CONNECT_STRING @$SCRIPT_PATH/create_ddls.sql $INCLUDE_OPERATOR $INCLUDE_CONDITION $EXCLUDE_OPERATOR $EXCLUDE_CONDITION $OUTPUT_PATH


4 changes: 1 addition & 3 deletions Oracle/bin/create_ddls_plus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,4 @@ export EXCLUDE_CONDITION="('SYSMAN')"
# Modify this JAVA variable to asign less or more memory to the JVM
# export JAVA_TOOL_OPTIONS=-Xmx4G

sqlplus $CONNECT_STRING @$SCRIPT_PATH/create_ddls_plus.sql $INCLUDE_OPERATOR $INCLUDE_CONDITION $EXCLUDE_OPERATOR $EXCLUDE_CONDITION $OUTPUT_PATH

source "${SCRIPT_PATH}/split_files.sh"
sqlplus $CONNECT_STRING @$SCRIPT_PATH/create_ddls_plus.sql $INCLUDE_OPERATOR $INCLUDE_CONDITION $EXCLUDE_OPERATOR $EXCLUDE_CONDITION $OUTPUT_PATH
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Overview

This repository contains some utility scripts that can be used for exporting code to be migrated with
the [SnowConvert tool](https://docs.snowconvert.com/snowconvert/)
the [SnowConvert tool](https://docs.snowconvert.com/sc/)

- [Export Scripts for Teradata](https://github.com/Snowflake-Labs/SC.DDLExportScripts/tree/main/Teradata)
- [Export Scripts for SQLServer](https://github.com/Snowflake-Labs/SC.DDLExportScripts/tree/main/SQLServer)
Expand Down
2 changes: 1 addition & 1 deletion Teradata/bin/create_ddls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#Version 2024-03-14 (v0.0.88): Updated version flag to display correct version.

#This version should match the README.md version. Please update this version on every change request.
VERSION="0.0.88"
VERSION="0.0.89"

versionParam=$1

Expand Down

0 comments on commit 57a880a

Please sign in to comment.