About 50 results
Open links in new tab
  1. entity framework - How to connect to Oracle Database from Visual …

    Aug 2, 2023 · We had a hard work in our company to get a solution for creating EDMX models on Visual Studio 2022 with Oracle 11 on Windows 11. After several attempts using the components, …

  2. Is there a free GUI management tool for Oracle Database Express ...

    90 Yes, there is Oracle SQL Developer, which is maintained by Oracle. Oracle SQL Developer is a free graphical tool for database development. With SQL Developer, you can browse database objects, …

  3. How to generate an entity-relationship (ER) diagram using Oracle SQL ...

    Jul 5, 2011 · I want to use Oracle SQL Developer to generate an ER diagram for my DB tables but I am new to Oracle and this tool. What is the process for creating an ER diagram in SQL Developer?

  4. How to install and start Oracle Database Express Edition (XE) on ...

    Jun 14, 2021 · In this guide, I will show you how to install a working local Oracle database with SQL Developer on your Windows machine. We need three applications: Java SE Development Kit (with …

  5. Find Oracle JDBC driver in Maven repository - Stack Overflow

    Jul 2, 2009 · This page discusses how to locate the Oracle JDBC driver in Maven repository.

  6. How to visualize the relationship of tables in an Oracle database

    Aug 26, 2009 · Select "Database Tools" tab, then "Relationships" to view the Oracle table relationships. Here is a link to an article where Oracle provides documentation on how to visualize the relationships …

  7. How can I set a custom date time format in Oracle SQL Developer?

    Nov 15, 2011 · By default, Oracle SQL developer displays date values as 15-NOV-11. I would like to see the time part (hour/minute/second) by default. Is there a way to configure this within Oracle SQL …

  8. Oracle ORA-12154: TNS: Could not resolve service name Error?

    I can get past a test that successfully passes a test to “login“ to the oracle server database. When I try to create the ODBC connection I get the following error: ORA-12154: TNS: Could not resolve service …

  9. database - How to connect to remote Oracle DB with PL/SQL …

    Dec 2, 2009 · I have a database "TEST", to which I connect at address 123.45.67.89:1521. How do I connect to it using PL/SQL Developer?

  10. How to Automate Oracle SQL Developer to export a query to csv/xlsx …

    Jun 28, 2022 · I'm fairly new to SQL and my team has been tasked with running a daily report which requires SQL data. Is there a way to use Oracle SQL Developer to automatically export a query to …