About 12,700,000 results
Open links in new tab
  1. How to use SQL Developer to run SQL statements - TechTarget

    Mar 13, 2009 · This chapter from Murach's Oracle SQL and PL/SQL explains how to work with Oracle SQL Developer and other tools. In this section, learn how to use SQL Developer to enter and execute SQL statements and scripts, work with a Snippets window, solve common syntax errors and more.

  2. A Using SQL Command Line - Oracle

    SQL Command Line (SQL*Plus) is a command-line tool for accessing Oracle Database XE. It enables you to enter and run SQL, PL/SQL, and SQL*Plus commands and statements to: Query, insert, and update data. Execute PL/SQL procedures. Examine table and object definitions. Develop and run batch scripts. Perform database administration

  3. How to use the SQL Worksheet in SQL Developer for Basic SQL Syntax - Oracle

    Oracle SQL Developer provides a SQL Worksheet that you can use to query data, by writing simple or complex SQL statements. In this How-To, we look at the most basic of these, select all the data in a table, and restricting this query by reducing the columns or rows you retrieve.

  4. Executing Dynamic Sql query in Oracle - Stack Overflow

    Mar 6, 2014 · In MSSQL we have EXEC (not sure) command which can execute the text sent to the command. In the same way do we have any commands which can run the dynamic query in Oracle. I tried like this. OPEN OUT_CUR FOR. ' SELECT * FROM MYTABLE WHERE TYPE=:QTYPE AND ID ' || DYN_QUERY. USING QTYPE; and it worked.

  5. Executing SQL Statements in the Code Editor - Oracle Help Center

    The code editor in the SQL page enables you to run SQL statements, PL/SQL scripts, and JavaScript code. The main features include in-context code completion, syntax highlighting, and error debugging.

  6. How to run a stored procedure in Oracle SQL Developer?

    1) The GET_user procedure, most likely, opens the cursor, there is no need to open it again (cause of the PLS-00382 error) - remove open CUR_OUT statement; 2) You would need an exit loop condition exit when CUR_OUT%notfound for instance, if …

  7. oracle database - How to run SQL in shell script - Stack Overflow

    Oct 4, 2013 · sqlplus is used to connect the Database with PL_CONNECT_STRING details. NOTE: You can give multiple Query inside the END-OF-SQL tag, so its useful for batch execution as well. See similar questions with these tags. How do you run a SQL command in a shell script while setting a variable?

  8. 3 Using SQL Commands - Oracle

    You can use SQL Commands to create, edit, view, run, and delete SQL commands. A SQL command can contain SQL statements or PL/SQL blocks. When using SQL Commands, remember the following: SQL commands created in the Query Builder can be accessed in SQL Commands. Saved SQL commands must have names unique within a given workspace.

  9. Using Query Builder in Oracle SQL Developer 3.0

    This tutorial shows you how to use the Query Builder feature in Oracle SQL Developer 3.0. Time to Complete. Approximately 15 minutes. Overview. Oracle SQL Developer is a free graphical tool that enhances productivity and simplifies database development tasks.

  10. How do you show SQL executing on an Oracle database?

    Dec 6, 2011 · Execute the following sql: ,x.serial# ,x.username. ,x.sql_id. ,x.sql_child_number. ,optimizer_mode. ,hash_value. ,address. ,sql_text. ,v$session x. If the output is unreadable, change the LINESIZE (take from ): If the sql above does …

  11. Some results have been removed
Refresh