Learning sql and pssql ,xml,forms and report

ihave learned sql and plsql i donot Xml and forms and reports  how to learn by own by easy method
by sql and psql we have learned from basic to higher ,weather things going from book to online (any other way to practising and understanding the concepts)

learning sql and pssql ,xml,forms and repojavascript:;learning sql and pssql ,xml,forms and reportrt for beginners

Similar Messages

  • How to learn  SQL and PL/SQL ?

    who can give me some useful advice about learning SQL and PL/SQL ?
    who can help me?
    thanks

    Hi,
    It's my opinion that you can pickup the PL/SQL language syntax /semantics from a book - but, to learn, you need to get real hands-on experience. You can get invloved in a Project that requires the use of PL/SQL & I am sure you can pick up the nuts & bolts from your experience.
    You can read articles written by the SQL & PL/SQL gurus like Tom Kyte, Steven Fuernstein & the numerous Oracle ACE's - you do learn atleast a thing or two from every article.
    If you have any specific questions about SQL & PL/SQL - you have come to the right place - you can post the questions here & the gurus will defenitely help you !
    All the best !
    Regards,
    Sandeep

  • Please give good for learning sql and pl/sql site

    Hi All,
    please give good reference site for learning sql and pl/sql, your suggestion would be appreciated.

    http://tahiti.oracle.com/
    http://www.oracle.com/pls/db112/homepage?remark=tahiti
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e10766/toc.htm
    http://download.oracle.com/docs/cd/E11882_01/server.112/e17118/toc.htm
    http://download.oracle.com/docs/cd/E11882_01/appdev.112/e17126/toc.htm

  • Path to XML form builder reports in Portal

    Hi Experts,
    I am facing one issue. We have few XML forms builder screens in Portal.
    Those were appearing fine but now one of them is not appearing properly.
    Please let me know under KM , where these reports are stored so that I can check whether these reports.

    Srini,
    The XML forms are under etc-xml forms.
    However, if the forms are not appearing properly, you would have to open it in XML forms builder and check.
    Assign yourself the Content Management role. Check this wiki for more details.
    http://wiki.sdn.sap.com/wiki/display/KMC/XMLFormBuilderinEP7.0
    Regards,
    Sandeep Tudumu
    Edited by: Sandeep Tudumu on Jun 14, 2010 10:16 PM
    Edited by: Sandeep Tudumu on Jun 14, 2010 10:17 PM

  • Sql And Report Builder

    Hi To All,
    I Have a Little Problem Whit a my Query created in Report Builder 6i.
    this is a Query :
    select c.id rv_cashreg_id,
    m.code rv_cod_shop,
    m.description rv_desc_shop,
    c.code rv_cod_cassa,
    c.description rv_desc_cassa,
    nvl(sum(decode(a.type,0,
    (case when a.id in (select distinct art_difference_id from tb_lunchbon_articles) then 0
    when a.id in (select distinct amount_art_id from tb_conventions) then 0
    when a.id in (select distinct art_revaluation_id from tb_lunchbon_articles) then 0
    when a.id in (select distinct article_id from tb_cashreg_auto_articles where calculation_type = 6) then 0
    else d.price end),2,d.price,3,d.price,0)),0) rv_cifra_affari_lorda,
    nvl(sum(case when a.type = 1 then d.price
    when a.id in (select distinct art_difference_id from tb_lunchbon_articles) then d.price
    when a.id in (select distinct amount_art_id from tb_conventions) then d.price
    when a.id in (select distinct art_revaluation_id from tb_lunchbon_articles) then d.price
    when a.id in (select distinct article_id from tb_cashreg_auto_articles
    where calculation_type = 6) then d.price else 0 end),0) rv_sconti,
    nvl(sum(decode(a.type,2,d.price,3,d.price,0)),0) rv_mance,
    nvl(sum(decode(a.type,4,d.price,0)),0) rv_servizio,
    nvl(tavap.tavoli_aperti,0) TavoliAperti
    from (Select ch.cashreg_id cid, nvl(sum(th.subtotal),0) tavoli_aperti
    from tb_cashreg_halls ch, tb_tables ta, su_table_headers th
    where ch.hall_id = ta.hall_id
    and ta.id = th.table_id (+)
    and nvl(th.transaction_closed,0) <> 1
    group by ch.cashreg_id) tavap,
    tb_transactions t, tb_trans_articles d, tb_articles a,
    tb_shops m, tb_cashregs c, tb_operators o
    where d.transaction_id = t.id
    and d.article_id = a.id
    and c.id = t.cashreg_id
    and c.shop_id = m.id
    and o.id = t.operator_id
    and t.delete_operator_id is null
    and d.delete_operator_id is null
    and c.id = tavap.cid (+)
    and (t.cashreg_id = :P_PROGRCASSA or :P_PROGRCASSA is null)
    and (t.shop_id = :P_PROGRMENSA or :P_PROGRMENSA is null)
    and (t.operator_id = :P_PROGROPERATORE or :P_PROGROPERATORE is null)
    &P_SEL_DATA
    group by m.code, m.description, c.id, c.code, c.description, nvl(tavap.tavoli_aperti,0)
    order by m.code, m.description, c.id, c.code, c.description
    my problem is able to achieve a result unique, and not individual.
    How help me!!!!

    and (t.operator_id = :P_PROGROPERATORE or :P_PROGROPERATORE is null)
    P_SEL_DATA varchar2(1000);
    begin
    P_SEL_DATA :=
    'and t.trans_date between
    to_date('''||&P_DATADA||' '||&P_OREDA||''', ''dd.mm.yyyy hh24:mi'')
    and
    to_date('''||&P_DATAA ||' '||&P_OREA ||''', ''dd.mm.yyyy hh24:mi'')';
    dbms_output.put_line(chr(0));
    dbms_output.put_line(rpad('-',80,'-'));
    dbms_output.put_line(p_sel_data);
    end;
    group by m.code, m.description, c.id, c.code, c.description, nvl(tavap.tavoli_aperti,0)
    order by m.code, m.description, c.id, c.code, c.description
    Ouch !!
    That's like playing heavy metal in the Le Nozze di Figaro... ;)
    I don't really know how this Report Builder builds reports, but try this -
    SELECT   c.Id rv_Cashreg_Id,
             m.Code rv_Cod_Shop,
             m.Description rv_desc_Shop,
             c.Code rv_Cod_cAssa,
             c.Description rv_desc_cAssa,
             Nvl(SUM(DECODE(a.TYPE,0,(CASE
                                        WHEN a.Id IN (SELECT DISTINCT Art_Difference_Id
                                                      FROM   Tb_LunchbOn_Articles) THEN 0
                                        WHEN a.Id IN (SELECT DISTINCT Amount_Art_Id
                                                      FROM   Tb_Conventions) THEN 0
                                        WHEN a.Id IN (SELECT DISTINCT Art_RevaluAtIon_Id
                                                      FROM   Tb_LunchbOn_Articles) THEN 0
                                        WHEN a.Id IN (SELECT DISTINCT Article_Id
                                                      FROM   Tb_Cashreg_Auto_Articles
                                                      WHERE  Calculation_Type = 6) THEN 0
                                        ELSE d.Price
                                      END),
                                   2,d.Price,
                                   3,d.Price,
                                   0)),0) rv_cIfra_afFari_Lorda,
             Nvl(SUM(CASE
                       WHEN a.TYPE = 1 THEN d.Price
                       WHEN a.Id IN (SELECT DISTINCT Art_Difference_Id
                                     FROM   Tb_LunchbOn_Articles) THEN d.Price
                       WHEN a.Id IN (SELECT DISTINCT Amount_Art_Id
                                     FROM   Tb_Conventions) THEN d.Price
                       WHEN a.Id IN (SELECT DISTINCT Art_RevaluAtIon_Id
                                     FROM   Tb_LunchbOn_Articles) THEN d.Price
                       WHEN a.Id IN (SELECT DISTINCT Article_Id
                                     FROM   Tb_Cashreg_Auto_Articles
                                     WHERE  Calculation_Type = 6) THEN d.Price
                       ELSE 0
                     END),0) rv_sConti,
             Nvl(SUM(DECODE(a.TYPE,2,d.Price,
                                   3,d.Price,
                                   0)),0) rv_Mance,
             Nvl(SUM(DECODE(a.TYPE,4,d.Price,
                                   0)),0) rv_servizio,
             Nvl(tavap.tavoli_Aperti,0) tavoliAperti
    FROM     (SELECT   ch.Cashreg_Id cId,
                       Nvl(SUM(th.SubTotal),0) tavoli_Aperti
              FROM     Tb_Cashreg_Halls ch,
                       Tb_Tables ta,
                       su_Table_Headers th
              WHERE    ch.Hall_Id = ta.Hall_Id
                       AND ta.Id = th.Table_Id (+)
                       AND Nvl(th.Transaction_Closed,0) <> 1
              GROUP BY ch.Cashreg_Id) tavap,
             Tb_Transactions t,
             Tb_tRans_Articles d,
             Tb_Articles a,
             Tb_Shops m,
             Tb_Cashregs c,
             Tb_Operators o
    WHERE    d.Transaction_Id = t.Id
             AND d.Article_Id = a.Id
             AND c.Id = t.Cashreg_Id
             AND c.Shop_Id = m.Id
             AND o.Id = t.Operator_Id
             AND t.Delete_Operator_Id IS NULL
             AND d.Delete_Operator_Id IS NULL
             AND c.Id = tavap.cId (+)
             AND (t.Cashreg_Id = :P_PROGRCASSA
                   OR :P_PROGRCASSA IS NULL )
             AND (t.Shop_Id = :P_PROGRMENSA
                   OR :P_PROGRMENSA IS NULL )
             AND (t.Operator_Id = :P_PROGROPERATORE
                   OR :P_PROGROPERATORE IS NULL )
             AND t.trans_date BETWEEN TO_DATE(:P_DATADA||' ' ||:P_OREDA,'dd.mm.yyyy hh24:mi')
                                  AND TO_DATE(:P_DATAA ||' ' ||:P_OREA,'dd.mm.yyyy hh24:mi')
    GROUP BY m.Code,
             m.Description,
             c.Id,
             c.Code,
             c.Description,
             Nvl(tavap.tavoli_Aperti,0)
    ORDER BY m.Code,
             m.Description,
             c.Id,
             c.Code,
             c.Description;And, you seriously need to brush up your concepts of SQL, PL/SQL, anonymous PL/SQL blocks and the differences amongst them all.
    HTH
    isotope

  • Running SQL and Reports in Multiple LMS's

    Hi,
    We have an Oracle ilearning implementation that covers a number of subjects. The Ilearning system/database is partioned for each subject with each subject having the same schema and database objects. The only thing that is different is the data within the tables etc... I occasionally have to run SQL reports on all these partitioned databases. The only I can do this is to switch context from subject partition to subject partition. I was wondering if there is a quick way (one time SQL execution) to run the SQL report against all the partitions we have in total 18 subject partitions. Not having this ability means I have to run the same SQL multiple times which is a very time consuming exercise. I would preferably like to do this at the database end using SQL developer.
    Your help and advice will be greatly appreciated.
    Thanks

    Hi Scott,
    Yes you are right I am referring to site. At the moment I have been created a 'user' that has access to the database objects in the ILEARN schema via synonyms. So this means having access to the ILEARN schema will allow me to use one single piece of SQL to report accross the 18 different sites we have and pull all the data into a single report. Currently, I have to report site by site and have 18 outputs for each SQL I run. We have to run 4 SQL statements and I'd rather have 4 outputs with all 18 site data in each of these outputs.
    Thanks

  • About sql and pl/sql

    i don't know whether sql and pl/sql of syntax of oracle database 10g can be ued to oracle 8.17 database.
    and i also want to know how to learn sql and pl/sql well ?
    (i am using oracle 8.17 database.)
    and i think lots of practice can be useful for learning sql or pl/sql .
    i want to write better sql and pl/sql code ?
    who can help me ?
    thanks !

    If you really want to improve your SQL and PL/SQL kung fu, then reading and understanding the following manuals are very important.. and will give you a huge edge on many other so-called Oracle developers as few seems to be bothered with acquiring actual knowledge. I.e. they simply want the fish and are not interested in how to fish themselves.
    The manuals are:
    - Oracle® Database Concepts
    - Oracle® Database Application Developer's Guide - Fundamentals
    - Oracle® Database PL/SQL User's Guide and Reference
    (copies of all 8i to 10G manuals available via http://tahati.oracle.com)
    The reason why I think stressing these manuals are so important, is that 80% (if not more) of all answers to questions by experts like Tom Kyte, and on forums like this one, can be found in those manuals.
    And these manuals often provide a far more comprehensive and detailed picture that a "expert" can answer in a thread on asktom.oracle.com or here.
    RTFM will only make your PL/SQL kung fu stronger - and better.

  • Oracle forms and reports in SQL Server

    My company has developed a application in Oracle forms and reports that works with a Oracle database. In the database also exist a lot of triggers, procedures, functions and packages.
    The application is working perfectly with the Oracle database but I have a request from a very promissing potencial client that has the restriction that could only use a SQL Servr database.
    I know that we have to create a new version of the all database objects, including triggers, function, procedures but my main question is if is possible and if works a forms/reports application connected to a SQL Server database?
    Thank you for your help

    MichaelFerrante,Thank you for your help.
    I have already used the HS services to connecto to external databases from our main Oracle database, and the solution works fine.
    But unfortunally for this particular client he cannont have installed a Oracle database due to internal policies restrictions.
    I can not migrate the full application to another technology like ADF in less than 6 or 8 months.
    Do you thifnk that there is any other solution?
    Mensagem editada por: user10660669

  • How do you extract SQL from Oracle Forms and Reports files?

    I am developing an "as is" data model for a government client for a 14 year old system that has three databases, 20 schemas, over 1500 tables, and over 23,000 columns. Needless to say, I do not plan to perform a manual mapping of data to screens and reports.
    Most of the system has been developed in Oracle Forms and Reports. I am trying to map the live tables and columns to forms and reports.
    The process here has been to save the forms and reports files as .fmb and .rdf files. The client does not have an available copy of Oracle Designer, which I understand could be used to extract the SQL.
    Is there a utility somewhere that can parse the .fmb and .rdf files to extract the SQL?
    Thanks,
    Jim Gearing

    Jim,
    I don't know of any utility that will do this. You can convert and save each fmb as a fmt so you can view/search the contents , but I don't recommend that approach.
    On the other hand, you download a copy of Oracle Designer:
    http://www.oracle.com/technology/software/index.html
    It usually is included with Oracle Forms and Reports.

  • Free online training site to learn Oracle Forms and reports

    Hi All,
    I want to learn Oracle Forms and Reports through free online classes. Can any one please let me know are thery any sites which are providing this type of training.
    Thank you,
    Gan

    Not sure of specific on line free courses but otn.oracle.com/products/forms has plenty of how tos and white papers etc. hope this helps

  • Need to learn forms and reports for 10g

    Hi,
    I need to learn forms and reports for 10g urgently for windows. Where can I download the software from..........I am a newbie in this field........Thank you.......

    Big red button - top right
    (Didn't someone say just the same thing last week)

  • Question regarding material for Forms and Reports

    Hi, I'm good at SQL, now that i would like to learn Forms and Reports in Database. But i dont know like where to start and how to start. Could someone please help me out like what i need to do to learn them. As i said i'm very much new to these concepts.
    Thanks in advance

    Hello,
    if buying abook is an option for you and you are speaking german I would advise you to get
    Perry Pakull, Stefan Jüssen, Walter H. Müller:
    "Praktische Anwendungsentwicklung mit Oracle Forms", HANSER Verlag ISBN-10: 3-446-41098-8. Have a look at
    [http://www.hanser.de/buch.asp?isbn=978-3-446-41098-5&area=Computer|http://www.hanser.de/buch.asp?isbn=978-3-446-41098-5&area=Computer]
    Regards
    Mario

  • Is there any impact analysis tool for Oracle Forms and Reports

    Hi All
    We are curretly looking at tools available to do impact analysis in Oracle Forms and Reports. This is for the maintainance of a large Oracle application developed using forms and reports 10g. We use Oracle Designer but only to maintain the db structure and not for forms and reports generation. Our intension is to find out the impact of db model changes, stored procedure changes in Oracle Forms and Reports. Please suggest any tools that are currently used for this purpose.
    I remember manually maintaining the CRUD matrix for Oracle Forms and Reports for maintainance purpose. CRUD matrix will have the list of all the tables which are affected by the module. But this is a manual activity and hence the responsibility is with the dev team to keep the document updated. Please suggest if there is any alternative to this way which can be more effecient and less error prone...
    I also wonder how these are done in Oracle ERP? how the apps team in oracle is maintaining the forms and reports?
    Thnaks in Advance
    Mahesh Mathew

    Quest (the makers of TOAD) have a tool called SQL Impact which gathers data from forms, reports, triggers, packages etc.
    FormsMate is a simple, cheap alternative for comparing or searching in forms.
    http://www.jockvale.ca/products.html
    Alternatively, you can export forms to xml (with iff2xml90.bat) and reports to jsp (with rwconverter) and simply grep those and your sql scripts. There are grep tools for windows if you need.

  • Oracle Forms and Reports Installation - Creating domain failed

    I installed the weblogic 10.3.6 (Oracle WebLogic Server 11gR1 (10.3.6) + Coherence + OEPE - Package Installer) in my Microsoft Windows(32-bit JVM) system first.
    But there was an error occorred when the package of forms and reports (Oracle Forms and Reports 11gR2 (11.1.2.2.0)) was installing.
    Please find the following error message for your reference.
    Do you have any idea? Please kindly advise.
    Thanks a lot!
    2014-04-02 14:11:14,099 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - read template from "C:/Users/GZ/AppData/Local/Temp//tmp1396419069239wls.jar"
    2014-04-02 14:11:16,185 INFO  [main] com.oracle.cie.domain.template.catalog.impl.ComponentsXMLConverter - C:\Oracle\Middleware\wlserver_10.3\common\lib\components.xml does not contain component elements and will be skipped
    2014-04-02 14:11:17,556 INFO  [main] com.oracle.cie.domain.WLSTemplateBuilder - No config-groups.xml found in template
    2014-04-02 14:11:17,556 INFO  [main] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2014-04-02 14:11:18,205 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: read template from "C:/Users/GZ/AppData/Local/Temp//tmp1396419069239wls.jar"
    2014-04-02 14:11:18,477 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set config option ServerStartMode to "prod"
    2014-04-02 14:11:18,477 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set config option ServerStartMode to "prod"
    2014-04-02 14:11:18,490 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - create Machine "PC-42A26D.GZAD.MSAD.LOCAL" as obj0
    2014-04-02 14:11:18,604 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: create Machine "PC-42A26D.GZAD.MSAD.LOCAL" as obj0
    2014-04-02 14:11:18,612 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - find Server "AdminServer" as obj1
    2014-04-02 14:11:18,652 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: find Server "AdminServer" as obj1
    2014-04-02 14:11:18,698 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set obj1 attribute Machine to "PC-42A26D.GZAD.MSAD.LOCAL"
    2014-04-02 14:11:18,705 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj1 attribute Machine to "PC-42A26D.GZAD.MSAD.LOCAL"
    2014-04-02 14:11:18,706 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set obj1 attribute ListenPort to "7002"
    2014-04-02 14:11:18,716 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj1 attribute ListenPort to "7002"
    2014-04-02 14:11:18,716 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - create Server!SSL "AdminServer!AdminServer" as obj2
    2014-04-02 14:11:18,724 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: create Server!SSL "AdminServer!AdminServer" as obj2
    2014-04-02 14:11:18,735 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set obj2 attribute HostnameVerificationIgnored to "true"
    2014-04-02 14:11:18,739 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj2 attribute HostnameVerificationIgnored to "true"
    2014-04-02 14:11:18,739 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - find User "weblogic" as obj3
    2014-04-02 14:11:18,755 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: find User "weblogic" as obj3
    2014-04-02 14:11:18,755 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - delete obj3
    2014-04-02 14:11:18,763 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: delete obj3
    2014-04-02 14:11:18,764 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - create User "weblogic" as obj4
    2014-04-02 14:11:18,768 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: create User "weblogic" as obj4
    2014-04-02 14:11:18,771 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set obj1 attribute PeriodLength to "200000"
    2014-04-02 14:11:18,807 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj1 attribute PeriodLength to "200000"
    2014-04-02 14:11:18,807 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set obj1 attribute IdlePeriodsUntilTimeout to "20"
    2014-04-02 14:11:18,815 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj1 attribute IdlePeriodsUntilTimeout to "20"
    2014-04-02 14:11:18,815 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set obj1 attribute DGCIdlePeriodsUntilTimeout to "21"
    2014-04-02 14:11:18,821 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj1 attribute DGCIdlePeriodsUntilTimeout to "21"
    2014-04-02 14:11:18,822 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set obj1 attribute IdleConnectionTimeout to "1000"
    2014-04-02 14:11:18,830 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj1 attribute IdleConnectionTimeout to "1000"
    2014-04-02 14:11:18,833 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set obj4 attribute Password to "********"
    2014-04-02 14:11:18,837 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set obj4 attribute Password to "********"
    2014-04-02 14:11:18,837 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set config option OverwriteDomain to "true"
    2014-04-02 14:11:18,837 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set config option OverwriteDomain to "true"
    2014-04-02 14:11:18,837 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - set config option JavaHome to "C:/Oracle/Middleware/jdk160_29"
    2014-04-02 14:11:18,837 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: set config option JavaHome to "C:/Oracle/Middleware/jdk160_29"
    2014-04-02 14:11:18,948 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - validateConfig "KeyStorePasswords"
    2014-04-02 14:11:18,953 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: validateConfig "KeyStorePasswords"
    2014-04-02 14:11:18,954 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - write Domain to "C:/Oracle/Middleware/user_projects/domains/base_domain"
    2014-04-02 14:11:19,441 INFO  [main] com.oracle.cie.domain.DomainChecker - ListenPort internal Validation result= [null]
    2014-04-02 14:11:19,441 INFO  [main] com.oracle.cie.domain.DomainChecker - ListenPort external Validation result= [null]
    2014-04-02 14:11:21,609 INFO  [Thread-1] com.oracle.cie.domain.StartMenu - Creating start menu program=C:\Oracle\Middleware\user_projects\domains\base_domain\bin\startWebLogic.cmd link=Start Admin Server for Weblogic Server Domain
    2014-04-02 14:11:21,659 INFO  [Thread-1] com.oracle.cie.domain.StartMenu - Creating start menu program=C:\Oracle\Middleware\user_projects\domains\base_domain\bin\stopWebLogic.cmd link=Stop Admin Server
    2014-04-02 14:11:21,667 INFO  [Thread-1] com.oracle.cie.domain.StartMenu - Creating start menu program=C:\Windows\system32\rundll32.exe link=Admin Server Console
    2014-04-02 14:11:21,759 INFO  [Thread-1] com.oracle.cie.domain.DomainRegistryWrapper - need to initialize domainRegistrydocument object
    2014-04-02 14:11:21,777 INFO  [Thread-1] com.oracle.cie.domain.DomainGenerator - Domain Generation Successful!
    2014-04-02 14:11:21,783 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: write Domain to "C:/Oracle/Middleware/user_projects/domains/base_domain"
    2014-04-02 14:11:21,784 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - close template
    2014-04-02 14:11:21,784 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: close template
    2014-04-02 14:11:21,784 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - read domain from "C:/Oracle/Middleware/user_projects/domains/base_domain"
    2014-04-02 14:11:21,967 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - succeed: read domain from "C:/Oracle/Middleware/user_projects/domains/base_domain"
    2014-04-02 14:11:21,967 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - add template C:/Oracle/Middleware/oracle_common/common/templates/applications/jrf_template_11.1.1.jar to domain
    2014-04-02 14:11:22,011 WARN  [main] com.oracle.cie.domain.template.dependency.TemplateSelectionTarget - Catalog does not have matching template for location C:\Users\GZ\AppData\Local\Temp\tmp1396419069239wls.jar
    2014-04-02 14:11:22,071 INFO  [main] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2014-04-02 14:11:22,100 INFO  [main] com.oracle.cie.domain.WLSTemplateBuilder - No template-database.xml found in template
    2014-04-02 14:11:22,101 ERROR [main] com.oracle.cie.domain.ConfigGroupsEngine$ConfigTopology - Multiple definitions of server-group BI-ADF-ADMIN-SVR are not allowed
    2014-04-02 14:11:22,101 INFO  [main] com.oracle.cie.domain.script.ScriptExecutor - fail: add template C:/Oracle/Middleware/oracle_common/common/templates/applications/jrf_template_11.1.1.jar to domain
    2014-04-02 14:11:22,101 ERROR [main] com.oracle.cie.domain.script.ScriptExecutor - fail: add template C:/Oracle/Middleware/oracle_common/common/templates/applications/jrf_template_11.1.1.jar to domain
    com.oracle.cie.domain.ConfigGroupsException: Multiple definitions of server-group BI-ADF-ADMIN-SVR are not allowed
    at com.oracle.cie.domain.ConfigGroupsEngine$ConfigTopology.merge(ConfigGroupsEngine.java:2762)
    at com.oracle.cie.domain.ConfigGroupsEngine.mergeTopology(ConfigGroupsEngine.java:551)
    at com.oracle.cie.domain.ConfigGroupsEngine.merge(ConfigGroupsEngine.java:479)
    at com.oracle.cie.domain.AbstractTemplate.addConfigGroups(AbstractTemplate.java:314)
    at com.oracle.cie.domain.script.ScriptExecutor.addTemplate(ScriptExecutor.java:605)
    at com.oracle.cie.domain.script.jython.WLScriptContext.addTemplate(WLScriptContext.java:416)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyInstance.invoke(Unknown Source)
    at org.python.pycode._pyx3.addTemplate$20(C:\Users\GZ\AppData\Local\Temp\WLSTOfflineIni364664194239939514.py:89)
    at org.python.pycode._pyx3.call_function(C:\Users\GZ\AppData\Local\Temp\WLSTOfflineIni364664194239939514.py)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.pycode._pyx15.f$0(C:\Users\GZ\AppData\Local\Temp\tmp1396419069304.py:42)
    at org.python.pycode._pyx15.call_function(C:\Users\GZ\AppData\Local\Temp\tmp1396419069304.py)
    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 weblogic.management.scripting.WLST.main(WLST.java:139)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)

    hi user ...
    on windows there are some steps in front of installation and configuration.
    1) cleare the Windows Env (Path .. Programme x86 )
         no Blank in Path and so on
    2) insert into your local host file your server and IP Adress
    3) in Windows 32 setup of WLS is JDK included so you don't have to install the jdk in front of WLS
    4) verify if you are using the right installation medium (jdk 32 bit, wls 32 bit , fmw 32 bit
    in your OraInventory/logs directory is a *.out file for your installation please can you put this file in the forum
    is there a nodemanager up and running (if so please stop)
    Jan-Peter

  • Migrating Oracle forms and reports from 6i to 10g Application server on Uni

    HI Guys,
    We are migrating from Oracle forms and reports 6i to 10g.
    We will be having application server on Unix box.
    I understand following will be the changes i will have to do in this respect -
    1. Fonts are to be revisited only Java fonts are supported.
    2. Obsolete items, function calls, triggers are to be removed.
    My question is since this application can be cross platform application,
    Can anyone provide me with changes that I will have to do with configuration files like -
    1. Formsweb.cfg,
    2. forms.conf
    3. default.env
    4. registry.dat
    Keeping in mind that the application server will be on unix box.
    Thanks,
    Av.

    Java fonts are only supported for the Forms version.
    You can use your own fonts for Reports however, there is some legwork to do this. I know because I just went through it.
    If you will only being using the PDF output (which for me replaced the Preview mode that existed in 6i), then you have to install the TTF for the missing font, an AFM (use the ttf2pt1 utility to generate the AFM file, but make sure you remove the AFM extension when moving it to Unix). You'll want to use the PDF Subset in the uifont.ali (which exists under the ORACLE_HOME/guicommon/tk/admin directory and add the line underneath the PDF Subset "Font Family Name"="TTF Font Name" The font family name is found when you open the AFM file in textpad or wordpad for the font you generated. This is what you enter. The TTF Font Name is the name the TTF font. You'll have to restart Reports Server after this.
    If printing to the printer directly is an option you must have, I will tell you it does not work in Linux right now. You can print to the printer but if the font doesn't exist on the internal memory of the printer, it won't work. There are 3rd party utilities like ORARRP and PDFPrint that can take care of this but, each has its own limitations. The one thing I found with ORARRP is if you generate a Report with an RRPA file extension and open it on Windows, it works great, the printer dialog comes up asking you what printer you want to print too. However, if you call this in Linux/Unix with the filename, it brings it up in the web browser but doesn't prompt you for your printer to print too automatically. So, for me, it's a show stopper. My only other option is to install the fonts on the printer that are missing.
    As for the files you want to change, you'll obviously have to make changes to the formsweb.cfg, default.env, forms.conf. I have to modify the reports.sh for some PL/SQL attached libraries to make sure it picks them up. I did have to modify Registry.dat.
    There is alot of work but mainly forms wasn't too bad, unless you had fonts that weren't supported. Usually there is another font that you can use to replace the old one but you have to know which fonts exists on the server and try all the keys on the keyboard to find the corresponding keystroke.
    Hope this helps.
    Chris

Maybe you are looking for

  • Include "Comments" as caption in slideshow?

    I am putting together a slideshow of vacation pictures. Is it possible to have iPhoto add captions to the pictures of what I type in the "comments" section? This would be more convenient than going into iMovie and adding captions, I think.

  • Query dhcp server for last time Ip address was leased

    Good Day ! i just ask if any one can get the last time an IP address was leased to a client in windows server 2008 R2 DHCP server Mahmoud Sabry IT System Engineer

  • Stock-taking and special stock

    Hi,gurus I'm meeting a problem about the continuous count process... All my finished-goods are make-to-order, so all the F/G stocks have a special stock indicator 'E'. During the continuous count process I have to give each F/G item a corresponding s

  • How do I stop the welcome loading when startring firefox 6. when it is not set in the general area of the options

    I have just updated to Firefox 6 and each time I open the browser the welcome page loads alongside my home page. Both Cooliris and Foxtabs 1.4 did the same, I have disabled those. It is not set as the home page next to or with my own desired opening

  • Canon Selphy ES1

    I am trying to print from my iMac to a Canon SELPHY ES 1 using Gutenprint v5.2.3 driver and connected using a USB cable. The printer and Mac recognise each other but it doesn´t work.