This is a discussion on Change of Status - Solaris Rss ; $ sqlplus -s SQL> connect hr@oracle.com /hr SQL> UPDATE employees SET current = false WHERE email = "Igor.Minar@oracle.com"; SQL> COMMIT; SQL> disconnect SQL> exit $ curl -X POST -H "Content-Type: application/json" \ -d '{ "firstName":"Igor", "lastName":"Minar"}' \ http://google.com/employee/ Read More ...
$ sqlplus -s
SQL> connect hr@oracle.com/hr
SQL> UPDATE employees SET current = false WHERE email = "Igor.Minar@oracle.com";
SQL> COMMIT;
SQL> disconnect
SQL> exit
$ curl -X POST -H "Content-Type: application/json" \
-d '{ "firstName":"Igor", "lastName":"Minar"}' \
http://google.com/employee/
Read More about [Change of Status...