And I get this Error only in the repeatable scripts. Incremental works fine!
Error while executing script 20-repeatable/@PRUEBA/procedures/store_procedure.prc: Error executing script 20-repeatable/@PRUEBA/procedures/store_procedure.prc. No database initialized with the name PRUEBA
It's the same when i call the "dbmaintain-default.properties"
I have this error when execute the Ant Task: "UpdateDataBase".
this is my task . that call the "dbmaintain-anttasks.xml"
And I get this Error only in the repeatable scripts. Incremental works fine!
Error while executing script 20-repeatable/@PRUEBA/procedures/store_procedure.prc: Error executing script 20-repeatable/@PRUEBA/procedures/store_procedure.prc. No database initialized with the name PRUEBA
It's the same when i call the "dbmaintain-default.properties"
database.driverClassName=oracle.jdbc.driver.OracleDriver database.url=jdbc:oracle:thin:@192.168.2.2:1521:CLS database.userName=admin database.password=admin123 database.dialect=oracle database.schemaNames=PRUEBA