How can i decide the position of "connection.properties"

hello
i am a beginner of sqlj,and download a sample code from the oracle website,i find that the sqlj file need to read a "connection.properties" file,that define the database connection information,this file is put in the same directory as the sqlj file (i mean that they are within the same subpackage),i debug it by using the jdeveloper,it works well,but if i move the "connection.properties" file to the parent package,it don't work.and i can't find any config file that is used to define the position of the "connection.properties" file.i wonder whether i must put the "connection.properties" file and the sqlj file within the same package?if yes,consider following scenario:
if i have several sqlj files,and they are within the different package,all of them connect to the same database,must i copy the same "connection.properties" to every package that the sqlj file reside on?
thank you!

with HTML of course!
if you want it in the center... do <center> appletcode </center>
if you want it in the bottom right corner use tables to move it there.

Similar Messages

  • How can I get the ipad to connect to itunes 10.6.3?

    How can I get the ipad to connect to itunes 10.6.3?

    The iPad mini requires iTunes 10.7 or newer to sync.
    (82182)

  • How can I tell the device is connected to itunes 12?

    how can I tell the device is connected to itunes 12?  I have Windows 8.  I hear that the device is connected, but don't see the device to manage.  Only thing that happens is on the phone it says Trust the computer..   I say Trust and nothing happens.

    in ituens at the top where you see the small icons for Music, Movies, TV etc when your device is connected you will see a small icon representing your phone or ipad etc popup click that and it will show you the usual interface for backup and syncing.
    if that doesnt happen, like it didint for me initially, you should close itunes fully via task manager if you know how to do this and start it again with the device unplugged then plug it in after itunes has finished loading.
    Worst case scenario you nee to resatrt

  • How can I find the position of a robotic arm with a cFP-CTR card?

    Hello,
    I use a CTR-500 to measure the pulses of 3 encoders.
    The encoders are related to the 3 axis (x,y,z), to which a robotic arm is moving.
    Each encoder has 2 channels (A,B) which go to each pair of Count Inputs of the CTR card.
    When the robotic arm is moving on one axis, the corresponding pair of Count Inputs is increasing, but there is a phase between the one Count Input and the second one. What is more, the Count Inputs do not decrease when the robotic arm is moving to the other direction, but they still increase.
    So, I cannot find easily the position of the robotic arm.
    What I have done, is to try finding the position, by using only one Counter Input for each axis. This means that I use the value of the encoder as a counter, and I calculate the position with some software tricks. But for some reason, it does not work properly.
    I have heard that the method I use is not proper. Instead, I have been told that I must use the phase of the 2 Count Inputs, in order to find the direction to which the robotic arm is moving. But, the Count Inputs of the CTR are augmenting in parallel, when the robotic arm is moving forward or backward.
    How can I find the position of the robotic arm, as it is moving like a CNC ?
    Thank you very much.
    Message Edited by nikosfs on 08-21-2009 12:27 PM

    You don't want to use a cFP-CTR-500 card.  What you have are quadrature signals.  You should be using the cFP-QUAD-510.  It has 4 channels that can handle both the A and B signals of a quadrature encoder.  It has the built in circuitry do determine the phasing of A vs. B to know when to count up vs. count down.

  • How can I decide the size of HANA server when using DMO of SUM ?

    Hi expert,
    I want to execute DB migration from MS SQL to SAP HANA by using DMO of SUM.
    So I have a question.
    How can I decide the size of HANA server when using DMO of SUM ?
    Now I have MS SQL in windows server.
    But in order to use HANA , I have to prepare Linux server.
    I want to know How can I decide the size of this Linux server.
    Can I expect the function of data compression in HANA ?
    Thanks in advance .
    Kazuki.

    Kazuki,
    Please take attetion:
    Your linux box already created = Application server:
    Application Server
    Based on the measurements SAP doesn't expect any changes concerning CPU, memory and network requirements for the ABAP application server. This means that the existing hardware and network infrastructure can still be used. Please check the PAM (www.service.sap.com/pam) for further details.
    SAP HANA Appliance ( porvided by your hardware partner)
    Consider SAP Note recommendation for HANA Main Memory, HANA CPU and HANA Disk Space.
    Regards,
    Edinaldo Junior

  • How can I correct the position of the text in TEXTITEM?

    In TEXTITEM Box, some texts are placing on the top.
    The forms version is 6i.
    How can I correct the position of the text in TEXTITEM?

    Hi
    good thread to this problem
    Vertical justification for Text Item
    Thanks
    asp

  • How can I change the position of the tab bar?

    I just can't get used to the tab bar being on top in Firefox 4. I keep closing open pages by clicking on the bookmarks menu bar. How can I swap the position of the two bars?

    Please click the '''Helpful''' button next to the answer that solved your Firefox support issue, '''when you are logged in''', so this thread gets marked as '''Solved''' to help other users who may have this same problem.

  • How can I get the position assigned to the user in CRM .

    Hi all ,
    How can we get the positions to which a  user is assigned as a holder in CRM .
    Thanks ,
    Naval bhatt .

    Hi,
         Use the PPM toolkit class CL_CRM_PPM_UM_TOOLKIT. You can use the method You can use the method GET_ASSIGNMENTS_OF_USER which returns positions held by an user(user name).  You may also find the method GET_POSITION_OF_USER useful. It accepts username and the organization ID and will return the positions held by the user under that organization.
      This class always uses the current plan (01). If you want otherwise, you can use the FM RH_STRUC_GET. As to how this FM should be used, look inside the above said methods.
    Regards,
    Arun Prakash
    Edited by: Arun Prakash Karuppanan on May 11, 2010 11:40 AM

  • How can i change the position and size of the applet

    dear fellows,
    how can i change the position and size of the applet in which form is running over the web.
    thanx
    Mochoo

    Yes, you can add the following line to your formsweb.cfg section :
    HTMLbodyAttrs=onLoad='javascript:self.moveTo(100,100)'
    if you are in SEPERATEFRAME = FALSE
    Or Set_Window_Property( FORMS_MDI_WINDOW, POSITION, X, Y ) ;
    if you are in SEPERATEFRAME = TRUE

  • How can I reuse the BC4J database connection?

    How can I reuse the BC4J database connection?
    I want to use the application module connection without opening another in a custom code. At this level I can’t access de ADF code, that’s why I can’t get the DBConnection from the application module.
    Now, I have a “data-sources.xml” in my project and the application module is configured to access the database from this xml file.

    I found the solution in other Forum. I worked ok.
    Here the code:
    If the Connections-Navigator connection is DBConnection1, the corresponding datasource is jdbc/DBConnection1DS.
    1. Create a JSP page.
    2. In the web.xml of the JSP add
    <resource-ref>
    <res-ref-name>jdbc/DBConnection1DS</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    3. In the JSP page obtain a connection with the datasource.
    InitialContext initialContext = new InitialContext();
    javax.sql.DataSource ds = (javax.sql.DataSource)initialContext.lookup("java:comp/env/jdbc/DBConnection1DS");
    java.sql.Connection conn = ds.getConnection();

  • How can I change the position and duration of the title?

    Hi!
    Let me clarify my question... Position of the text/title:
    I would like to place multiple titles on one image. Which looks something like this---
    title 1
    title 2
    title 3
    title 4
    title 5
    title 6
    title 7
    title 8
    title 9
    title 10
    Now, I would like each title to appear for the duration of 0:01 to 0:05 sec. In sequence to the title above. Just a quick flash of the title.
    How can this be done in iMovie 10.0.5??
    You see, I attempt to change the time duration of the titles from 1.0s to 0.05s and it doesn't allow me to do it.
    You will probably ask me why I want to do this... I am creating my own subliminal affirmation video slideshow. I already have the audio for it in Garageband.
    Thanks for you time and possibly help!!
    Brian

    Yes, you can add the following line to your formsweb.cfg section :
    HTMLbodyAttrs=onLoad='javascript:self.moveTo(100,100)'
    if you are in SEPERATEFRAME = FALSE
    Or Set_Window_Property( FORMS_MDI_WINDOW, POSITION, X, Y ) ;
    if you are in SEPERATEFRAME = TRUE

  • How can i know the no .of  connections are used in the connection pool

    Hi
    I am using tomcat connection pool in my project .but how can i know how many connections are used by my project .how can i know how many connections are used plez help me

    You mean INSIDE the webapp, using the Admin Console (tomcat docs should be helpful in that case)... Where are you supposed to search for the info?

  • How can i get the position of my object

    HI,ALL! i get a queation now. when i picking some transfromgroup,and move it.(use picktranslatebehavior),i want to get the position of the transformgroup after it has been moved.so how can i get it?!Apology for my bad english .thanks!:)

    Check out:
    http://forum.java.sun.com/thread.jspa?threadID=633485&tstart=15

  • How can I should the position number in sequence via ppom_old or ppome

    Our user creates the position number via ppom_old and get the position number from this screen.  The position number has been shown on sequence.   However, something seems collapse.  Do you guys know how I can show insequence again?

    It is based on Priority (Edit-> Priorirty)
    Use                                                                               
    Sequence Priority of Objects
         The Priority  field is optional. It is used to determine the sequence in  
         which objects are presented in Simple Maintenance and Structural          
         Graphics.                                                                               
    When multiple objects are located on the same hierarchical level of a     
         structure, these must be ordered in a specific sequence from left to      
         right (or from top to bottom).                                                                               
    This is done by assigning alphanumeric priority values, where the value   
         1 is the highest (far left or top) and 99 the lowest priority (far right  
         or bottom).                                                                               
    If you specify no priority, the system places objects according to their  
         object IDs.                                                                               
    Priority When Defining Evaluation Paths                                                                               
    It is only necessary to prioritize evaluation paths as an exception.    
         Generally, you should use '*', so that all relationships are read.                                                                               
    Use the Priority  field to define evaluation paths if you want only     
         objects which are assigned a certain priority (see above) to be         
         considered in an evaluation path.                                                                               
    Note                                                                               
    You can find more information on the meaning of the priority field with 
         reference to evaluation paths in the online IMG documentation for       
         'Maintain evaluation paths'.                                                                               
    Priority for Responsibilities                                                                               
    If you are using responsibilities for role resolution in Workflow, you  
         Example: There are various responsibilities for a standard role for       
         processing orders, grouped, for example according to order value (one     
         responsibility for orders up to a certain value, another for orders with  
         a greater order value).                                                                               
    Assuming that orders for a particular customer are always to be           
         processed with the same responsibility (and therefore by the same         
         agent), you can access it via another responsibility with a higher        
         priority that contains the customer name as the only criterion. The       
         responsibility (-ies) with lower priority, and therefore the order        
         value, is then no longer taken into account during agent determination.                                                                               
    Use only numeric values here, and note that, logically, the               
         responsibility with the highest numberic value in this field has the      
         highest priority.                                                                               
    Procedure                                                                               
    1.  Sequence Priority of Objects                                          
             In Create mode, assign a priority to the objects you wish to rank.    
             To do so, assign an alphanumeric value (1, 2, 3... or A, B, C...) to  
             each object.                                                          
    2.  Priority When Defining Evaluation Paths                             
        In the Priority field, enter the priority or priorities for objects 
        that should be considered in evaluation paths. Enter "*" if you want
        to have no restriction.                                                                               
    3.  Priority for Responsibilities                                       
        Maintain the priority directly in the detail screen for the         
        responsibility or in the overview screen for the responsibilities   
        for the rule. Note that you must use numeric values here. On the    
        overview screen, the system sorts the responsibilities in descending
        order of priority.

  • How can I change the position the MoveAbsolu​te method moves a motor toward?

    I'm just starting LabView and still am stuck on motor control methods. How do I set the angle or position to which the motor will move (or turn in the case of MoveAbsoluteRot), and can I set the velocity getting there? All help is appreciated.
    Solved!
    Go to Solution.

    Duplicate: http://forums.ni.com/t5/LabVIEW/What-are-the-param​eters-and-outputs-of-the-activex-methods/m-p/29003​...
    Please stop creating duplicate threads with the same question. As I mentioned in your original post, the place to get full information on third party software is from the provider of that software. You really don't have a LabVIEW problem as much as a problem understanding the third party api and outs documentation.

Maybe you are looking for