oracle - Not able to trigger the stored procedure -


executing following command database table isn't reflecting changes should:

declare v_ver_number number; begin  begin_tran;   v_ver_number := 1;  extension_security_insert_row ('olfdoc_export_type' ,0 ,1 ,'olfdoc_export_type_h','update_user','last_update','update_type', 20104 , v_ver_number);  commit_tran; end; 


Comments

Popular posts from this blog

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -