hello,
we use a <sql-action> tag within a special deployment in our loaddb.cfg.
--------------------------------------------
...
<destinations>
<database use = "CMSDatenbank"
...
>
<sql action="tracker-exist" type="update">
call cms_im_full_deploy_delete()
</sql>
<substitution>
....
--------------------------------------------
the procedure works fine (all tables are empty after this call) but we get the following error every time:
------------------------------------------------
SELECT * FROM USER_TABLES WHERE TABLE_NAME='IWT_MIU_P'
Table [IWT_MIU_P] exists.
SQL Exists check:
call cms_im_full_deploy_delete()
call cms_im_full_deploy_delete()
*******************************************************
SQLException occured in TableSchema:Exists()
Exception Message: ORA-01009: missing mandatory parameter
Vendor Error Code: 1009
SQL state: 72000
*******************************************************
*******STACK TRACE*************
-------------------------------------------------
what we can do, that this error not occur? can we use another sql-action statement?
Thanks
Steve
Edited by sbaumann on 06/28/02 01:40 AM (server time).