Configure the schema component JDBC - change the property manually

Hello

I have need help manually edit you a schema component JDBC 'configure' under "Fusion Middleware configuration wizard".

I made a mistake and because of which I'm not able to start my server and since I work from a remote machine, I'm not able to get the appearance of the user of wizard interface correctly. I'm looking for a file where I can edit these values manally.

Could someone please advice me how can I go and manually change the correctly files where these values are stores.

Hello

The files in $DOMAIN_HOME/config/jdbc

Each file is a source of data, the model of name [data-source-name]-[number] - jdbc.xml

See you soon,.
Vlad

Tags: Fusion Middleware

Similar Questions

  • Change the property of a component for a State given in actionscript

    Hi all

    In fact the following will be used in a skin (mxml). But I guess that this has no influence on the issue.

    Suppose I have two States, say 'normal' and 'highlight '. Suppose that there is a component of path spark with a fill property

    <s:fill>
      <s:SolidColor id="fullTabPathFill" color="#333333" color.highlight="#999999"/>
    </s:fill>
    

    So I can do the following to change the color property using actionscript,

    function creationComplete():void {
      fullTabPathFill.color = 0x444444;
    }

    But what happens if I want to change the color in the State "hightlight property? Is it possible to change the property 'color.highlight' using pure actionscript? Or is this a situation where only a variable bindable can be used?

    Thanks for your reply.

    create a new style on your component and how to bind the color.highlight property to it

    Take a look on

    http://www.jamesward.com/2010/07/30/how-to-define-styles-on-skins-in-Flex-4/

  • Change the property of the component with the property name

    Hello

    I have an app that will give a TextArea (id = text) and also a component which, at some point, will try to change the property of the text box "text" to a certain value. In the component, I have two channels, one containing the name of the text box property: 'text' and the other with the future new value of this property. I want to know is how to change in the component, the property of the TextArea component with only to have his name.

    Look at the high line, this kind of watch what I want to do, I know that's not possible, but maybe there's a way you can show me to do what I want

    Example Code:

    -Application:

    < mx:Text id = "text" width = "100%" height = "100%" / >

    < local: Componente id = "Main" / >

    -Component:

    < mx:Button click = "clickhandler" / >

    < mx:Script >
    <! [CDATA]

    private function clickhandler (): void {}
    var to the: String = "text";
    var aux2:String = Hi, "it's the new text";

    parentDocument [text].setPropertyByName(àles) = aux2;

    }

    []] >

    < / mx:Script >

    }

    []] >

    < / mx:Script >

    Thanks for your help

    Sebastián Toro O.

    parentDocument [text] [at the] = aux2;

  • AF:table - change disabled property of input text according to the value of the attribute line

    Hello

    I use Jdev 12.1.2.

    I have a table with the number of lines.  Each line has a FutureCode attribute and other attribute FutureComments.  I want to make sure FutureComments is disabled unless the FutureCode of this line is is 'OTHER '.

    I tried to go to the text of the FutureComments component in the table and setting the property to the expression for disabled:

    #{row.bindings.FutureCode.inputValue == 'OTHER'? false: true}

    But it does not work.  I messed around with the parameters in the table (distribution of content, immediate change), but I did not get a configuration so that it can work.

    A little more information, the text input component are always disabled.  I also tried using the expression evaluator in the debugger to check the value of my #{row.bindings.FutureCode.inputValue}, but it is null, no doubt because he does not know what line I'm talking about.

    Any idea on this?  Thank you.

    Hello

    There the lov on future code?

    will not have operator you used? Try

    #{row.bindings.FutureCode.inputValue! = 'OTHER'}

    If this does not work

    Try

    #{row.bindings.FutureCode. attributeValue ! = 'OTHER'}


    Thank you

  • Remove the property on a component OOTB

    Hello

    I want to delete a property of a component STANDARD - I can do using dyn admin or by creating a new properties file?

    Hi ORA-100,

    For example, if you want to remove an ootb-firstName property.

    1. search & open the repository that you want to extend in dyn/admin (in our case it is ProfileAdapterRepository)

    2. click on 'Definition of repository examining' and there you can see - CONFIGPATH Filename: /atg/userprofiling/userProfile.xml

    In the userProfile.xml looking for the point-descriptor 'user' and see a table.

    .

    In this table ootb related profile properties are defined. You can search the property "firstName" let's delete.

    3. now you have to the layer of the userProfile.xml in your custom module of ATG at the same place in the path of configuration in xml STANDARD format.

    4 NextcCreate a new array that extends from the original table point important taking into account that a column that stores the id of the repository of this descriptor of point - call us as USER_ID. It's basically the primary key for our new (auxiliary) table and the foreign key to dps_user. This means that the value of the column 'id' in dps_user is the same as 'user_id' in custom_user. This is to ensure that our new table is related to the previous table and remove your property here as below.

    Here, you can copy the tags required as gsa-model for an xml for step 2 userProfile.xml; remaining code required for the delete operation is as below.

    Let me know if you face any problem.

    Kind regards

    Prateek Gupta

  • change the property of element in array for 'initialized '.

    I'm a newcomer here. And it's a simple question.

    The objective of this part is to record the data in the table.

    You can see that if the array element is not initialized, it will be not recorded in the worksheet, which saves space in the disk. So change the property 'initialized' of this feedback to unitialized array element?

    Thank you

    You can "right click on the item of data operations remove the element.

    (This has nothing to do with "uninitialized". The size of the array is indicated by the light elements, the dull items fall outside the valid range, which has nothing to do with the size of the container. Your first table has two components and that your second table has three elements).

  • Changing a property of an indicator of the chain in a cluster with a sub - VI

    I know that the issue of the update of an indicator on a first level VI of a Subvi has been requested before on the discussion Forum, but my question is slightly different, because I want to update the property of an indicator, not necessarily its value.

    In my first level VI, I have a group that contains some indicators of the chain.  The cluster is a typedef.

    I want to change the background color of the indicator for red or green of my sub - VI string so that it looks like this:

    Creating a reference to the cluster and move to the Subvi do not seem to work.  I'm not able to see the Text.BGColor property to change the background color of the string indicators:

    It seems that the creation of a reference to a string indicator and switch to the Subvi might work like this:

    Is there a way to better/more elegant to do this? Do I have to create a reference of string for each string in my cluster and send it to my sub - VI?

    I've messed around with global variables, but not luck.

    Plese help.

    You have the right idea.  The cluster reference has a property called [orders].  Which returns an array of references to all the controls in your cluster.  Indexing of those who have properties BGColor, that you need.

  • How to get the ActiveX component value change event?

    Hi all

    LV 8.6.1

    I try to get the ActiveX component value change event. I covered forum and through examples, but I can't get an idea of how "Recalling vi. For example, in the example 'ActiveX event Callback for IE.vi' it is used "recall vi". I've added an example where the change event of value with the mouse to the bottom of the event are scheduled to the structure of the event. Mouse down event OK work but change the value no. Can anyone describe what I need to add to my example vi who value the change event works fine?

    BR, Jim

    Here is the solution! "Value changed event" is not performed in the structure of the event, but in "Reminder VI".

  • Windows xp media sharing has been disabled because a Windows setting required or a component has changed. For any additional help, click Help on the Web.

    Windows xp. I get this message when I try to share the media in windows media player 11 "sharing multimedia files has been disabled because a Windows setting or a required component has changed. For additional assistance, click Web Help. "I can't turn on windows media sharing and my xbox360 appears as shared, but somehow will turn off media sharing. There is an accelerated procedure to solve the problem that I have received this procedure by phone by microsoft support earlier. They require now $80 to give me the answer.

    Hello

    I suggest you to follow the steps in this link and check if it helps:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_xp-pictures/media-sharing-has-been-turned-off-because-a/6bf3851e-fc7e-E011-9b4b-68b599b31bf5

    It will be useful.

  • All my configuration page and fonts have changed suddenly, how to restore the previous settings. THX

    All my configuration page and fonts have changed suddenly, how to restore the previous settings. THX

    Hi André Haub,

    Follow the steps in this document to perform a system restore. This process restores your system to a previous point files.

  • Cannot delete mp4 in windows vista, even after changing the property.

    Hello

    I tried all the methods in the solution given in windows vista to remove off the mp4 files from destop. but each time, he said the necessary authorization.

    I had changed the security for the property for full control rights. but always impossible.

    can you please advice me how to do?

    Hi oscarpooh,

    This only happens with MP4 files?

    The following could prevent you from deleting the file.

    Ø if you do not have the adequate rights for a file or folder, you cannot remove it.

    O if not create you the file, you may not be able to delete it, even if it appears in the Public folder. If this is the case, you must ask the owner of the file to delete.

    O in addition, you cannot remove a file (or the folder that contains it) if the file is currently open in a program. Make sure that the file is not open in any program, and then try again to delete the file.

    Why can't I delete a file or a folder?

    http://Windows.Microsoft.com/en-us/Windows-Vista/why-cant-I-delete-a-file-or-folder

    I suggest you try the following steps:

    Ensure that you do not play the file when you try to remove it.

     

    Step 1: Start the computer in safe mode and then try to remove

    Start the computer in safe mode, to do this, follow the steps below,

    Access the menu advanced startup options by turning on your computer and pressing the button F8 before Windows starts. In the advanced startup options select safe mode

    http://Windows.Microsoft.com/en-us/Windows-Vista/advanced-startup-options-including-safe-mode

    Step 2: The corruption of the file system prevents access to the file

     

    You will not be able to delete the file if the file system is damaged. To resolve this problem, run the Chkdsk utility on the disk volume to correct any errors.

    Run the disk check to repair bad sectors on the hard disk.

    a. Click Start, in the start search bar type cmd, right-click on the command prompt icon in the box programs and then click Run as administrator.

    b. at the command prompt, type chkdsk /f and then press ENTER.

    Now, type chkdsk/r

     Note: CHKDSK would attempt to recover bad sectors on the hard disk, in the course of this process there are chances of DATA loss from that particular area.

    Let us know if it works

    Thank you, and in what concerns:

    Ajay K

    Microsoft Answers Support Engineer

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Receive message "Please wait while windows configures the status" and then "the component that you are trying to use is on a CD Rom, please insert". I don't have the CD. How can I stop this?

    Windows Setup status

    Whenever I start my computer, I get a series of pop-up boxes that talk about "Please wait while windows configures the State" and then the one that says "the component that you are trying to use is on a CD Rom, please insert".  I have no idea what it is, and I have no disc to put on this line?  If I hit the buttons cancel these boxes enough times to go, but it's annoying and there is notihing badly with the operation of the computer, after I get rid of the boxes.  No idea how to stop this from happening again?  I did all the steps that have been mentioned earlier and no results.  I even did a system recovery.  I don't know what to delete.  Please help thanks

    Hello

    These messages usually mean that you have a problem with the HP printing software

    Contact HP

    http://welcome.HP.com/country/us/en/contact_us.html

    Contact HP options at the link above.

    http://h30434.www3.HP.com/

    HP's Support Forums at the link above.

  • EL for the property changed entry components

    Hello

    I have a simple view based on a single entity object.

    This VO appears in af:table (click to change) with a button commit and rollback.

    The table contains several columns: text entry, checkbox and picker with auto submit the value true.

    I need to use the property changed these components to mark fields of change.

    What is the EL to use for this property? How will I know that a field is changed? Is there a way to compare the initial value and the current value?

    Kind regards

    Elias.

    Hello

    Looking to define this "changed flag" that if a particular attribute is changed? When you change one of the attribute on the line, the entityState object changes automatically (as you have already paid the true autoSubmit). So, you don't have to check for isAttributeChanged for each of the attributes in the line.

    Arun-

  • Hello. I have download Adobe Acrobat Pro DC, after loading it is a window that is unable to access the Internet or is configured incorrectly. Tried to change the time and the Internet works fine. What can we do?

    Hello. I have download Adobe Acrobat Pro DC, after loading it is a window that is unable to access the Internet or is configured incorrectly. Tried to change the time and the Internet works fine. What can we do?

    Log, activation, or connection errors. CS5.5 and later, Acrobat DC

    https://helpx.Adobe.com/x-productkb/policy-pricing/activation-network-issues.html

  • On 4 k screen I do not see the menu, windows, etc... too small in adobe photoshop multidimensional. Can I configure their more big without change resulution of display?

    On 4 k screen I do not see the menu, windows, etc... too small in adobe photoshop multidimensional. Can I configure their more big without change resulution of display?

    In Photoshop CC 2014, go to preferences-> experimental features and allow 200% scaling of the interface user.

Maybe you are looking for