ADF 11 g / how to set the data source

Hi all

I'm trying to deploy the my application on weblogic server.
deployment was successful but the following error has occurred so that the home page opened, "password is zero".
I already have a password will be saved and deploy, but it seems that password is not deploy.
So I create a data source on weblogic.
but I have found that the way to set the data source in the model of the adf.
(Production version of 11g Jdeveloper + Adf)

Thank you.

Mucahid behaved

Do you use a jdbc url or a jdbc data source?
Model project in you right click on the module of the application and select configuration. Change the configuration to use a jdbc data source.

Timo

Tags: Java

Similar Questions

  • How to set the date and time on my HP Officejet pro 8600 more?

    How to set the date and time on my HP officejet pro 8600 more?  It just on a printed journal Jan-oo-oo fax shows 00:00 AM.  There are no instructions on how to change this.  I need proof that I sent a fax to a certain date and time.  Help, please.  Thank you

    Hello

    Below are the steps to set the Date and time for your device:

    1. On the Control Panel, press the right arrow key ( ), press Setup ( ).

  • How to set the Date and time on a remote target in Measurement & Automation Explorer (MAX)?

    Hello

    I'm trying to follow the steps described in the following link:

    How to set the Date and time on a remote target in Measurement & Automation Explorer (MAX)?

    It is said

    The software on the target currently supports only the time zoneand deletes the old files?

    I need set the date and time

    and remove all the old unwanted files

    the calendar was gray does not allow me to change the current date.

    Anyone know how to change

    Hi all!

    According to this the below Knowledge Base article, Remote Configuration System Support must be installed on the target for time settings to change in MAX.

    http://digital.NI.com/public.nsf/allkb/FAB0EC4D6E5EE0F386257738005733A3?OpenDocument&MeTC=max_MAXDat...

    If you don't know what version of the system supported remote Configuration software that you have installed on your device target, it is likely that it is not yet installed. Add this software by clicking below your target to the MAX software option and selecting "Add/Remove Software". This is where you will install the System Configuration Remote Support software.

    Please let us know if you have any questions!

  • How to set the date and time on an hp j5780?

    I need to know how to set the date and time on an HP j5780!

    Help!

    Thank you very much, we did it!

    WY

  • How to set the date and time hp7500a wide

    How to set the time and day there is no im the screen of the printer option

    I have re installed and it showed as you say the preferences... Thank you

  • How to set the data in InvokeQuery?

    I seem to be unable to set the data property into an InvokeQuery. I have the following code...

    Invocation
    {
        id: shareInvoke
        query: InvokeQuery
        {
            id: shareQ
        mimeType: "text/plain"
        data: ["TEST"]
        invokeActionId: "bb.action.SHARE"
         }
    }
    

    Yet, every time I call it, the data are never there...

    Nevermind, I found the problem.

    Invocation
    {
        id: shareInvoke
        query: InvokeQuery
        {
            id: shareQ
        mimeType: "text/plain"
        data: "TEST"
        invokeActionId: "bb.action.SHARE"
         }
    }
    

    The above works. It gives an error. But it works.

  • How to bind the data source to a custom class?

    Hi all.

    I use the chart control to draw two types of plots. One is a path of spectrum which refreshes all samples in a short time, and the other is a curve of time series which add than one sample of each time.  A chartcollection was related to the data source, however, and draw the spectrum seems to not cool off very quickly. Was it due to the propertychanged event? In order to improve the speed of response, what should I do to deal with the data source?

    I went through your response and the help files and found I made a stupid mistake - I always used to Append method (double, double) and did not notice its format void Append (list, list).

    Thanks for your patient response, Paul :-)

  • How to set the date for fax reports? cc = us

    All my fax reports Jan00 date.  How can I change this to reflect the effective date?

    Hello Fred

    To fix a Date & duration of front panel of the printer, go to Configuration-> Preferences-> Date & time

    This setting would change the Date and time on the fax.

  • How to set the date and time in eAiO Officejet Pro 8600?

    The printer is connected with the USB cable and the date & time display zeros. I wasn't able to find a menu option for date & time setting in the printer Panel. The user guide mentions nothing about it. How can I configure date and time?

    Hi Exxpert,

    Here is a tutorial from HP on how to set up this printer, scroll all the way down to step 9 for the date and time.

    Configuration printer Officejet Pro 8600

    I hope this helps!

  • How to set the Date() timestamp to midnight?

    Hi guys,.

    I'm probably completely brain-break it but that's... I need to pass a date range start date and end in my query... The loading of the page, it is automatically set to the current date... I am by default

    var startDate:Date = new Date();

    var endDate:Date = new Date();

    This puts in place together with the date current time... No biggie... but since I need all records for the day, I need the timestamps on the two buttons... the startDate set to 00:00:00 and the endDate updated 11:59:59.

    But how the hell do I do?  I can't just add both because a user can connect every time that... I tried brute force, setting the time as:

    endDate.hours = 11;

    endDate.minutes = 59;

    .. without luck.  Any ideas would be greatly appreciated!

    Thank you

    Adrian

    use endDate.setHours (11,59,00,00000);

    Kind regards

    Ranga

  • How to set the date limit for the whole process

    How to configure dynamically.
    For example, the date limit is different in each case and can be defined by a user so changed in the middle.

    Published by: YE may 6, 2009 18:09

    The deadline for the whole process is determined by what you set the variable preset 'deadline '. This interval can be set inside the process as soon as the activity to Begin.

    To set differently for different instances use a time interval variable or a parameter of the company. Here is an example. You have different levels (SLA) different service level agreements in the category of customers. Platinum level customers are 2 days, gold-level clients are 4 customer days silver are six days. In a method, you then have the logic:

    if customer.level = "Platinum" then
        // DEADLINE_HOURS_PLATINUM is an integer Business Parameter set initially to 2 days
        deadline = 'now'.addHours(i : DEADLINE_HOURS_PLATINUM)
    elseif customer.level = "Gold" then
        deadline = 'now'.addHours(i : DEADLINE_HOURS_GOLD)
    elseif customer.level = "Silver" then
        deadline = 'now'.addHours(i : DEADLINE_HOURS_SILVER)
    else
        // no deadline for the process
        deadline = null
    end
    

    If make you a business setting, a business owner could change later ALS a developer need to change the process and by redeploying the it.

    If you want to use an instance time interval variable instead to do this, the logic would be just:

    deadline = 'now' + someTimeIntervalVariable
    

    Hope this helps,
    Dan

  • How to set the date and time so it appear on my fax

    I sent a fax today and the report that was printed after ward did ' t have the correct date or time - how to reset the time and date on the HP officejet 6500 has more all-in-one.

    Thank you!  How simple. Here the help section on HP could help.  I must have spent over an hour tring to figure it out on my own and search on the HP website.  Now, I know. Thank you once again!

  • How to set the date of beginning of a calendar using an element

    Hello

    I have a calendar by using the SQL query:

    SELECT(b)"NAME" | ' ' || b."NAME" "Agent."
    a."DATE_ACTIVITE" 'day. '

    a."FICHE_ID".

    OfPLUG a, b AGENT
    WHEREa.AGENT_ID = b.AGENT_ID

    AND one. "' EQUIPE_ID ' like NVL (REPLACE (: P60_EQUIPE_ID,-, 1, NULL), '%')

    AND one. "" AGENT_ID "like NVL (REPLACE (: P60_AGENT_ID,-, 1, NULL), '%')

    ORDER OF "Agent".

    I would like the calendar to start at a date contained in an element: P61_DATE_ACTIVITE

    I tried to play with the element of apex: APEX$ NEW_START_DATE, by setting its value to the value of the element, but it has not given results.

    Do you have any suggestions?

    Thank you.

    Hi Chipniz

    I would update your code to be like this

    $(document).ready(function() {
    // Get Year and Month
    var year = 2015; /*year = 2015*/
    var month = 0;  /*month = 1 --> put it 1-1*/
    // Goto the date
    var d = new Date();
    d.setFullYear(year);
    d.setMonth(month);
        $('#CALENDAR_ID').fullCalendar('gotoDate', d);
    });
    

    Reference

    Re: Link column to the right calendar page

    I hope that solves your problem

    Concerning

    Mahmoud

  • How to set the data inside the Set of ActionScript method accessor

    I can't set the values directly in the properties of a class of Action.

    For example, suppose that ModuleLocator is my name of the class Action.

    var myclass:ModuleLocator = new ModuleLocator();

    MyClass.User = "admin";

    I want to have something like: which is avialable in Java Bean to throw an exception on the setter
    Method when the value is equal to something that we are not waiting as indicated:

    public void setName (String name)
    {

    If (Name.Equals ("admin"))
    {
    throw new Exception();
    }
    }

    If possible Action Script class, how to call the setter ActionScript method so that the value should be set automatically in the property in the ActionScript class.

    Thanks in advance.


    Here is the code snippet for defining an accessor Set as

    private var _name:String;
    
    public function set name(value:String):void{
         if(value is not as per format)
              throw some exception;
         else
              _name = value;
    }
    
  • How to set the date type date of work

    This is perhaps a silly question, but I can't seem to get the data type date to work for a member account. When I go to the planning application and choose an account I want to put in a date entry account, the web form seems to show that the setting of the date works for the account. I even put my account type to be saved hypothesis. For example, I expect to see the date formatted in 10/20/2009 when I enter this value in the web form under my account "Hire Date". I also checked the display options in the preferences of planning. If anyone knows if this function works even on 9.3 or 11.1?

    Hello

    Looks like you have not defined the order of evaluation of Auditors. Administration > Dimensions > evaluation order > select plan type > moving accounts to another window, apply.
    Try the form again.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

Maybe you are looking for

  • iMac 2015 randomly crashes and restarts

    I have a 2015 27 "iMac 4 GHz with 32GB of RAM from OWC and necessary devices connected via USB and Thunderbolt running El Capitan (updated) and are experiencing random crashes every day. Most of the time I'm just browsing through Safari. All of a sud

  • can I return from a V16.01 to an earler version? as I do not wish to upgrade my Mac os on this computer

    Can I go back to V16.01 to an earlier version? as I do not wish to upgrade my Mac os on this computer as I lost software that is not supported in 10.8

  • Satellite L670 - stuck on the black screen

    Hello I have problem with my L670 after 2 years of its use.When I press the power button, black screen comes with a slider that is not flashing.I can't get into BIOS, F2, F12, nothing works.So I tried to remove battery, press power button / stop for

  • Export chart xy to PowerPoint?

    Hi all My LabVIEW VI data using Graph XY plots. The VI made several graphs. Is it possible to program the VI to open a space empty (or existing) Power Point presentation and place each of these graphs XY in different pages of the Power Point?

  • Unable to connect after standby HP 7510

    I use a HP7510. It is connected via wifi using WPA2 encryption. So far, I am able to connect to my printer, but after awhile, I'm more able to print (especially after that the computer or the printer goes into sleep mode). I'm only able to print agai