About 50 results
Open links in new tab
  1. Oracle 11g Express Edition for Windows 64bit? - Stack Overflow

    Jan 12, 2012 · Oracle 11G Express Edition is now available to install on 64-bit versions of Windows. Oracle 11G Download Page

  2. Get the last login date for all users in Oracle 11g

    Aug 13, 2020 · We have Oracle 11g so the following query didn't work. select USERNAME,LAST_LOGIN from dba_users Then I searched and people suggested multiple ways …

  3. Left Outer Join using + sign in Oracle 11g - Stack Overflow

    Can any one tell me whether below 2 queries are an example of Left Outer Join or Right Outer Join??

  4. How can I get the number of days between 2 dates in Oracle 11g?

    I'm trying to find an integer number of days between two dates in Oracle 11g. I can get close by doing select sysdate - to_date('2009-10-01', 'yyyy-mm-dd') from dual but this returns an interv...

  5. Whats the difference between oracle database 11g and 18c? and what …

    Jan 3, 2021 · 1 I have recently decided to learn DBMS and SQL starting with the oracle database (express edition/XE). I came across its versions such as 11g and the new 18c/19c and the most …

  6. oracle11g - Where to download Oracle 11g (11.2.0.4.0) client for ...

    Apr 15, 2015 · I have been searching download oracle client 11g (11.2.0.4.0) for windows server 2012. I have looking at oracle website still cannot get it. Where can I download?

  7. oracle11g - ORA-01017 Invalid Username/Password when connecting …

    I'm trying to connect to a schema on 11g (v11.2.0.1.0) from a PC with 9i (v9.2.0.1) client. It seems to connect fine to some schemas, but not this one - it comes back with a ORA-01017 Invalid Usern...

  8. How to create a new schema/new user in Oracle Database 11g?

    I have installed Oracle database 11g Express edition, but how do I create a new schema in Oracle database 11g? I have searched in the net for a solution but I could not understand what to do.

  9. How to uninstall / completely remove Oracle 11g (client)?

    How to uninstall or completely remove Oracle 11g (client)? Running deinstall.bat doesn't work. Edit: Further discussion related to why this question was closed and deleted: Why was this question …

  10. How to create a user in Oracle 11g and grant permissions

    Feb 25, 2012 · Can someone advise me on how to create a user in Oracle 11g and only grant that user the ability only to execute one particular stored procedure and the tables in that procedure.