Urgent information required on Weblogic Server Development licencing

Hi,
We are a small telecom company using Weblogic Server for our messaging products.
Our customers use system deployed on 6 Weblogic Servers, all of which run valid production licences.
This product has been developed by 4 internal developers, all running Weblogic Servers inside Eclipse in Development mode.
A 3rd party company has approached us saying that we ought to be paying for our development licences as well. One licence per developer machine.
The Oracle's OTN Term and Conditions states otherwise.
Can someone please verify this?
We need the information as soon as possible.
Thanks in anticipation.
Amitoj.

If you read the following lines in document presented here
http://www.oracle.com/technetwork/licenses/standard-license-152015.html
You may not:
- use the programs for your own internal data processing or for any commercial or production purposes, or use the programs for any purpose except the development of your application;
- use the application you develop with the programs for any internal data processing or commercial or production purposes without securing an appropriate license from us;
- continue to develop your application after you have used it for any internal data processing, commercial or production purpose without securing an appropriate license from us, or an Oracle reseller;
- remove or modify any program markings or any notice of our proprietary rights;
- make the programs available in any manner to any third party;
- use the programs to provide third party training;
- assign this agreement or give or transfer the programs or an interest in them to another individual or entity; - cause or permit reverse engineering (unless required by law for interoperability), disassembly or decompilation of the programs;
- disclose results of any program benchmark tests without our prior consent.
If i read this (use the programs for any purpose except the development of your application), i conclude that so long as your just developing your applications - you do need to licence the product
with which you are developing (point 1)
If you are putting the developed applications in production - you must have the proper licences, which you already have.
So i think your licences are in order.

Similar Messages

  • Oracle WebLogic Server Development Prebuilt VM: 64 bit or 32 bit?

    Hi,
    This is a question regarding "Oracle WebLogic Server Development" Prebuilt Virtualbox VM available for download here - http://www.oracle.com/technetwork/middleware/weblogic/downloads/weblogic-developer-vm-303434.html . Its description simply mentions that it has Oracle Linux 5.5 as the guest OS, but does not indicate what type of guest processor - 64-bit or 32-bit. Can someone who has tried it out please check this out and confirm?
    Thanks!

    Downloaded and got it running - it is 32-bit Linux.

  • Hardware requirements for weblogic server 10

    We plan to install weblogic 10 on our server. Does anyone know what's the hardware requirements for it (Windows)? I couldn't find the information on the online docs. Thanks very much!

    might be this is helpfull for you:
    http://edocs.bea.com/platform/suppconfigs/configs/windows2000/win2K_srvr_as_dc_100.html

  • Urgent information required regarding message type and process code

    Hi All
    We am working on EDI895 transaction (Delivery/Return acknowledgment) and we are using TXTRAW01 Idoc type for the mapping. Can anyone please let me know what the message type and the process code for the IDoc type is???
    thanks

    Hi,
    Welcome to SDN.
    Please go to transaction WE64 to find out all process codes available for IDoc type TXTRAW01 with message type TXTRAW.
    There are four process codes for message type TXTRAW.
    - ED00
    - ED00_XML
    - ED08
    - TXT1
    Regards,
    Ferry Lianto

  • Kodo with Weblogic Server?

    Hi,
    I am intending to port my current operations from a direct kodo -> mssql
    connection to a kodo->weblogic->mssql methology.
    From what i found out, web logic support a type 4 jdbc driver.
    I wish to find out if its possible for kodo to directly utilise this
    methodology, without any changes to existing structure. And possibly the
    security improvements over this new arrangement.
    I wish to do some homework on this before i get the web logic software.
    Pls advice.

    Hi,
    I made further read up and i wish to clarify some information.
    I noted that to use Weblogic as the middle tier, a startup class is
    required on Weblogic server so that Weblogic knows when it should start
    taking note of a new connection....
    I took the sample startup class from
    http://docs.solarmetric.com/j2ee_tutorial_jca_installation.html#j2ee_tutorial_generic
    1) The code seems to suggest that a kodo.properties will be found on the
    weblogic server. Is this right? I am assuming that the compiled class file
    will not have any memory of what is loaded from the kodo.properties file
    during runtime.
    2) Will my client java application be automatically getting connections
    pooled from the weblogic server? That is, all connection pooling
    activities will be handled by weblogic and on kodo side, no additional
    code is required to perform connection pooling management.
    For example, my current code below will not require any changes to make
    use of weblogic's connection pool.
    PPersistenceManager pm = JDOFactory.getPersistencemanager(props);
    Transaction trans = pm.currentTransaction();
    trans.begin();
    Query query = pm.newQuery(.....);
    trans.commit();
    Pls advice
    tan
    Stephen Kim wrote:
    Yes. Kodo can work with both WebLogic and SQLServer. Kodo can use
    datasources defined in WebLogic or directly address SQLServer.
    Tan wrote:
    Hi,
    I am intending to port my current operations from a direct kodo -> mssql
    connection to a kodo->weblogic->mssql methology.
    From what i found out, web logic support a type 4 jdbc driver.
    I wish to find out if its possible for kodo to directly utilise this
    methodology, without any changes to existing structure. And possibly the
    security improvements over this new arrangement.
    I wish to do some homework on this before i get the web logic software.
    Pls advice.
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • 关于weblogic的运行模式: product & develop

    $BEA_HOME/user_projects/domains/mydomain/applications
    这个applications目录提供了一个deploy applications的快速途径,在你的weblogic服务器被安装/配制成development的模式下。
    当weblogic server的实例运行在development的模式下,系统会自动的配置你所置入的applictions文件,并提供运行。
    目录下的文件格式/结构为:
    * 一个标准的j2ee application
    * EAR file A WAR, EJB JAR, RAR, or CAR 压缩包模式
    * 任何一个解压的j2ee application的压缩包所产生的文件目录
    要达到自动配置application的目的的必要条件:
    * 以development的模式启动/配置weblogic Server
    * 放置一个目录/如上所述的压缩包文件到目录中
    当你使用了自动deployment的功能,server会自动的在domain的config.xml加入你所添加的applications的相关设置(the entry for ur app & module). 这些config.xml里的配置将会确保您的applications会正常的运行当你的server从新启动以后,即使您将您的server从development的模式改到了product模式下。
    applications 目录已经自动的被创建在您安装Weblogic Server sample domain的时候或者在您使用配置向导创建另外的domain的时候。WebLogic 默认使用development的模式启动domain,当然你也可以按照以下的参考来设定您的weblogic domain的启动方式。
    STARTING THE SERVER IN DEVELOPMENT MODE
    (用开发模式启动服务)
    这个启动模式的设置将会影响所有的服务实例在同一个作用域中。您可以按照下面的方法来设置你的域的启动模式。
    1) 修改安装后的启动脚本。启动脚本文件通常是以.cmd(for windows)或是.sh(for *inx)的文件,她们在您指定的doimain的安装目录里面。
    用文本编辑器打开并编辑下面的启动选项:
    set STARTMODE=
    要使用proudction的模式,设置该值为TRUE。要使用development模式,设置该值为FALSE或者为空。
    2) 用命令行的方法启动服务并使用启动参数-ProductionModeEnabled=false来使用开发模式。
    例:
    % java -ms200m -mx200m -classpath $CLASSPATH
    -Dweblogic.Name=myserver
    -Dweblogic.ProductionModeEnabled=false
    -Dweblogic.management.username=myUserName
    -Dweblogic.management.password=myPassword
    weblogic.Server
    3) 使用管理员控制台对domain启动模式作设置。在Configuration->General页中提供了一个复选框,用作对产品模式的开/关。您可以察看Administration Console的在线帮助来获得更为详细的支持信息。
    Administration Console Online Help at
    http://e-docs.bea.com/wls/docs81/ConsoleHelp/startstop.html

    收到,谢谢!
    内容不错

  • Weblog server licensing and 11.2 grid oms psu ?

    Hello all,
    I had couple of questions( i have already tried searching in the oracle docs and metalink notes, but could not find anything on it). First thing, looks like oracle 11g OEM Grid requires a Weblogic server. Which is fine, But wanted to know do we need to pay extra for this or is it part of oracle 11g OEM Grid diagnostic pack licensing?? If so, i was looking for a official answer (metalink doc or oracle doc)
    Also another thing that I was curious was OMS? Is OMS only at 11.1.0.1.0 version or can this be upgraded to oracle 11gR2? As from below link, i only see 11.1.0.1.0 software.
    http://www.oracle.com/technetwork/oem/grid-control/downloads/index.html
    The thing that confused me was this link below. As in the below doc, it says to apply patch 10270073 to OMS home(psu patch). So i was wondering, after PSU patch is applied. Is the OMS going to be at 11.2.0.2.1 ??
    http://camoraict.files.wordpress.com/2011/02/install-oracle-enterprise-manager-11gr1-on-oracle-vm2.pdf
    Patch 10270073
    11.2.0.2.1 Patch Set Update

    Enterprise Manager Restricted-use License
    •Enterprise Manager includes a restricted-use license of the Oracle Database for use as the Oracle Management Repository only.
    Additional database options or additional servers for disaster recovery require separate licensing. Customers receive one single-instance database with the Grid Control, or RMAN, repository. To protect the repository with Data Guard, customers need to purchase a license for the standby site. To protect the repository with Oracle Real Application Clusters, customers must license the second node for the database, and both nodes require an Oracle Real Application Clusters license.
    •Use of Oracle WebLogic Server with Oracle Enterprise Manager is restricted to the servlet functionality without clustering for the Oracle Management Server (OMS).
    CHECK http://download.oracle.com/docs/cd/E11857_01/license.111/e11987/overview.htm#sthref10
    Regards
    Rob

  • A version attribute is required, but this  version of the Weblogic Server

    Hello,
    I am seeing below error in my weblogic server logs couple of times in a day. I have gone through couple of blogs and seems this error is related to weblogic patch.
    Could someone please help me understand what exactly this error represent to and what could be impact because of this. So far we dont see any issue in our development enviroment but want to fix this error.
    we are using WLS 10.3.5
    Error :-
    <Feb 7, 2013 1:03:03 PM EST> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in
    Oracle/Middleware/user_projects/domains/osb_domain/sbgen/_ALSB_1360084990664.ear/META-INF/application.xml. A version attribute is required, but this
    version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE
    version.>

    Yes. It is a bug!!!
    Apply the patch for bug 11720907.
    1. Download the patch
    Sign in in My Oracle Support. Choose Patches & Updates
    Type 11720907 in textfield 'Patche Name or Number'
    This is the path:
    Patch 11720907: SU Patch [2IE6]: <A VERSION ATTRIBUTE WAS NOT FOUND IN ELEMENT PERSISTENCE ..>
    2. Appy the path using Smart Update

  • WebLogic Test & Development server

    We are about to start a web service and have been considering a number of enviroments
    including .net, lotus and BEA. We have decided on BEA because of its market share,
    openness and scalability. Our .net trained programmers think it is S____ Hot.
    However as I am paying the licence fees I am a little confused about one element
    (involves more money)
    Our development time to our first production service is only 12 weeks
    My question is Do we need to purchase the Test & Development Licence and subsequent
    support fees with such a short lead time to first production.
    Can we not do every thing we would need to develop and test with a full Server
    liscence.

    "Joel Nylund" <[email protected]> wrote in message
    news:3cee46b8$[email protected]..
    I have the same question if anyone from weblogic is out there? It lookslike
    I can just copy the files from the ldap directory over.
    Does the embeded server support regular ldap protocol from other clients.Yes. You can use either the listen port or the SSL listen port. You can set
    the
    credentials for the Admin server in the Embedded LDAP tab off the security
    tab off the domain (they are generated on the first boot). The admin
    principal
    is cn=Admin
    Can I browse the ldap entries from other tools?Yes.
    Can I add additional attributes to entries for users?
    That would not be supported as adding new attributes may cause problems
    at upgrade times if we change the schema.
    thanks
    Joel
    "Andy Kim" <[email protected]> wrote in message
    news:[email protected]..
    I am using the embedded LDAP server to store users, groups and roles. I
    have a development server and nowI want to import the security settingsfrom
    the development server to the test servers. Both servers are running
    WebLogic 7. How do I export users, groups and roles from the
    development
    server and import to the test server.
    Thanks,
    Andy

  • Port information in weblogic server

    Hi,
    We have Fusion 11g with Weblogic server installed on solaris machine, wanted to know how to check the port information as on which port it is configured.
    We have B2B, Weblogic, SOA etc installed on machine.
    Is there any file where I can check the port information or I can grep using command for the same.
    Regards
    Kumar

    Check the section 5.2 in the same link
    Using Command Prompt:
    (UNIX) ORACLE_INSTANCE/bin/opmnctl status -l
    (Windows) ORACLE_INSTANCE\bin\opmnctl status -l
    Using WLST command, with an attribute.
    wls:/SOA_domain/serverConfig> get('AdministrationPort')
    9002
    and you can view from EM console aswell.
    Thanks,
    Vijay

  • Can we run the application developed in 11g on a weblogic server of 10g

    Hi all,
    I developed an application in Jdeveloper 11.1.1.4.0 version. Can I use the same application
    on Weblogic server of 10.3 version with out changing any thing or Do I need to change
    something for the deployment? Kindly come up with your help
    Thanks,
    Phanindra.

    A bit more info http://tompeez.wordpress.com/2011/09/14/jdeveloper-versions-vs-weblogic-server-versions/
    Timo

  • Need information about WebLogic Server API

    Hi All,
    Can anyone please tell me what API does Oracle Weblogic Server call. I want to ask by calling which API I can get information about the state of a weblogic server and which jar contains those APIs.
    Thanks in Advance!!

    Hi Roshni,
    For List of MBean's You can follow the below Oracle link
    http://docs.oracle.com/cd/E12839_01/apirefs.1111/e13951/core/index.html
    can you pls tell me how can I retrieve of a weblogic server through a java code,
    You can follow the below link,it will be helpful
    http://middlewaremagic.com/weblogic/?p=7505
    Regards
    Fabian

  • How to start developing forms with weblogic server???

    I am a beginner. I saw someone working on developer 6i and I love the ease so I come to oracle. BUT now I find this weblogic server for desktop applications (forms) too.
    1. Please recommend me a book for developing desktop applications in weblogic server.
    2. Is it possible to use Mysql as database while developing forms in weblogic server?
    Many thanks

    I am a beginner. I saw someone working on developer 6i and I love the ease so I come to oracle. BUT now I find this weblogic server for desktop applications (forms) too.You have to keep in mind that Oracle Developer Suite 6i (Forms/Reports) is over 10 years old and was primarily a Client/Server development environment. Yes, a Forms 6i application could be deployed to the web, but infrastruction has changed many times in the 10+ years since Forms 6i was introduced.
    1. Please recommend me a book for developing desktop applications in weblogic server.Are you talking about an Oracle Forms application deployed through the WebLogic application server? If so, take a look at Developing Oracle Forms Applications or Oracle9i Developer: Developing Web Applications with Forms Builder. These are older books, but they will give you the basics of Oracle Forms development. Once you have the basics of Forms Development, then you can refer to the product documentation for specifics on the particular version of Forms you are using:
    Oracle Forms 10g Online Book - Contents or <a href="http://download.oracle.com/docs/cd/E12839_01/index.htm>Oracle Fusion Middleware Documenation LIbrary</a> and select the Portal, Forms, Reports and Discoverer option.
    {quote2. Is it possible to use Mysql as database while developing forms in weblogic server?{quote
    You can use MySQL with your web app only if you are not using Oracle Forms! Oracle Forms will only communicate with an Oracle Database. There are methods available to access data from non-Oracle database, but they involved linking your Oracle Database to the non-Oracle database and accessing the data through the Oracle Database.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Soa suite on weblogic server 10.0??? URGENT!!!!!

    hi,
    we have a requirement to use ejb3.0 in our project. we are using soa suite on weblogic server 9.2. but weblogic 9.2 is not supporting ejb3.0 ( i guess). so we want to migrate weblogic server form 9.2 to 10.0. my doubt,is Oracle soa suite 10.1.3.3 is compatible with weblogic server 10.0??
    otherwise any alternative??
    please help me out.
    Thanks in advance.

    You are correct - SOA Suite 10.1.3.3 is not certified with WLS 10.x. We are currently in the process of certifying SOA Suite 10.1.3.4 with WLS 10.3.
    Heidi.

  • Statistic information in WebLogic Server 6.0

    Is information you can gain with services like netstat and sitestat supported in BEA Server 6.0. If so what information (traffic, Visitors, Marketing..)

              Try installing SP1. In SP1 a bug regarding POST using HTTPS has been fixed. Check
              the bug id 041234 in this link
              http://edocs.bea.com/wls/docs60/notes/bugfixes2.html#1073617
              Shiva.
              "Raju" <[email protected]> wrote:
              > Hi,
              >>
              >> We are using Weblogic server 6.0 with out service pack 1.0.
              >>
              >> I am having problem with Https POST, i am using port 7002. and when
              >i use
              >> https post servlet hangs for lot of time. But when i use Https using
              >GET,it
              >> works fine.
              >>
              >> Did any one face the problems.
              >>
              >> Thanks in Advance.
              >>
              >> Raju
              >>
              >
              >
              >
              

Maybe you are looking for

  • How can I return to the top of an array indicator

    I have in my UI a 1D array indicator that I will navigate to and populate with different lists of items depending on other selections.  Always text elements. I have limited the number of visible rows to 20 max even though some lists will contain doze

  • Windows Identity Foundation no more available? No Dynamicy CRM working?

    Hi, I am testing Windows 10 TP. I tried to configure Dynamics CRM but it crashes with the exception: "Could not load file or assembly Microsoft.IdentityModel". The Internet says that I have to install the Feature "Windows Identity Foundation", but th

  • No RA values shown in line item report

    Hello gurus, Transaction KOB8 dosen't show any RA cost element values for PP order even though there are line items in the table COSB and custom report painter report show values. Pls help!

  • How to make the status bar transparent

    can anyone help?

  • Default decimal notation in user profile

    Dear All, Is there any way by which we can ignore decimal notation saved in user profile. I need to set the decimal notation 1,234,567.89 irrelevant of user profile setting. If user has saved any other optios for decimal notation in user profile then