Oracle form builder is not getting value from server

I went to sql server. when I insert values ​​via SQLPlus server they are not registered by the form designer, but when I insert using the form builder they show up when I search for them on SQLPlus ...

what is going on and how can I get the form constructor to register the values ​​entered in SQL * Plus ??

0


a source to share


1 answer


I found the answer .... I am not using commit in sql plus: D



+1


a source







All Articles