Where is dbc_file path in JDeveloper 10.1.3.3.0?

Hi Gurus,
I have just started learning OAF for Oracle Apps.
I have downloaded the template.dbc file from the $FND_TOP/secure but
I could not able to get this path (<JDEV_USER_HOME>\dbc_files\secure directory) in my machine JDEVELOPER Version 10.1.3.3.0 to place the .dbc file.
Can any one please help me out.
Regards
Prabu

Thanks
D:\jdevstudio10134\jdev
Here is the path for the Jdeveloper and did the setup in the system properties - environment variables.
I could not find dbc_file directory inside the jdev or jdev/system.

Similar Messages

  • Dbc_file path in JDeveloper 10.1.3.3.0

    Hi Gurus,
    I have just started learning OAF for Oracle Apps.
    I have downloaded the template.dbc file from the $FND_TOP/secure but
    I could not able to get this path (<JDEV_USER_HOME>\dbc_files\secure directory) in my machine JDEVELOPER Version 10.1.3.3.0 to place the .dbc file.
    Can any one advice on this pls?
    Regards
    Prabu

    Hi Prabu
    It seems that you are downloading independent jdevelper application. You should use jdeveloper patch for Oracle Applications. You need to download exact version of jdeveloper as per oracle applications version.
    Refer MyOracleSupport note id
         How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12.x (Doc ID 416708.1)
    Hope it helps!!
    Thanks
    AJ

  • Where is a path for configuration SU_ROOT_GROUP?

    Where is a path for configuration SU_ROOT_GROUP?
    I want to config group of user who can su to root like in Hp, configuration file is /etc/default/security
    Please help
    Tan

    Are you referring to the Wheel group or a role of root?
    In solaris, you can assign a role of root. There is a /etc/user_attr file and associated /etc/security/prof_attr and /etc/security/auth_attr.
    There is also a wheel group which limits the persons who can su - to the root user, but is generally used with a naming service such as NIS.

  • Where is the path of default.css the .rpt file

    I'm trying to use CSS in my report file, I in research on the internet see much talk of "set css class" I know I can assign this way the NAME of the css class, but I want to change the file CSS in itself, where it is? which the 'path' of him
    and where I find this way in the file?
    I'm using MVC C # to load the file and export in stream that converts PDF to display in the browser.
    To create the file I use Crystal Reports for VS2013 and within the own VS I create the rpt file
    Looking into this rpt the way for the much-talked 'default.css' you see in the internet research.
    wanted to change the path or know where it is to include classes on it.
    thank you

    Hi Ludvig,
    Thank you for posting in MSDN forum.
    Since this forum is to discuss: Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System, and Visual Studio Editor. About you said the
    path of default.css for the .rpt file issue, I suggest you can ask your issue directly on SAP Crystal Reports:
    http://scn.sap.com/community/crystal-reports/content?filterID=content~objecttype~objecttype[thread] for
    better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Solution of "no ocijdbc8 in shared library path" Windows95 Jdeveloper 3.0

    I installed Jdeveloper 3.0 and got the message "no ocijdbc8 in shared library path".
    We are using Oracle 8.0.5 so I had Oracle 8.0.5 client in my PC.
    1. I down loaded oci805jdbc.dll, oci805jdbc_g.dll and put my c:\orawin95\bin directory. The PATH contains the directory.
    2. Then I tested the dll with the following program: (provided with sombody else in this discussion forum.)
    public class Test4 {
    public static void main (String [] args)
    try
    System.loadLibrary("oci805jdbc");
    System.out.println("Successfully Loaded");
    } catch(Exception e)
    System.out.println("LD_LIBRARY_PATH is not properly set");
    e.printStackTrace();
    The output:
    Successfully Loaded
    I tried the following too (ocijdbc8.dll exists in c:\orawin95\bin directory):
    public class Test {
    public static void main (String [] args)
    try
    System.loadLibrary("ocijdbc8");
    System.out.println("Successfully Loaded");
    } catch(Exception e)
    System.out.println("LD_LIBRARY_PATH is not properly set");
    e.printStackTrace();
    The output:
    java.lang.UnsatisfiedLinkError: no ocijdbc8 in shared library path
    May be I need Oracle 8.1.5 client or the dll is corrupted?
    3. I modified my Jdeveloper.ini file (changed jdbc lib: 8.1.5 to 8.0.5:
    Original row:
    [Java_Global]
    IDEClassPath=..\lib\jdeveloper.zip;..\lib\jdev-rt.zip;..\lib\jbcl2.0.zip;..\lib\jgl3.1.0.jar;..\sqlj\lib\translator.zip;..\aurora\lib\aurora_client.jar;..\aurora\lib\jasper.zip;..\ aurora\lib\vbjtools.jar;..\aurora\lib\vbjorb.jar;..\aurora\lib\vbjapp.jar;..\aurora\lib\vbj30ssl.jar;..\aurora\lib\aurora.zip;..\jdbc\lib\oracle8.1.5\classes111.zip;..\lib\javax_ej b.zip;..\lib\jndi.jar;..\lib\netasst.jar;..\lib\jsp2java.jar;..\lib\jsdk.jar;..\lib\oasdeploy.jar;..\lib\f60all.jar;..\lib\jbodatum.zip;..\lib\jbomt.zip;..\lib\jbovb.zip;..\lib\jbo o8i.zip;..\lib\jboejb.jar;..\lib\jbodt.zip;..\lib\jbotester.zip;..\lib\xmlparserv2.jar;..\lib\dacf.zip;..\lib\dacfdt.zip;..\infobus\lib\infobus.jar;..\lib\LW_pfjbean.jar
    Modified row:
    [Java_Global]
    IDEClassPath=..\lib\jdeveloper.zip;..\lib\jdev-rt.zip;..\lib\jbcl2.0.zip;..\lib\jgl3.1.0.jar;..\sqlj\lib\translator.zip;..\aurora\lib\aurora_client.jar;..\aurora\lib\jasper.zip;..\ aurora\lib\vbjtools.jar;..\aurora\lib\vbjorb.jar;..\aurora\lib\vbjapp.jar;..\aurora\lib\vbj30ssl.jar;..\aurora\lib\aurora.zip;..\jdbc\lib\oracle8.0.5\classes111.zip;..\lib\javax_ej b.zip;..\lib\jndi.jar;..\lib\netasst.jar;..\lib\jsp2java.jar;..\lib\jsdk.jar;..\lib\oasdeploy.jar;..\lib\f60all.jar;..\lib\jbodatum.zip;..\lib\jbomt.zip;..\lib\jbovb.zip;..\lib\jbo o8i.zip;..\lib\jboejb.jar;..\lib\jbodt.zip;..\lib\jbotester.zip;..\lib\xmlparserv2.jar;..\lib\dacf.zip;..\lib\dacfdt.zip;..\infobus\lib\infobus.jar;..\lib\LW_pfjbean.jar
    I am sure that the actual ..\jdbc\.. \lib\classes111.zip (or classes12 in java2) responsible for the ocijdbc8/oci805jdbc etc calling.
    The OracleDriver.class contains the name of the dll without the .dll extension.
    With this parameter is called the system.loadLibrary method!
    Importent:
    USE THE APPROPIATE ORACLE CLIENT (appropiate ocijdbc.dll)!
    USE THE APPROPIATE classes111.zip,
    (classes12.zip)!
    Manual setup using sqlj from DOS promt:
    set CLASSPATH=.;c:\orawin95\LITE\CLASSES\OLJDK11.JAR;c:\orawin95\LITE\CLASSES\OLITE40.JAR;d:\jdev\sqlj\lib\runtime.zip;d:\jdev\sqlj\lib\translator.zip;d:\jdev\jdbc\lib\oracle8.0.5\clas ses111.zip;d:\jdev\sqlj\lib\translator.zip;d:\jdev\java\lib\classes.zip;d:\jdev\jdbc\lib\oracle8.1.5\nls_charset11.zip;c:\orawin95\bin
    PATH C:\ORAWIN95\bin;d:\mgwin\bin;d:\bcc55;d:\bcc55\bin;d:\TC;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\WNETFIN;C:\PROGRA~1\PERSON~1;C:\PSM;C:\WINDOWS\UTILS;d:\jdev\java\bin;d:\jdev\bin;d:\jdev\ jdbc\lib
    Good Luck!
    Otto
    [email protected]
    [email protected]
    null

    nstall the Oracle8i client on your machine, and make sure that
    <ORACLE_HOME> is set correctly. (From The Tools->IDE Options and click on the
    environment TAB ) and select an ORACLE_HOME from the List Box)
    or
    Exit from JDeveloper and edit the jdeveloper.ini file which is located in
    <J Developer Home>\bin.
    Modify the entries:
    JLP=-Djava.library.path=.;%JAVA_ROOT%\bin;%JAVA_ROOT%\jre\bin
    SLP=-Dsun.boot.library.path=.;%JAVA_ROOT%\bin;%JAVA_ROOT%\jre\bin
    to include the Oracle Bin directory. For example:
    JLP=-Djava.library.path=.;%JAVA_ROOT%\bin;%JAVA_ROOT%\jre\bin;D:\ORA8i\BIN
    SLP=-Dsun.boot.library.path=.;%JAVA_ROOT%\bin;%JAVA_ROOT%\jre\bin;D:\ORA8i\BIN

  • Where can i get Oracle JDeveloper 9i  Handbook exercise source code?

    Hi
    I'm studying JDeveloper 10g by read the book &lt;&lt;Oracle JDeveloper 9i Handbook &gt;&gt; which written by Peter Koletzke,Paul Dorsey and Avrom Faderman, Where can i get exercise source code? In chapter 13,I can't create the application module AccountantPromotionModule,who can help me or some idea?
    thank you
    li xinzhu
    2004.9.2

    Hi,
    You can download source code for the 9i Handbook from either of the following websites:
    http://ourworld.compuserve.com/homepages/Peter_Koletzke
    http://www.dulcian.com
    Note that, if you're using Oracle JDeveloper 10g (rather than Oracle9i JDeveloper), you might be interested in the just-published Oracle JDeveloper 10g Handbook. Oracle JDeveloper 10g has some very significant differences from Oracle9i JDeveloper--especially the introduction of Oracle Application Development Framework (ADF)--and these are covered in the new book but not the old one.
    If you do get the new book, you can download code for it (or rather, will be able to by the end of this week) from either of the above websites or from
    http://avromroyfaderman.com
    Hope this helps,
    Avrom

  • Where to put path %JAVA_HOME%\bin

    I have a problem.
    I have Windows Vista. Where should I put the path %JAVA_HOME%\bin? Alprojam

    >
    I'm blocking your post. Stop link spamming. Your account will get blocked if you continue with it.
    Kaj

  • Where can I find more JDeveloper icons?

    The ADF Rich Client Demo includes a very nice set of 16x16 .png icons that I have found very useful in creating my web pages, but there are several icons I am still lacking, like icons for commit and rollback buttons.
    Many of the icons I found to be of use are also present in the IDE of JDeveloper (icons like the green plus icon and red x). So I assume there must be somewhere I can I can find the complete set of icons displayed in the IDE.
    Is there any other source of icons available for JDeveloper besides the ADF Rich Client Demo? Where can additional icons be found?
    Any help is greatly appreciated.
    Edited by: Alexander Pepper on Jan 27, 2009 6:54 AM

    I would not underestimate the copyright issue!
    If you'd like to be on the save side use an icon set which is free to use, like Sillk Icons http://www.famfamfam.com/lab/icons/silk/
    --olaf                                                                                                                                                                                                                                                                                                                                                                                               

  • Where is System path in Extending portal administation console

    Hi all, I am stucking with extending portal administration console. I don't know how to add properties file to system path. Where is portal system path ? Can someone tell me where is it ? Thanks in advance!
    Best Regards,
    Coy.

    Thanks. Am trying to find the backup files. Assume new files will be entered by drag &amp; drop into the directory in iTunes. A path to an apparent hidden folder can be found using my username. But to find what is actually backed up is still unknown because of the coded filenames. Viewing the sidebar or toolbar is worthless as no PDFs or my created iBooks are accessible. Apparently Apple thinks we users out here in the weeds have faith in hidden directories. But I have 299 teaching files on my iPad that I cannot afford to lose. The sync button at the bottom of the "books" page produces the sync bar action but no files come up in the dialogs.

  • Where is this path Admin- Setup- Financial- Tax- Tax code setup

    Hi All,
    Please tell me where i will get below path
    Admin->Setup->Financial->Tax->Tax code setup
    Regards,
    Nandkishor Nachane

    Hi,
    Check in below path,
    It will not be possible to change the TAX CODE or TAX CODE NAME. You will need to remove the TAX CODE.
    But, It there are transaction against the TAX code you will need to create a new TAX CODE.
    Admin> setup> financial>tax>tax code set up.
    and u find there LOCK FOR USE option on ur right side on document.
    chk the option and u never find this tax code in tax code list when u make marketing document
    SAM

  • What is the path and filename where the profile paths are stored?

    I currently am storing my profiles on a network drive. Due to some changes coming up in my home network I need to relocate them to a different drive and drive letter. I know there is a file in Firefox that has the locations of the profiles in it. I need to know the fully qualified path to find this file. The operating system is Windows XP and I am currently running the latest Firefox 3.6 on it.

    Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    See also:
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    * http://kb.mozillazine.org/Moving_your_profile_folder

  • Where is my PATH environment variable set in Mavericks

    I just did a fresh install of Mavericks 10.9.1 and I'm about to setup for a Laravel 4 workflow (install Homebrew & enable mcyrpt).
    I have revealed all hidden files and I see no .bash_profile or .profile files in my User root folder. So how can I change my $PATH variable without a .bash_profile file? Can I just create .bash_profile and it will read it? also does .bash_profile have to be plain or rich text?
    Thanks.

    Create the .bash_profile in your home directory as a plain text file.
    Use an editor like TextWrangler which a a good programing and system editor.
    See Bash Startup Files
    Message was edited by: Frank Caggiano

  • Where did catalog paths go in File Open Recent in Lr3??

    In Lr 1 & 2, File >> Open Recent shows you a list of your recently-opened catalogs, INCLUDING the path for each one.  I just upgraded to Lr 3 and only see the catalog NAMES are listed under Open Recent... and no paths.  I don't see any option to turning paths on in Edit >> Preferences or Edit >> Catalog Settings.
    In the past, I had a separate folder for each shoot, each with it's own Lr catalog... I named each folder for each specific shoot, but always named the catalogs "edits"... so i literally have hundreds of catalogs named "edits"!  This was never a problem in Lr 1 or 2 thanks to (1) the paths being displayed in the recent catalog list and (2) them being stored in separate, specifically-named folders... but now I can't distinguish between them in Open Recent... and I'd prefer not to rename all those catalogs!  Anyone have any insight here?  Much thanks! 

    Thanks for the effort Dorin, but actually that isn't true & doesn't help:
    (1) You're incorrect, LR 2.7 does in fact show paths under "Open Recent".  See attached picture of my screen from my old computer running LR 2.7 (I coudln't take a direct screenshot which shows active menus).  Dorin, I believe your paths don't show because they are test catalogs, and possibly your one actual catalog is in the same path as the test ones?  Not sure, but obviously from my picture you can see paths.  (My folders, on the F drive, are labled with dates & names, as you can clearly see.)
    (2) "Stop creating so many catalogs. One is enough."  Seriously?  Because I take over 50,000 shots for wedding season alone each year, let alone all the other completely unrelated things I do - commercial, landscape, events, portraits, etc.  Having just one catalog is nonsensical for many reasons - most notably that it would be so bloated that I couldn't organize anything properly (I use colors, flags, and stars already in each individual catalog already) & it would have amazingly horrible performance.
    So my question remains - does anyone know how to (or if we can) turn paths on in the Open Recent list in LR 3?  Is there anyone from Adobe on these forums?  Thanks

  • XML file path in jdeveloper

    I have some custom xml files that needs to be shipped along with the application. In my programs I dont want to use the absolute file path for these xml files because the directory in which the application will be installed will vary. How do I configure the project to use these xml files using a relative path ?
    regards,
    Nirvan

    Can someone please help me with this.
    regards,
    nirvan

  • Where is deployment wizard in JDeveloper 2.0

    Version: JDeveloper 2.0 Build 343
    Synopsis:
    Try to run sample acmevideo web application,
    at the stage of deploying EJB to Web Server, cannot find Deployment wizard, the Wizard menu item has nothing under it, cannot find
    deploy entry from righ-clicking on Project name either

    Unfortunately I am not in a position to give you the exact details on JDeveloper 2.0 wizards as I do not have ready access to version 2.0 but if you got the 2.0 CD recently then I'll be happy to get this error rectified.
    Please send me a note and I'll arrange for the latest CD to be sent to you.
    Regards,
    Arun
    p.s. As mentioned earlier, you can download the latest JDeveloper release (version 3.1) from http://technet.oracle.com)
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by JDeveloper offended:
    There isn't a Deploy entry under Project menu item on the JDeveloper 2.0 I am using.
    There is a Wizard menu item on the main menu bar, but unfortunately it is not doing anything useful.
    Seems like the CD I got from Oracle is a rush order without enough QC.<HR></BLOCKQUOTE>
    null

Maybe you are looking for

  • Importing a SWF file into AS3 FLA

    Hi, I've imported some SWF files I've built, under base class flash.display.MovieClip, into an AS3 code-only (Flash 9 on Macintosh) file. The visuals work fine when I call importedMovieClip.play(), but there's no sound. My current method is pretty si

  • Incoming XML validation for SOAP adapter request

    Hi, Does anyone know of a method to validate incoming XML request against the relevant XSD definition and return a SOAP fault message to the calling application ? I guess this would involve BPM unless there is some sort of module that can be used. Pl

  • Q: Creating a drop list with dynamic content?

    Hi, Like to start off by saying that I am new to this so be gentle... I want to create a JSP which contains a search form. To limit the search options I want to present some of them as drop lists with pre-defined values. As the drop list values need

  • HT1430 We're sorry, we are unable to continue with your activation at this time.

    i updated my iphone 3 with itune. after update this message show We're sorry, we are unable to continue with your activation at this time. i am struck help

  • SQL Statement cause delay on exceptional days to run

    Hi , We are running the same sql statement on daily basis. 5 days a week, it gets completed in 10 mins and once or, twice in a week , it takes 7 – 10 Hrs to execute. what are the tuning methods and steps we can apply to know the real culprits. Regard