Opened 12 years ago

Closed 12 years ago

#932 closed defect (fixed)

new line issue with Oracle scripts

Reported by: ianwallen Owned by: geonetwork-devel@…
Priority: trivial Milestone: v2.7.0
Component: General Version:
Keywords: Cc:

Description

Even thought the oracle create/migrate scripts (web\src\main\webapp\WEB-INF\classes\setup\sql) are intended to run within the installer, when there are issues, they can be executed manually. When executed via oracle sql developer there are no issues however when executed via sqlplus it fails to run due to some empty lines within multiline commands.

I'm including a simple patch to remove the empty lines within the commands so that the scripts can be manually executed via sqlplus if desired.

Attachments (1)

oracle_newline_patch.patch (1.8 KB ) - added by ianwallen 12 years ago.

Download all attachments as: .zip

Change History (3)

by ianwallen, 12 years ago

Attachment: oracle_newline_patch.patch added

comment:1 by heikki, 12 years ago

hi Ian,

I have merged your pull request to branch 2.8.x, but I'm not clear whether it is already in the Master branch. If not, could you create a new pull request for the Master branch ?

comment:2 by ianwallen, 12 years ago

Resolution: fixed
Status: newclosed

It was committed properly.

Commit 7ed02dbaec28cef8d742e584619f339a2cb5fc7f

Note: See TracTickets for help on using tickets.