Got a question on how easy it is to use ORDS to perform insert | update | delete on a table. Here's the steps.
1) Install ORDS ( cmd line or there's a new wizard in sqldev )
2) Enable the schema and table in this case klrice.emp; ( again there's a wizard in sqldev )
BEGIN
ORDS.ENABLE_SCHEMA(p_enabled => TRUE,
p_schema => 'KLRICE',
↧