License terms for Oracle SQL client

Hi,
Is Oracle SQL client free of charge ?
if not, what is the license policy for this small application ?
thanks a lot,
Al.

What you mean 3 licenses for 8.1.7 ?
I don't think you can only buy 3 named user license for Oracle DB server.
Oracle client <> SQL*plus
SQLpus is only one of the utilities that included in Oracle client package.
If you have concurrent user license, you can install as many Oracle client you want but any given time only 3 concurrent session can connect to database.
When you download the Oracle client from Oracle website, there's full Term and Agreement you need to accept before proceed.

Similar Messages

  • Is license required for Oracle 10g client on production

    Is license required for Oracle 10g client on production?

    Standard disclaimer: We don't represent Oracle. Your situation may be different because of specific wording in your particular Oracle contract, because of differences in licensing regimes over the years, because of laws in your particular country, etc. If you have a serious licensing question, you really need to address it to Oracle Sales. Explaining that some guy on the internet told you it was OK is going to be cold comfort if you're ever audited by Oracle and they disagree with my interpretation...
    In general, no, you don't need a separate client license. The database is generally licensed to support a number of named users and/or all the users that a certain hardware configuration can support. Assuming the person using the Oracle client is connecting to a properly licensed database (and that they are one of the named users if that is the licensing regime), you shouldn't need a separate license.
    There may be slightly different rules if we're talking about developers connecting to the database because of the "Oracle Programmer" set of licenses that appears on pricing sheets that I've never fully understood.
    Justin

  • License for Oracle Unix client

    Let say I have an application running on Unix 64bit (SunOS,HPUX or AIX) accessing a DB with proC, php or jdbc OCI.
    From XE doc I understood that it is possible to have the DB running Oracle XE on Linux 32bit and the application connecting to the DB with Oracle SE or EE Client from Unix 64bit.
    What license is required for Oracle Unix client?
    Is the configuration above free (or am I naive)?

    As least Oracle instance client is Free according to Oracle.
    http://www.oracle.com/technology/tech/oci/instantclient/ic-faq.html
    Or check here
    http://www.oracle.com/technology/software/htdocs/client_lic.html

  • Is it possible to query software inventory report for Oracle SQL developer installation?

    Hi all
    My company requires to generate a report of all kinds of Oracle database access tool. I can find Toad installation from Add/Remove Program and therefore can query for Toad.
    However, Oracle SQL developer is using Java. I cannot see an entry for Oracle SQL developer from Add/Remove Program. Is there a way to query inventory for Oracle SQL developer installation?
    Thanks a lot.
    Regards
    Lic

    You might be able to use software inventory to report on the version of sqldeveloper.exe.
    As the app looks like just a zip you extract to a custom location that might be one method.

  • Plz suggest book for Oracle - SQL and Oracle PL/ SQL

    Hello Experts,
    Please suggest me the best book(s) for Oracle - SQL
    As well,
    For the Oracle - PLSQL
    searched on the net but bit confused.
    Thanks in advance................

    SShubhangi wrote:
    Rahul...
    i got the following book..
    OCA Oracle Database 11g:
    SQL Fundamentals I
    Exam Guide (Exam 1Z0-051) by John Watson
    Roopesh Ramklass.
    please let me know other books of this series...Just downloading/purchasing the Books is not going to help you learn SQL. You will have to read and practice.
    My take is:
    1. Oracle Documentation -- Download from Here
    2. Effective Oracle by Design by Tom Kyte (Might have to purchase it as its not available for free download).
    Once you read these and practice simultaneously, you would be able to grasp much more than reading all the above 4-5 books mentioned.
    Also, I would say, to read just one of the books at a time than to make a mess by reading all and understanding none.

  • Table API Extension for Oracle SQL Developer

    I just created small project [Table API Generator for Oracle|http://code.google.com/p/tapig/].
    Idea is to only maintain tables and generate table API (TAPI) packages for data manipulation.
    Generated:
    - insert, update, delete, querying procedures
    - documentation based on table columns comments
    Do you think it will be useful to have custom Table API Generator as extension for Oracle SQL Developer?

    Never used them myself and quite legacy, but I'm sure there's still a lot of people using them and the basic idea is quite nice.
    This would also qualify perfectly as a User Defined XML Extension for sqldev; little work but big results. Even if you were the only one using it, it would still pay off.
    Have fun,
    K.

  • The type initializer for 'Oracle.DataAccess.Client.OracleClientFactory'

    Hi
    Microsoft Visual Studio 2008
    Version 9.0.21022.8 RTM
    Microsoft .NET Framework
    Version 3.5 SP1
    Oracle Developer Tools for Visual Studio 11.1.0.7.20
    I have DB 11.2.0.1 installed on my machine ( OraDb11g_home1 ) and ODT in another home OraClient11g_home1 on my Windows 7 32-bits
    After installing ODT I tried to create a new DataSource, it succeeded (test connection is succesful) but while saving I get
    "The type initializer for 'Oracle.DataAccess.Client.OracleClientFactory' threw an exception." messagebox.
    In registry I have both keys
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ODP.NET\2.111.7.20
    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\ODP.NET\2.112.1.0
    of course I can connect to db from both homes.
    I've been searching for simmilar issues but have not found something that would help me solve this one.

    ODP.NET actually consists of several DLLs, some managed, some not. If you are missing one of the DLLs in the chain or it somehow picks up mismatched DLLs from several different versions then you will get this error. So if you hand copied DLL's rather than using an installer, this might be the cause.
    Another typical cause of this error is that you deployed your application to another machine (web server) and did not properly install ODP.NET over there.
    The best solution is to reinstall ODP.NET using the installer on the machine where you will run your application. If you already have ODP.NET there, make sure it is the right version and perform a clean up to make sure old versions are not lying around.

  • The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw

    Hi All,
    I am .Net developer [.Net Fream work 2.0].
    In my new windows [C#] project , I have to use oracle Database [11g] which is intalled in one of the server.
    I have installed [my local mechine] odp.net and Oracle.DataAccess.dll version is 2.111.7.20.
    I added reference the above dll and its working fine in my mechine.
    I have build the applicatrion with release option. then i moved the release folder to QA mechine [because QA team needs to test. when the are testing , they are getting below msg
    "The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw "
    Please could some one can help,
    whether i have to intall odp.net in QA mechine also ?
    thanks
    Babu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi,
    As per my experience, Type initializer exception by ODP coulod also be due to mismatch between ODP.Net and dependant layers, especially with the service layer, which communicates with the OCI.
    So, please do following:
    - As suggested earlier, if not installed and then do install the ODP ship home on the target test machine.
    - If already installed, ensure that versions do match, essentially you cannot pick a different ODP dll and try to make it work with a different version of ship home dlls.
    thanks,
    Mrinal

  • Create Custom response file for Oracle 9i client

    I am trying to create a customized response file for oracle 9i client installation,
    setup -record -destinationFile C:\response_files\install_oracle
    i replaced setup with the path and i followed the instruction correctly, after the installation is done i do get two response files in the location
    Then i created a batch file to run the response file , it installed , but when i check the compmonents what ever is installed, it never recorded all the components which i installed during the time of RECORD mode
    is there any thing i need to do for record all the components
    Please advice
    Thank you
    Ravi

    i have oracle client 9.2.0.1.0
    We need to run both the run time installation and custom installation
    when i did record i was able to get only the run time installation, the components which i customized, i never got, after when i try to install the response file, it never installa all the components
    what should i do to make both runtime and custom to be done in one response file,
    i have a .rsp files which do install the custom with all installtion, but we also need
    under programs, ORACLE INSTALLTION PRODUCTS and under that HOME SELCTOR, UNIVERSAL INSTALLER, missing.
    let meknow how i can add this to my .rsp files which installs perfectly with custom installtion, if you have any customised .rsp files which will fill my needs, can any one post it

  • Type initializer for 'Oracle.DataAccess.Client.CThreadPool' threw an excep.

    Hi all,
    I have a .NET application which save data in an oracle database (about 2000 database read / write each day).
    Every thing works fine since few years...
    However, yesterday, one of my client got this error :
    System.Runtime.InteropServices.SEHException: External component has thrown an exception.
    at Oracle.DataAccess.Client.CThreadPool..cctor()
    The type initializer for 'Oracle.DataAccess.Client.CThreadPool' threw an exception.
    at Oracle.DataAccess.Client.CThreadPool.SetMaxThreads(UInt32 MaxWorkerThreads, UInt32 MaxIOCompletionThreads)
    at Oracle.DataAccess.Client.OracleCommand.set_CommandTimeout(Int32 value)
    Any ideas ?
    Regards.

    Hi,
    thanks for the answer. Yes the Inner exception returns "The provider is not compatible with the version of Oracle client".
    Could it be the Oracle Client Version? I just noticed that on that machine there is the Oracle Client version 11.1.

  • Microsoft releases new license terms for Windows 10

    Finally, it's nice to see MS actually writing some nice, readable licensing agreements.
    Although I am pretty sure that there will be a move to get the Insiders onto WaaS at some point in the future, but since they have had a free OS for a number of years at that point then I am sure most people will not mind.

    Microsoft releases new license terms for Windows 10: Biggest surprise? No gotchasEd Bott has Just published an article on ZDNet which reviews in detail the just-released Windows 10 license agreementFirst published on ZDNet By Ed Bott for The Ed Bott Report | July 15, 2015 -- 18:30 GMT (19:30 BST) | Topic: Windows 10 "Two weeks ahead of the global launch of Windows 10, Microsoft has finalized the terms of its license agreements for the new operating system. I've had several days to study the documents in detail, and I can report that there are no surprises, no gotchas, and no hidden subscription traps waiting to be sprung in two or three or four years.""In fact, the new license agreement is simpler and written more clearly than any similar document I've reviewed in 20 years of examining Windows license agreements. There are a few...
    This topic first appeared in the Spiceworks Community

  • What's the latest patch for oracle 10g client?

    what's the latest patch for oracle 10g client? 6810189?

    The same as the patch for the Oracle database of the same version and operating system. Since you didn't specify the operating system or the particular Oracle version (10g could mean 10.1 or 10.2), it's hard to be more specific.
    Justin

  • License term for Digital Signage

    What are the license terms for having a flash player with a digital signage screen? Is there a ceratain license for this?
    Interested in the possibilites to view swf and flash codecs at in digtal signage solutation.

    I'm not sure what a digital signage screen is, but here's a page that covers our licensing agreement.
    http://www.adobe.com/products/players/flash-player-distribution.html

  • What are the licensing terms for Creative Cloud Market Assets?

    Hi, can anyone enlighten me on the licensing terms for Creative Cloud Market Assets? I have seen this question asked in the forum before, but as yet there's been no answer (or no helpful answer).
    For example, although royalty free, does the licence exclude items for resale? For example:
    • Can a CC Market pattern be used on a mug for resale?
    • Can a CC Market pattern be used as an allover print on accessories? ie a children's bag
    Thanks for the help.

    Found it Creative Commons — Attribution-NonCommercial-ShareAlike 3.0 Unported — CC BY-NC-SA 3.0

  • What are the licensing terms for Creative Cloud Market Assets (e.g., what does Royalty Free mean? Can I use it in items for sales)?

    What are the licensing terms for Creative Cloud Market Assets (e.g., what does Royalty Free mean? Can I use it in items for sales)?

    Found it Creative Commons — Attribution-NonCommercial-ShareAlike 3.0 Unported — CC BY-NC-SA 3.0

Maybe you are looking for

  • How to get save result from EXECUTE from a dynamic SQL query in another table?

    Hi everyone,  I have this query: declare @query varchar(max) = '' declare @par varchar(10) SELECT @par = col1 FROM Set declare @region varchar(50) SELECT @region = Region FROM Customer declare @key int SELECT @key = CustomerKey FROM Customer SET @que

  • Credit Memo and AR Invoice Query

    Hi Everyone, I'm fairly new to query writing and need to write a query that would list all of the credit memos and invoices.  I was able to write the following query that pulls just the AR Invoice info.  How do I also pull the AR Credit Memo info?  S

  • How do I eject a CD that won't come out of the optical drive.

    How do I eject a CD that won't come out of the optical drive on a MacBook Pro . I have tried the ejcct key on the keyboard. There is no longer an eject disk on the drop down menus. Any ideas...?

  • How do I set up Windows on my Mac Book

    I have a new intel based Mac Book and need to have it function as a Windows machine so I can access my company website allowing me to navigate and preform various functions. Also they have CD based learing programs that will only work in Windows, wil

  • How to upload/download scanned documents.

    I want to upload and download scanned documents and other documents like .jpeg, .doc etc corresponding to particular track number. Here i'm handling some license related details through module pool, so corresponding to each license number user needs