learning SQL and pssql, xml, forms and report

I learned sql and plsql I donot Xml and forms and reports learn by own by easy method

by sql and psql we learned basic on the rise, things of time ranging from online book (another way to practice and understand the concepts)

repo, xml, sql, forms and pssql of learning javascript:; rt learning SQL and pssql, xml, forms and reportfor beginners

Tags: Database

Similar Questions

  • Resources for learning SQL and PL/SQL?

    Dear Sirs and Madams,

    I am (as I explained in the post initially) student fact different database project. I want to learn Oracle SQL and PL/SQL. What are good resources for learning - I think that books and example scripts/SQL. Thanking, Rajiv.

    >

    I am (as I explained in the post initially) student fact different database project. I wish
    Learn the Oracle SQL and PL/SQL. What are good resources for learning - I
    think that the books and example scripts/SQL. Thanking, Rajiv.

    Well, let's first - become familiar with SQL * Plus - Oracle standard tool. Maybe it's a little 1980
    but it will be available on absolutely every system you use. As long as a student, I don't think you
    have a lot of money to spend on tools - so download Oracle's SQL developer tool (free)
    and experiment with it.

    On your own systems, there are already scripts - do (presumably in Unix - if Windows, use the search)
    Tool) - $ORACLE_HOME do you find. -name "*.sql" and watch the rdbms/admin scripts. In addition,
    There are a few free libraries available.
    http://www.Oracle-base.com/DBA/scripts.php
    www.rampant.cc/Internals.zip
    http://www.Oracle-Developer.NET/utilities.php (look at the MOAT).

    Then, after that, you could look at the site of Tanel Poder and Christian Antognini (both peak) also
    Google "Oracle SQL/PL/SQL script libraries.

    There are enough out there on the internet to keep you going for years :)

    For PL/SQL, the best authors are Connor McDonald and Steve Feuerstein, if you want to invest in
    a book.

    HTH,

    Paul...

  • Frequency SQL and report

    on 10G

    I have a question that goes something like this (all are VARCHAR, no field number here).
    Create Table dnd_freq_dist As
    SELECT
           CREDIT_CARD,        COUNT(CREDIT_CARD)   OVER (PARTITION BY CREDIT_CARD) as CREDIT_CARDfreq,
           LOYALTY,            COUNT(LOYALTY)       OVER (PARTITION BY LOYALTY)           as LOYALTYfreq,
           CHANNEL,            COUNT(CHANNEL)       OVER (PARTITION BY CHANNEL)            as CHANNELfreq,
           LFTSPEND,           COUNT(LFTSPEND)      OVER (PARTITION BY LFTSPEND)          as LFTSPENDfreq
           
    FROM Table;
    So if I had 10 000 000 folders and there were 4 mill no and mill 6 Yes to credit card, is to show the CREDIT_CARDfreq for all ranks, that the distribution.

    What works and gives me the info, but now I wanted to calculate the percentages of distinct values of each COLUMN_freq to the total number of rows in the table.

    CREDIT card has 2, it's easy, but FIDELITY could have up to 5, CHANNEL 9 and thus SPEND up to 15 values (values no. dollars here, a few labels of prior cases between 0 ~ 100 then somevalue...)

    in any case, so I tried to do something like this:
    select 
    
    CREDIT_CARD, CREDIT_CARDFREQ, ROUND(RATIO_TO_REPORT(CREDIT_CARDFREQ) over (),2) as CREDIT_CARD_RATIO
    
    from
    
    (select distinct CREDIT_CARD,CREDIT_CARDFREQ
    
    from dnd_freq_dist);
    It works perfectly, the data that I get back is:
    CREDIT_CARD     CREDIT_CARDFREQ     CREDIT_CARD_RATIO
    "N"                       7085607                              0.81
    "Y"                       1715914                              0.19
    but then when I add more columns, for others, it is when things are better, because there are too many rows/columns, so do not know how to do better?

    Although this query works, the final results make no sense.
    select 
    
    CREDIT_CARD, CREDIT_CARDFREQ, ROUND(RATIO_TO_REPORT(CREDIT_CARDFREQ) over (),2) as CREDIT_CARD_RATIO,
    LOYALTY, LOYHALTYFREQ,        ROUND(RATIO_TO_REPORT(LOYALTYFREQ) over (),2) as LOYALTY_RATIO,
    CHANNEL, CHANNELFREQ,         ROUND(RATIO_TO_REPORT(CHANNELFREQ) over (),2) as CHANNEL_RATIO,
    LFTSPEND, LFTSPENDFREQ,       ROUND(RATIO_TO_REPORT(LFTSPENDFREQ) over (),2) as LFTSPEND_RATIO
    
    from
    
    (select distinct CREDIT_CARD,CREDIT_CARDFREQ,LOYALTY,LOYALTYFREQ,CHANNEL,CHANNELFREQ,LFTSPEND,LFTSPENDFREQ
    
    from dnd_freq_dist);
    What is the best way to address the issue, make this right?

    Maybe NOT TESTED!

    select category_group,category,freqency,
           round(ratio_to_report(frequency) over (partition by category_group order by frequency desc),2) frequency_ratio
      from (select 'credit_card' category_group,credit_card category,count(*) frequency
              from dnd_freq_dist
             group by credit_card
            union all
            select 'loyalty',loyalty,count(*) frequency
              from dnd_freq_dist
             group by loyalty
            union all
            select 'channel',channel,count(*) frequency
              from dnd_freq_dist
             group by channel
            union all
            select 'lftspend',lftspend,count(*) frequency
              from dnd_freq_dist
             group by lftspend
           )
     order by category_group,frequency desc
    

    Concerning

    Etbin

  • Master-detail functionality between the regions of PL/SQL and IR possible?

    4.2.1

    THM 2

    Hi all

    We have two regions in a page. The upper region is a region of PL/SQL that lists the 5 best wages by Dept. This was not done using traditional reports because management wanted a "dashboard" as the look and feel that is already existing and what is happening in that it is a pl/sql block that has the sliders and the necessary HTML, CSS in there.

    Below that is an IR when the user clicks on the dept of region of PL/SQL, it will refresh the IR below to display all employees in this Department

    Top of the page shows region of PL/SQL

    EMP name Dept wage

    Emp1 10 10000

    EMP2 10 950

    Emp3 20 800

    The Dept field is a hyperlink.

    When we click on Dept on this region of PL/SQL

    The lower IR should be updated (without submit page)

    Output

    Emp1 10 10000

    EMP2 10 950

    It is a kind of master-detail relationship between PL/SQL and Report (Detail) (Master) area Interactive

    We can hyperlink in the SQL in pl/sql area, but you wonder how trap line and pass the dept id to the IR and get this region to refresh account?

    All suggestions from the experts?

    Thank you

    Ryan

    It is a way to pass the info in connection

    Perform the dynamic Action of the link column report

    The dynamic action can submit the session state value, and then refresh the IR.

    On either by the way, you must create dynamic PL/SQL region to solve this problem, see this

    APEX reports: layout custom with a column named (model line)

  • How to connect Forms 6i and reports 6i with oracle 10g R2?

    Hey everybody,

    I need your help in linking the two Forms 6i and reports 6i with Oracle 10 g Release 2 db, MS Access(2003, 2007) and SQL database (Microsoft Visual Studio 2008). I am a newbie. I installed all the on my laptop HP with Windows 7 installed Ultimate(32 bit OS). I want to generate reports and forms by accessing data from databases mentioned above. Please provide me with the configuration steps.

    Thanks in advance...!

    Being new to the forum, I encourage you to consider the following before you post much more:

    http://blogs.Oracle.com/Shay/entry/10_commandments_for_the_otn_fo

    As for your question, I hope that you read my posts.

    As I mentioned, form/reports 6 is very old and operating systems, you suggested that you will use are very new. This version of F/R is obsolete and expected that it works on a new operating system is not realistic. Why are spending you time with such an old version? Even if you're just trying to learn the product, learning with an old version is probably not a good idea.

    The tnsnames.ora file, you need to update is this: c:\orant\net80\admin

    If you want to learn how to use the product in detail, you probably won't be able to do it in a forum. It is not as if we were trying to learn MS Notepad. Forms/States (and all Oracle products) are enterprise-level products. All products Oracle would require that you spend time to review documentation and in many cases attend some courses to always be effective using them. You can find documents and training in countless places, including within the site of the Oracle. I recommend that you consider that your place of departure.

    Here are some examples:

    Forms of technical documents for most of the versions:
    http://www.Oracle.com/technetwork/Developer-Tools/Forms/Overview/index.html

    11.1.2 of Documentation Forms Library:
    http://docs.Oracle.com/CD/E24269_01/index.htm

    Archived forms documentation:
    http://www.Oracle.com/technetwork/documentation/dev-arch-093406.html

    Oracle Forms - Oracle Education
    http://education.Oracle.com/pls/web_prod-PLQ-dad/db_pages.GetPage?page_id=501

    The forms and the report generator online help is also a good place for more information that in some cases, the sample code is provided.

  • Installation forms and reports Services 11 g blocked the creation of OSH

    Hi gurus,

    I want to install Oracle 11 g 2 forms and reports.

    In the middle of the process it was stuck to the OSH of creation for about an hour as shown below

    The log file

    ....

    [2015 11-23 T 17: 35:05.454 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.utl.FileUtil] [SRC_METHOD: transcribeTextFile] RETURN

    [2015 11-23 T 17: 35:05.454 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: ohsProvision] backup to fill with the appropriate custom files

    [2015 11-23 T 17: 35:05.492 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: ohsProvision] copy $ORACLE_HOME/OHS/icons * in $ORACLE_INSTANCE/config/OHS/icons

    [2015 11-23 T 17: 35:06.187 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: addOPMNSnippet] ENTRY C:\Oracle\Middleware\Oracle_FRHome1\ohs\provision\opmnSnippet-OHS.xml

    [2015 11-23 T 17: 35:06.187 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.impl.OpmnConfig] [SRC_METHOD: insertSnippet] insertion of excerpt from C:\Oracle\Middleware\Oracle_FRHome1\ohs\provision\opmnSnippet-OHS.xml file in the component component ohs1

    [2015 11-23 T 17: 35:06.277 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.impl.OpmnConfig] [SRC_METHOD: persist] persistent opmn.xml (updated)

    [2015 11-23 T 17: 35:06.284 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: addOPMNSnippet] RETURN

    [2015 11-23 T 17: 35:06.285 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.utl.FileUtil] [SRC_METHOD: generateWallet] ENTRY

    [2015 11-23 T 17: 35:06.286 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.utl.FileUtil] [SRC_METHOD: generateWallet] Generating self-signed Oracle wallet: portfolio = C:\Oracle\Middleware\FRDev\config\OHS\ohs1\proxy-portefeuille = false validity = 9125 hasPassword

    [2015 11-23 T 17: 35:07.193 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.utl.FileUtil] [SRC_METHOD: generateWallet] RETURN

    [2015 11-23 T 17: 35:07.194 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: onCreate] RETURN

    [2015 11-23 T 17: 35:07.194 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: onCreate] RETURN

    [2015 11-23 T 17: 35:07.195 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.impl.OracleASComponentBaseImpl] [SRC_METHOD: registerComponent] registration component ohs1

    [2015 11-23 T 17: 35:07.196 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: registerComponent] ENTRY

    [2015 11-23 T 17: 35:07.196 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.utl.FileUtil] [SRC_METHOD: isWebsphereEnabled] Java property is not set. isWebsphereEnabled = false

    [2015 11-23 T 17: 35:07.196 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.impl.RuntimeServiceConnectionWLS] [SRC_METHOD: connect] creating connection to Hello at weblogic.management.mbeanservers.runtime

    [2015 11-23 T 17: 35:07.209 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.impl.AbstractRuntimeServiceConnection] [SRC_METHOD: invokeMBean] citing RegisterMBean operation: registerComponent

    [2015 11-23 T 17: 35:07.336 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.impl.RuntimeServiceConnectionWLS] [SRC_METHOD: disconnect] break the connection to the mbean Server

    [2015 11-23 T 17: 35:07.338 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: registerComponent] RETURN

    [2015 11-23 T 17: 35:07.339 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.utl.FileUtil] [SRC_METHOD: isWebsphereEnabled] Java property is not set. isWebsphereEnabled = false

    [2015 11-23 T 17: 35:07.340 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.provision.ohs.OHSComponentImpl] [SRC_METHOD: reloadOpmn] ENTRY

    [2015 11-23 T 17: 35:07.778 + 08:00] [as] [TRACK: 16] [] [oracle.as.config] [tid: 14] [ecid: 0000L4neYLm5i ^ WFLzmJOA1MKhbc000005, 0] [SRC_CLASS: oracle.as.config.impl.OracleASComponentBaseImpl] [SRC_METHOD: reloadOpmn] Invoking opmn reload...

    The log output

    ...

    progress in computing progress4

    Task: from OPMN

    JL: About to call startOpmn

    JL: Entered startOpmn

    JL: Windows... About to run: cmd /c C:\Users\Fendy\AppData\Local\Temp\startallOpmn1448271298689.bat

    You try to start OPMN *.

    Execution of command *.

    cmd /c C:\Users\Fendy\AppData\Local\Temp\startallOpmn1448271298689.bat

    ***************************************************

    C:\Users\Fendy\AppData\Local\Temp > SET ORACLE_HOME = C:\Oracle\Middleware\Oracle_FRHome1

    C:\Users\Fendy\AppData\Local\Temp > C:\Oracle\Middleware\FRDev\bin\opmnctl.bat CALL startall

    opmnctl startall: from opmn and managed all process...

    progress in computing progress4

    Task: Creation of OSH

    Appreciate any help.

    Kind regards

    Ferrere

    Hi Craig

    Able to fix it by disabling the software AV.

    Kind regards

    Ferrere

  • Tutorials Oracle Forms and reports

    Hi all

    I recently started a new job in collaboration with Oracle forms and reports using PL/SQL. I have little or no experience with either, I'm looking for some tutorials online. I found the following on Udemy me begin with PL/SQL - <-moderator removed link as we do to the business side--> but I find it difficult to find some tutorials on Oracle forms and reports. Can anyone suggest where I might find some good tutorials?

    Thank you

    -Action Moderator: removed link to a commercial side. The user don't please add links to commercial messages to any forum OTN in side. -----

    Tutorial Oracle...

    Although the first two of the following links are for older versions of forms, the concepts are still valid for all versions of forms.

    A tutorial on Oracle9i forms and reports

    http://www.holowczak.com/Oracle/dev9i/ iSelfSchooling - Introduction to forms Oracle Forms

    10g: demos, tips, and Techniques

    http://SheikYerbouti.developpez.com/index_en/

    http://www.SlideShare.NET/magupta26/Oracle-Forms-tutorial

    http://www2.cs.uh.edu/~ceick/3480/Customized_Oracle_Forms.pdf - create custom Oracle Forms

    http://www.youtube.com/watch?v=0BBiHvHzPYE - video

    Tutorial for Oracle reports...

    Here's some link...

    1. http://docs.oracle.com/html/B14364_01/title.htm

    2. http://www.scribd.com/doc/3960412/Basic2-Oracle-Reports-10g-Tutorials

    3. http://report10gsanamqa.blogspot.com/2010/08/triggers-in-reports-types-of-triggers.html

    Video tutorial

    http://www.YouTube.com/watch?v=Fum3MJm5yKU

    Hope this helps,

    Hamid

  • Need to reply and report interview question and Oracle Forms 10 G

    Hi gurus

    Soon, I expect my interview for Oracle Forms and Reports 10 G, I'd appreciate it if someone provides me with assistance to find the answers and the related question. Thank you

    Concerning

    Shu


    Hello

    Google is your friend

    http://www.coolinterview.com/type.asp?iType=64

    http://asset-9.soup.IO/asset/10511/3383_9441.PDF

    http://javarevisited.blogspot.com/2012/12/top-10-Oracle-interview-questions-and-answers-database-SQL.html

    Amatu Allah

  • Hi I am new to Oracle forms and reports I want to know the differences between the Enter query mode and Normal mode?

    Hi I am new to Oracle forms and reports I want to know the differences between the Enter query mode and Normal mode?

    Welcome to Oracle Forms!  Out of curiosity, what do you mean by 'new '?  You are a student or new to an organization that uses Oracle Forms?  Or just play with Oracle Forms to learn something new?

    Let me start by saying that many of your questions designtime can answer by searching in the help of the constructor of the form library.  It's accessible, like most of the other products in the Builder menu > help.

    Regarding your question, ENTER QUERY mode, as the term implies, is when it is in a State where it is accept input for the execution of a query.  When in this mode, there are various restrictions.  Yet once, it will find more details in the Builder Help.  In this case, search help for these two subjects, "SYSTEM." MODE'and "built-ins comments that are not allowed in the input query Mode".  There are many other pages that contain information about the ENTER_QUERY method, but these two should help you get started.

    Normal mode, as its name implies, is when it is in a State of 'normal '.  Basically to do nothing in particular, but also not in ENTER QUERY mode.  In this State, you can move the shape, INSERT, UPDATE, DELETE, documents, etc..

    You will find additional information, as well as a lot of documentation on the product page of forms of OTN:

    http://www.Oracle.com/technetwork/developer-tools/forms

  • Monitor virtual machine JAVA on Oracle ACE form and reports

    Dear experts,


    I'm in the form of Oracle on AIX 6.1 10.1.2.3 and report on AIX 5.3.

    Can I monitor the JVM use on these two platform for forms and report service as it is sufficient for the opmn.xml file distribution n (Xmx 512 M.)?

    These jvm settings work for java, due components the webcache is not a java component, we cannot use these parameters to check the
    use of memory.

    However, if another applications deployed in OC4J container, you can set the parameters for this container.

  • Oracle Forms and reports 12 c (12.2.1.0) Installation

    Hello

    I had downloaded a file of

    Oracle Forms and reports 12 c (12.2.1.0)

    Published on 23 October 2015

    http://www.Oracle.com/technetwork/developer-tools/forms/downloads/index.html .

    Now, I am trying to install, but its not install on the computer. can guide you how to install it.

    Sandy

    Two things:

    1. you didn't did not read carefully my last update.  I said that you need to install JDK 8 (more precisely 8U51 or newer).  Which suggests that you installed and that he tried to use Java 7 with that statement that you answered:

    C:\Program Files\Java\jdk1.7.0_79\bin>java-jar fmw_12.2.1.0.0_infrastructure.jar

    You must UNINSTALL 7U79 (which you cited above) and install the last v8, which is 8U66.

    http://www.Oracle.com/technetwork/Java/javase/downloads/index-JSP-138363.html

    2. you have not share of details necessary to understand what could happen.  For example:

    • On what platform and the version you install?
    • Have you reviewed the matrix of product Certification to ensure that this platform is certified for use?
    • Is your Windows user, a member of the Windows Administrators group?
    • The machine has at least 6 GB of RAM?
    • Is the installer staged locally or are access you it from a network share?
    • Did you review the Setup logs?  If this is not the case, do, as they will probably tell you what is happening.  They are located in:

      C:\Program Files\Oracle\Inventory\logs

    I highly recommend that go you through the documentation (Setup Guide, Sys requirements, etc.) before you install or use the product:

    http://docs.Oracle.com/middleware/1221/formsandreports/index.html

  • Oracle Weblogic Server Configuration failed - new domain creation failed for 12 c forms and reports

    My machine is windows 7 64 bit with java 1.8_0_65.

    I installed the following in the following order:

    WLS 12.2.1.0.0 for developers (fmw_12.2.1.0.0_wls_quick_Disk1_1of1)

    WLS 12.2.1.0.0 Infrastructure (fmw_12.2.1.0.0_wls_infrastructureDisk1_1of1)

    Created the metadata repository

    Forms and reports 12 c (fmw_12.2.1.0.0_fr_win64_Disk1_1of1)

    Now I am trying to create my domain name for the development of forms/States and receive this error message.  It's the tail of the log file (the full file is attached):

    2015-11-04 08:37:45, 324 com.oracle.cie.domain.DomainGenerator SEVERE [71] - domain creation failed!

    Location of area: C:\orant\wls1221\user_projects\domains\alio_dev

    Reason: null

    Exception:

    Traceback (innermost last):

    "< Iostream >" file, line 37, in there?

    sun.misc.InvalidJarIndexException: invalid index

    to sun.misc.URLClassPath$ JarLoader.getResource (URLClassPath.java:1103)

    to sun.misc.URLClassPath$ JarLoader.getResource (URLClassPath.java:1013)

    at sun.misc.URLClassPath.getResource(URLClassPath.java:212)

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:365)

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:362)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:361)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:331)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

    at java.lang.Class.forName0 (Native Method)

    at java.lang.Class.forName(Class.java:264)

    at org.python.core.SyspathJavaLoader.loadClass (unknown Source)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

    at org.python.core.Py.findClassEx (unknown Source)

    at org.python.core.SysPackageManager.findClass (unknown Source)

    at org.python.core.PackageManager.findClass (unknown Source)

    at org.python.core.SysPackageManager.findClass (unknown Source)

    at org.python.core.PyJavaPackage.__findattr__ (unknown Source)

    at org.python.core.PyObject.impAttr (unknown Source)

    at org.python.core.imp.import_next (unknown Source)

    at org.python.core.imp.import_logic (unknown Source)

    at org.python.core.imp.import_name (unknown Source)

    at org.python.core.imp.importName (unknown Source)

    at org.python.core.ImportFunction.load (unknown Source)

    at org.python.core.ImportFunction.__call__ (unknown Source)

    at org.python.core.PyObject.__call__ (unknown Source)

    at org.python.core.__builtin__.__import__ (unknown Source)

    at org.python.core.imp.importFromAs (unknown Source)

    at org.python.core.imp.importFrom (unknown Source)

    to org.python.pycode._pyx31.f$ 0 (< iostream >: 37)

    to org.python.pycode._pyx31.call_function (< iostream >)

    at org.python.core.PyTableCode.call (unknown Source)

    at org.python.core.PyCode.call (unknown Source)

    at org.python.core.Py.runCode (unknown Source)

    at org.python.util.PythonInterpreter.execfile (unknown Source)

    at org.python.util.PythonInterpreter.execfile (unknown Source)

    at com.oracle.cie.domain.script.ScriptHelper.executeEmbeddedTemplateScript(ScriptHelper.java:1639)

    at com.oracle.cie.domain.DomainChecker.executeEmbeddedScript(DomainChecker.java:1457)

    at com.oracle.cie.domain.DomainChecker.runCustomWLSTScript(DomainChecker.java:1439)

    at com.oracle.cie.domain.DomainChecker.preprocessOutput(DomainChecker.java:86)

    at com.oracle.cie.domain.DomainGenerator.run(DomainGenerator.java:449)

    at java.lang.Thread.run(Thread.java:745)

    sun.misc.InvalidJarIndexException: sun.misc.InvalidJarIndexException: invalid index

    Traceback (innermost last):

    "< Iostream >" file, line 37, in there?

    sun.misc.InvalidJarIndexException: invalid index

    to sun.misc.URLClassPath$ JarLoader.getResource (URLClassPath.java:1103)

    to sun.misc.URLClassPath$ JarLoader.getResource (URLClassPath.java:1013)

    at sun.misc.URLClassPath.getResource(URLClassPath.java:212)

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:365)

    in java.net.URLClassLoader$ 1.run(URLClassLoader.java:362)

    at java.security.AccessController.doPrivileged (Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:361)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)

    to Sun.misc.Launcher$appclassloader$ AppClassLoader.loadClass (Launcher.java:331)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

    at java.lang.Class.forName0 (Native Method)

    at java.lang.Class.forName(Class.java:264)

    at org.python.core.SyspathJavaLoader.loadClass (unknown Source)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

    at org.python.core.Py.findClassEx (unknown Source)

    at org.python.core.SysPackageManager.findClass (unknown Source)

    at org.python.core.PackageManager.findClass (unknown Source)

    at org.python.core.SysPackageManager.findClass (unknown Source)

    at org.python.core.PyJavaPackage.__findattr__ (unknown Source)

    at org.python.core.PyObject.impAttr (unknown Source)

    at org.python.core.imp.import_next (unknown Source)

    at org.python.core.imp.import_logic (unknown Source)

    at org.python.core.imp.import_name (unknown Source)

    at org.python.core.imp.importName (unknown Source)

    at org.python.core.ImportFunction.load (unknown Source)

    at org.python.core.ImportFunction.__call__ (unknown Source)

    at org.python.core.PyObject.__call__ (unknown Source)

    at org.python.core.__builtin__.__import__ (unknown Source)

    at org.python.core.imp.importFromAs (unknown Source)

    at org.python.core.imp.importFrom (unknown Source)

    to org.python.pycode._pyx31.f$ 0 (< iostream >: 37)

    to org.python.pycode._pyx31.call_function (< iostream >)

    at org.python.core.PyTableCode.call (unknown Source)

    at org.python.core.PyCode.call (unknown Source)

    at org.python.core.Py.runCode (unknown Source)

    at org.python.util.PythonInterpreter.execfile (unknown Source)

    at org.python.util.PythonInterpreter.execfile (unknown Source)

    at com.oracle.cie.domain.script.ScriptHelper.executeEmbeddedTemplateScript(ScriptHelper.java:1639)

    at com.oracle.cie.domain.DomainChecker.executeEmbeddedScript(DomainChecker.java:1457)

    at com.oracle.cie.domain.DomainChecker.runCustomWLSTScript(DomainChecker.java:1439)

    at com.oracle.cie.domain.DomainChecker.preprocessOutput(DomainChecker.java:86)

    at com.oracle.cie.domain.DomainGenerator.run(DomainGenerator.java:449)

    at java.lang.Thread.run(Thread.java:745)

    sun.misc.InvalidJarIndexException: sun.misc.InvalidJarIndexException: invalid index

    at org.python.core.Py.JavaError (unknown Source)

    at org.python.core.PyTableCode.call (unknown Source)

    at org.python.core.PyCode.call (unknown Source)

    at org.python.core.Py.runCode (unknown Source)

    at org.python.util.PythonInterpreter.execfile (unknown Source)

    at org.python.util.PythonInterpreter.execfile (unknown Source)

    at com.oracle.cie.domain.script.ScriptHelper.executeEmbeddedTemplateScript(ScriptHelper.java:1639)

    at com.oracle.cie.domain.DomainChecker.executeEmbeddedScript(DomainChecker.java:1457)

    at com.oracle.cie.domain.DomainChecker.runCustomWLSTScript(DomainChecker.java:1439)

    at com.oracle.cie.domain.DomainChecker.preprocessOutput(DomainChecker.java:86)

    at com.oracle.cie.domain.DomainGenerator.run(DomainGenerator.java:449)

    at java.lang.Thread.run(Thread.java:745)

    2015-11-04 08:37:51, 245 [17] INFO com.oracle.cie.wizard.gui.tasks.OutcomeSummaryGUITask - classes of assistance provided to customize or control the add-on on Panel Summary result

    I am able to create a normal adminserver domain without any problem.  I can't simply create a field for the development of forms and reports.

    What Miss me?  Thank you!

    I have it.  It wasn't for lack of loopback adapter or the path.  I need to install the full version of wls, not the quick developer version.

  • Setup error 12.2.1.0.0 forms and reports in windows 7 64 bit

    I try to install 12.2.1 forms and reports, but get the following error message when you select an Oracle Home.

    INST-07548: distribution selected only has not any type of compatible installation for the selected Oracle home.

    • INST-07548: distribution selected only has not any type of compatible installation for the selected Oracle home.

    • INST-07551: not all sets of dependent features to install type "Deployment of forms and reports" could be found. The following prerequisites proved to be missing: em_fmc - 12.2.1.0.0

    I installed 12.2.1 WLS production and the development of versions on a windows 7 64 bit machine and get the same error message against each Oracle home.

    Java 1.8.60 is the version of java installed.

    Ideas?

    It seems that you have downloaded and installed the maldistribution of WLS.  You must use the 'Infrastructure' distribution, which can be downloaded here:

    http://www.Oracle.com/technetwork/developer-tools/forms/downloads

  • Q1: Can we have 2 different products Middleware (SOA and forms and reports) in the same field of WLS?

    Q1: Can we have 2 different products Middleware (SOA Suite and forms and reports) both executed in the same Weblogic domain?

    Q2: what about 2 domains different (one for SOA Suite) and one for forms and reports on the same machine (Box) on the same installation of Weblogic?

    I'm looking for official documents that can clarify these issues for the customer.
    Thank you.

    Hello

    Q1: Can we have 2 different products Middleware (SOA Suite and forms & States) both executed in the same Weblogic domain?

    It is not supported because as SOA and forms & States share a common directory called oracle_common that would be

    crushed by the product. This is why we ask you to use two different homes of Middleware for installation and configuration.

    Ex: If you have installed SOA in a field and you have installed forms & reports and then the oracle_common could be crushed by

    Binary forms & reports and so there might be problem with SOA.

    Q2: how about you 2 different (one for SOA Suite) areas and the other for forms & reports on the same machine (Box) on the same installation of Weblogic?

    You can have 2 different domains but not in the same weblogic Installation according to the explanation above.

    Kind regards

    Prakash.

  • Installation of Oracle 11 g Release 2 forms and reports

    Hi all

    I have a problem during the installation of Oracle forms11g Release 2.

    error.png

    In fact this is my version of WebLogic Server 11g weblogic (10.3.6) which is recommended by Oracle for Oracle forms11g Release 2

    My system is running on 64-bit...

    Someone kindly suggest me how can I proceed.

    Thanks and greetings

    Shiva

    Hey Shiva,

    check the 64-bit version for all components on Win7 64 ? :

    • Install and set up the loopback adapter
    • Check the PATH entries (dir/X)
    • WLS:
      • 1.7.0_71 64-bit JDK
      • the JAVA_HOME=C:\Java\JDK1.7.0_71 value for system
      • Install WLS 10.3.6 generic 64-bit
      • Check THAT WLS startup http://localhost:7001 / console
      • Shutdown WLS
    • 11 GR 2 forms FM & reports: 64-bit:
      • Step 1 installation (not set)
      • Step 2 set up
    • Install Java 1.8._51 incl. plugins for IE11 and FireFox.

    Hope this helps,

    Friedhold

Maybe you are looking for

  • Importieren von Fotos - Fehler-9905

    Hallo Gemeinschaft ICH habe mir eine neue Kamera so: Fujifilm X - E2s. Nach der first Fotosession wanted ich wie herkommlich bei meiner Fotos NikonD7100 importieren. ICH nahm die (verifizierte von Fujifilm) card SDXC (64 GB) aus der Kamera, schöb sie

  • Particle position and orientation to an image

    Hello I have a single particle in a binary image. I want to correct its position and orientation of the image and then saving them. I managed to change his orientation. However, I would like to know if there is a direct approach to change his positio

  • Missing drivers for of BUS SM CONTROLLER and network controller for WiFi for DV7-6C63NR

    I've tried everything and still need drivers for DV7-6C63NR: SM Bus controller Network controller also, I can't get my WiFi adapter to put on with the key on the keyboard - I think this must be my network controller, but I can't find the driver for i

  • Place dead 10 after Win 10 update KB3189866

    The update installed and restarted correctly. However, after power down the Tablet would not be lit. It's like the power switch is completely disconnected, and there is no other way to turn on the unit. It happened exactly the same way on the 2 table

  • Windows 7 task bar icons stopped normal mouseover of the functions.

    Usually, when you mouse over or hover over the 'show desktop' without clicking, you should see the office with a visible transparent window frames. It has stopped working. Usually when you hover over the icon of internet explorer in the taskbar, you