Fixed Oracle schema

This commit is contained in:
Lukas Eder 2013-01-07 23:31:18 +01:00
parent 3ceea69651
commit d3db3b7cb5

View File

@ -755,7 +755,7 @@ END p_create_author_by_name;
CREATE OR REPLACE PROCEDURE p_create_author
IS
BEGIN
{jdbc.Schema}.p_create_author_by_name('William', 'Shakespeare');
p_create_author_by_name('William', 'Shakespeare');
END p_create_author;
/