Is there a plsql engine in SQLDeveloper?
|
You can run PL/SQL in SQL Developer just as you can in SQL*Plus. I'd say the 'engine' is in the database though, not in the client. |
|||||||
|
|
No,SQLDeveloper does not have a PL/SQL engine embedded in it. You login to an oracle DB, author your PL/SQL procs and tell OracleDB to execute/debug them. That's all. |
|||
|
|
|
SQLDeveloper is a Java application that connects to your Oracle database schema through JDBC, it does not have, or even needs, its own PL/SQL engine. |
|||
|
|
|
SQL Developer can run PL/SQL code. Wrap the PL/SQL code in |
|||
|
|
|
Oracle Forms and Reports use their own PL/SQL engines. Although syntactically they are identical, they are not the same as the database engine and uses a different set of libraries. Not all the advanced features of the database engine are available to the Forms and Reports PL/SQL engines and vice versa. |
|||
|
|
