About the usage syntax of dng_validate.exe

I can not find the output file of -cs1 option. Maybe, I'm using wrong syntax.
Could you please give me a command line example using this option?
Thanks a lot.

hi guys,
i have done some other testing..in the command prompt. maybe it will be clearer this way
C:\>echo %ORACLE_HOME%
c:\oracle\product\10.2.0\db_1
C:\>echo %ORACLE_SID%
shijie (please note this is the 9i instance SID)
C:\>echo %PATH%
C:\Oracle\Product\10.2.0\db_1\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\WINDO
WS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\ATI Technologie
s\ATI Control Panel;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program Files\
QuickTime\QTSystem\
C:\>sqlplus scott/tiger
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jul 21 00:56:55 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
SQL>
IF HOME+SID = instance. I do not have a 10g home + 9i instance combination when i create the 9i instance.
Any advice please,
I am sorry if i miss out anything again. Thanks.

Similar Messages

  • Qosmio x70-A-12 - question about the usage of external monitor

    Hello,
    am about to buy an external monitor and I was wondering what would work with my laptop.
    I want it to work as an additional surface (Not a copy of my current screen) with both screens working at the same time.
    My laptop seems to have a VGA port and an HDMI port.
    I have already tried through the HDMI port with an old -probablybroken- monitor but that didnt work out.
    I dunno if that's due to the monitor or my laptop.
    I also tried searching for VGA monitors but when I checked the specs for my laptop it didnt list that it could connect a monitor via VGA....
    Anyone knows what actually would work?..
    thanks in advance!

    As you already said: the notebook supports the VGA (RGB) monitor out port as well as the HDMI out port.
    So you can use one of the ports in order to connect the external monitor.
    Nowadays the HDMI port is a standard interface which is supported by almost all external monitors and I would recommend you to use the HDMI connection. The HDMI supports digital signals and provides better picture quality.
    So its your choice now to pick a good working external monitor.

  • Question about the usage of wsdlRuntimeLocation property in BPEL process

    Hi,
    I have a BPEL process P1. And then I also have a BPEL process P2. Within P2, I invoke the process P1 using P1.wsdl in the following way -
    <partnerLinkBinding name="WshGetRefDataPL">
    <property name="wsdlLocation">http://rvishnuv-PC2:9700/orabpel/default/WshSendLocRefDataToOtm/WshSendLocRefDataToOtm?wsdl</property>
    </partnerLinkBinding>
    Then I tried adding the following property -
    <property name="wsdlRuntimeLocation">${domain_url}/WshSendLocRefDataToOtm/WshSendLocRefDataToOtm?wsdl</property>
    Then, when I try to deploy my process P2 after adding this in my bpel.xml I keep getting the error -
    Error:
    [Error ORABPEL-10903]: failed to read wsdl
    [Description]: in "bpel.xml", Error loading schemas from wsdl.
    Error while loading schemas from wsdl file at location "file:/H:/jdevhome/jdev/mywork/BPELProj/WshSendRefDataStlToOtm/WshSendRefDataStlToOtm.wsdl". The reason is The specified network name is no longer available.
    Please verify the schemas defined in wsdl.
    [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    I also tried - <property name="wsdlRuntimeLocation">${domain_url}/WshSendLocRefDataToOtm/WshSendLocRefDataToOtm?wsdl/1.0</property>
    With this change, the process P2 gets deployed successfully, but I am running into the following runtime issue -
    <remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
    <part name="code">
    <code>WSDLReadingError</code>
    </part>
    <part name="summary">
    <summary>Failed to read wsdl. Failed to read wsdl at "http://rvishnuv-PC2:9700/orabpel/default/WshSendLocRefDataToOtm/WshSendLocRefDataToOtm?wsdl/1.0", because "WSDLException: faultCode=INVALID_WSDL: The document: http://rvishnuv-PC2:9700/orabpel/default/WshSendLocRefDataToOtm/WshSendLocRefDataToOtm?wsdl/1.0 is not a wsdl file or does not have a root element of "definitions" in the "http://schemas.xmlsoap.org/wsdl/" namespace or the "http://www.w3.org/2004/08/wsdl" namespace.". Make sure wsdl is valid. You may need to start the OraBPEL server, or make sure the related bpel process is deployed correctly.</summary>
    </part>
    </remoteFault>
    I have also pasted process P2's bpel.xml below.
    Can you please let me know what I might be missing here?
    Thanks a lot for your help.
    Thanks
    Ravi
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <BPELSuitcase>
    <BPELProcess id="WshSendRefDataStlToOtm" src="WshSendRefDataStlToOtm.bpel">
    <partnerLinkBindings>
    <partnerLinkBinding name="client">
    <property name="wsdlLocation">WshSendRefDataStlToOtm.wsdl</property>
    </partnerLinkBinding>
    <partnerLinkBinding name="WshGetRefDataPL">
    <property name="wsdlLocation">http://rvishnuv-PC2:9700/orabpel/default/WshSendLocRefDataToOtm/WshSendLocRefDataToOtm?wsdl</property>
    <property name="wsdlRuntimeLocation">${domain_url}/WshSendLocRefDataToOtm/WshSendLocRefDataToOtm?wsdl</property>
    </partnerLinkBinding>
    <partnerLinkBinding name="SendRefDataToGC3PL">
    <property name="wsdlLocation">GLogXML.wsdl</property>
    </partnerLinkBinding>
    </partnerLinkBindings>
    </BPELProcess>
    </BPELSuitcase>

    there is a nice article on this issue.
    http://www.oracle.com/technology/products/ias/bpel/pdf/bpel-admin-webinar.pdf
    Try another property to see if you have the same issue:
    Deployment in 10.1.2, String substitution, Only have support for:
    • server_url
    • domain_url
    • suitcase_url
    • suitcase_path
    bpel.xml
    <BPELSuitcase>
    <BPELProcess id="OrderBooking" src="OrderBooking.bpel">
    <partnerLinkBindings>
    <partnerLinkBinding name="CreditRatingService">
    <property name="wsdlLocation">
    http://$(server_url)/orabpel/default/CreditRatingService?wsdl
    </property>
    </partnerLinkBinding>
    </partnerLinkBindings>
    </BPELProcess>
    </BPELSuitcase>

  • Who can tell me about the usage of jar -m ?

    Hi!
    When I try to add my Manifest.mf to my .jar file , use :
    jar -cvfm mytest.jar Manifest.mf -C camon/test/ test.class
    but the result is a error :
      java.io.FileNotFoundException: Manifest (The system cannot find the file specifi
       ed)
            at java.io.FileInputStream.open(Native Method)
            at java.io.FileInputStream.<init>(FileInputStream.java:64)
            at sun.tools.jar.Main.run(Main.java:124)
            at sun.tools.jar.Main.main(Main.java:904)
    my Manifest.mf is like following :
        Manifest-Version: 1.0
        Name: "Camon Test for Manifest"
        Main-Class: camon.test.Test
        Created-By: 1.3.1_01 (Sun Microsystems Inc.)
    Any help is appreciated!!

    Yes , it can work normally ,but you can't access your Manifest.mf when you java -jar mytest.jar , I get the way now :
    1 . Create folder meta-inf ,and copy Manifest.mf here;
    2 . use this command :
    jar -cvfm mytest.jar meta-inf/Menifest.mf -C camon/test/ Test.class
    3 . then ,you can run a .jar with :(of course you will init the Main- Class)
    java -jar mytest.jar

  • Basic question about the usage of LIKE operator

    Hello,
    I have a parameter that I want to use in a LIKE clause as follows:
    match returned if the field is LIKE the third parameter.
    LIKE '%'?3'%' This does not work as intended. Can anyone help?
    Julien.

    shouln't it be
    LIKE '%?3%'
    (just two quote marks instead of four)

  • HT1222 How about the usage of your iPhone?

    I want to creat my new apple ID  but it is difficult for me.Help me.

    Try this
    https://appleid.apple.com

  • About the word document to be captured in benefits

    hi team,
                        in spro level the form setup is created for the benefit form...... what i want is i have a tcode hrben0050.i want how to use this tcode can any one explain me. about the usage of the tcode.....ok

    Hi,
    This Document may help you to some extent. Just check it out.
    http://help.sap.com/saphelp_nw04/helpdata/en/dd/f5253715dfb808e10000009b38f889/content.htm

  • Short survey about SNMP usage

    Hello,
    Oracle VM PM team would like to get some information about the usage of SNMP in our customers' environments. If you are an Oracle VM customer (any version) please take a minute to fill up this survey:
    https://www.surveymonkey.com/s/OVM_SNMP
    Thank you
    Oracle VM Product Management

    Hello,
    I want to thank all the participants, who took already part in my survey. First evaluations showed already good results.
    There are 20 participants who answered the English survey completely, and contributed to my bachelor thesis. The survey goes until 23 February 2012.
    I would be very glad if a few more answers could be gathered in order to increase the validity of my survey.
    Please feel free to forward the survey to potentially interested persons.
    http://bit.ly/z5xg55
    Best regards
    Evangelos

  • Need help with the syntax of VHDTool.exe

    I'm about to extend the size of a VHD to 40GB. I'm using the following syntax and it's not working.
    vhdtool.exe /expand servername.vhd 42949672960 [/quiet]
    I can't find anywhere where it states how to enter the numerical value. Can someone please verify this syntax ?? The value that's there is in bytes

    Resolved:
    Apparently it needs quotes around the pathname:  vhdtool.exe /expand "C:\hyperv\servername.vhd" 42949672960

  • HT4623 The software update option is not on my phone.  It just goes from "about" to "usage".  I have an iPhone 3G.  Every time I try to update it on iTunes, nothing changes.  I have version 4.2.1, no matter what I do.  Any suggestions?

    I have an iPhone 3G, and cannot update my iOS.  In the General tab, "Upadate Software" is not even there.  It just goes from "About" to "Usage".  When I try to update on iTunes, it always remains the same.  iOS 4.2.1.  Any suggestions?  (My PC uses Windows XP).   Also, my WiFi has completely quit working.  Works fine on the other iPhones in the house, as well as the XBox 360, so I am sure it's my phone.  I tried everything I could think of, including restoring the iphone to factory settings & then updating, but no luck.  Thank you! for any help you can give!  I plan to get an iPhone 5, but wasn't ready to do it quite yet.  Hopefully my phone can be rescued until I'm ready.

    That is the highest you will be able to go with 3g. You need 3gs or 4 to go any higher (multi processors and more memory needed).  Version 4.2.1 marks the end of your updates for that device.

  • About the limitation of memory usage of Illustrator.

    Please tell us about the behavior of the illustrator CS5/CS6 when memory usage of illustrator is too many.
    The memory usage of Illustrator is increased, I think the application operates as follow.
    - Warning display (e.g.:Illustrator can not preview)
    - Illustrator stalls
    1.Such as case, Is there memory usage limit?
    2.In the case of memory usage of Illustrator exceed maximum size, how Illustrator works?
      Is there a specification?
    3.Is there the function of the memory auto-release in Illustrator?When the function work?

    Thanks.  Finally found where it is and turned off all alerts.  Verizon doesn't make it easy to find where it is located.  Appreciate the help.

  • HT4623 Why can't I find the Software Update button?  I only see About and Usage.

    Why can't I find the Software Update button?  I only see About and Usage.

    Under About, what version do you have? The Software Update option in Settings was not introduced until iOS 5.0.

  • HT4623 How can I update ios if "software update" option is not showing on the page "General"?  On my Iphone, it only show "About" and "Usage" next to each other.

    How can I update iOS 4.2.1 to the latest iOS if "software update" option is not showing on the page "General"? On my Iphone, it only show "About" and "Usage" . Please help.

    See the chart below to determine whether you can upgrade your device and what you can upgrade to.
    IPhone, iPod Touch, and iPad iOS Compatibility Chart
         Device                                       iOS Verson
    iPhone 1                                      iOS 3.1.3
    iPhone 3G                                   iOS 4.2.1
    iPhone 3GS                                 iOS 6.1.x
    iPhone 4                                      iOS 6.1.x
    iPhone 4S                                    iOS 6.1.x
    iPhone 5                                      iOS 6.1.x
    iPod Touch 1                               iOS 3.1.3
    iPod Touch 2                               iOS 4.2.1
    iPod Touch 3                               iOS 5.1.1
    iPod Touch 4                               iOS 6.1.x
    iPod Touch 5                               iOS 6.1.x
    iPad 1                                          iOS 5.1.1
    iPad 2                                          iOS 6.1.x
    iPad 3                                          iOS 6.1.x
    iPad 4                                          iOS 6.1.x
    iPad Mini                                     iOS 6.1.x
    =====================================
    Select the method most appropriate for your situation. If you are trying to upgrade to iOS 5 or higher, then you will have to connect your device to your computer and open iTunes in order to upgrade.
    Upgrading iOS
       1. How to update your iPhone, iPad, or iPod Touch
       2. iPhone Support
       3. iPod Touch Support
       4. iPad Support
         a. Updating Your iOS to Version 6.0.x from iOS 5
              Tap Settings > General > Software Update
         If an update is available there will be an active Update button. If you are current,
         then you will see a gray screen with a message saying your are up to date.
         b. If you are still using iOS 4 — Updating your device to iOS 5 or later.
         c. Resolving update problems
            1. iOS - Unable to update or restore
            2. iOS- Resolving update and restore alert messages

  • What's the usage of jusched.exe?

    What's the usage of jusched.exe, which is automatic started after the J2SE 1.4.2_02 installed under Microsoft Windows Platform?
    Anyone help me to know it is appreciated.

    Process File: jusched or jusched.exe
    Process Name: Sun Java Update Scheduler
    Description: Application that is an update scheduler. The application checks the Sun site to see if newer Java versions are available.
    I hope this helps.
    Thanks,
    Rashmi.

  • HT4623 I am trying to update my ipad to iOS 6, but I don't have at the Software Update option. My only choices are About and Usage

    I am trying to update my iPad 2 to iOS 6, but I don't have the Software Update option. I only have About and Usage. How can I update?

    In order to update from an IOS earlier than 5.0, you have to hook it up to the computer you sync with to do so.
    Once you have updated, you will see the software update option on your settings. But this feature was not introduced until 5.0...
    Cheers,
    GB

Maybe you are looking for

  • Deleted Data folder in iPhoto, now NO photos!

    I just deleted my Data folder thinking it would free some space on my computer. Stupid, I know. I tried rebuilding my thumbnails and such but only have 7 photos to import (from my iPhone). Where did they go? And how can I restore them? I can view the

  • Embedded images disappear on column sorts when viewing SSRS via url in an iframe

    RE:   SQL Server - 2008 R2  Reporting Services We deliver an ASP.Net MVC (5) application and some of the views show/display SSRS report via url in an iframe (so the report is displayed vi the web viewer).   There are images in the header of some of t

  • Change default Apache to Webstar

    After installing Dreamweaver 8 - assuming the 4D Webstar would be used as it has been for several years, the Apache app became the default...How do I get rid of the Apache & return to my 4D Webstar? Thanks for any help with this frustrating problem t

  • Need an efficient String searching algo

    Hi ! i'm in desperate need of the algorithm i hope some of you may already have it. actually i'm developing a chat application and i need to implement the functionality of inserting images on finding special tokens in the text..i'm using JTextPane an

  • Wait function generate to much messages

    Hi, Scenario :    A message comes from Sytem A which is to modify an Infortype from HR System. When the employee infotype is already locked by something else, PI keep the message and wait until 5 minutes en resend the message to the HR system. Proble