I'm run scripts as below in sqlplus with different schema user.
@$PATH/create_table.sql
@$PATH/alter_table.sql
@$PATH/constraint.sql
@$PATH/sequence.sql
but interesting connection to different schema user disconnected I'm when I'm using pause in execution
set pause on
set pause PLEASE ACKNOWLEDGE TO CONTINUE
Is any way to pause the window until user press return
@$PATH/create_table.sql
@$PATH/alter_table.sql
@$PATH/constraint.sql
@$PATH/sequence.sql
but interesting connection to different schema user disconnected I'm when I'm using pause in execution
set pause on
set pause PLEASE ACKNOWLEDGE TO CONTINUE
Is any way to pause the window until user press return