About 797,000 results
Open links in new tab
  1. How to access Oracle database over network? - Stack Overflow

    May 14, 2015 · I am trying to accessing my Oracle database over Network. I have Google a lot and found many solutions, but those doesn't work for me. The problem is that, I want to …

  2. ODBC Connection to Connect Ms Access to an Oracle Database

    May 22, 2018 · I need to connect an Ms Access Database to an Oracle database (I suppose via an ODBC connection). When I connect to this Oracle database via SQL Developer (which …

  3. How to query an external MS Access DB from an Oracle DB?

    Jun 6, 2014 · How to configure Oracle to be able to query a MS Access database (.accdb) that is lcoated in the same server (localhost)? Which steps to follow?

  4. What are the differences between Access and Oracle?

    Jul 23, 2009 · What are the differences between Microsoft Access and Oracle? Difference One: Access is a small database system, which will allow you to create a small-medium sized …

  5. How can I access Oracle from Python? - Stack Overflow

    Aug 19, 2010 · How can I access Oracle from Python? I have downloaded a cx_Oracle msi installer, but Python can't import the library. I get the following error: import cx_Oracle …

  6. How to show all privileges from a user in oracle? - Stack Overflow

    Mar 21, 2012 · Can someone please tell me how to show all privileges/rules from a specific user in the sql-console?

  7. Oracle - How to create a readonly user - Stack Overflow

    Sep 21, 2011 · It's possible create a readonly database user at an Oracle Database? How?

  8. how to connect to an oracle database from unix - Stack Overflow

    Mar 25, 2015 · I am trying to connect to an oracle database from my unix machine. I am new to script writing in general. I know how to browse round unix and have written basic scripts ( read …

  9. ORACLE query to find all permissions/access for all users in a …

    Oct 2, 2018 · A database administrator (DBA) for Oracle can simply execute a query to view the rows in DBA_SYS_PRIVS, DBA_TAB_PRIVS, and DBA_ROLE_PRIVS to retrieve information …

  10. How to find the privileges and roles granted to a user in Oracle?

    Feb 25, 2013 · I am using Linux, Oracle10g. I have created one user called test. and granted create session and select any dictionary permission to the same user. i also granted sysdba …