Why not .conf and .env info in the database instead of files

Can someone explain to me why Oracle has chosen to store the information for the applicationserver in textfiles ( configuration files (.conf) and environment files (.env)) instead of the database?
1. A connection to the database is needed anyway.
2. Indexing of database tables can be used for better performance.
3. Easier GUI to manage the data.
4. No difficult filesystem structure.
Mathieu

Can someone explain to me why Oracle has chosen to store the information for the applicationserver in textfiles ( configuration files (.conf) and environment files (.env)) instead of the database?
1. A connection to the database is needed anyway.
2. Indexing of database tables can be used for better performance.
3. Easier GUI to manage the data.
4. No difficult filesystem structure.
Mathieu

Similar Messages

  • Lion Mail will not open, and won't update the database. Help??

    When I try to open mail, for the first time says it needs to update my database, It seems to start then crashes. Is there a fix?

    same here, updated all devices, moved to icloud, received mail for a bit now NOTHING. no mail, no backup, won't accept my password......service must be down???

  • I can't play the downloaded iTunes movie on my newly updated iMac to OS X Maverick. Why not? And How can I get it to work? Thanks.

    I can't play the downloaded iTunes movie on my newly updated iMac to OS X Maverick. Why not? And How can I get it to work? Thanks.

    Do you get any error message?
    What actually happens when you open it?
    What app are you trying to play the files inside? Try iTunes.
    I assume these files have DRM from the iTunes store. The Mac needs to be authorized to play them, open iTunes & select Authorize in the store menu, then sign in with the Apple ID that purchased the files.
    Select the iTem in iTunes & get info on it (from the File menu) & you can see the account name that it belongs to.

  • Why not to create a pause in the video camera?

    Mr/Mrs
       During recording a video, When we want to stop recording for a while and then continue, we have to record a new video again but we cannot do pause because there is no a pause function. So my suggestions is "Why not to create a pause in the video camera?"
       Sincerely i ask you look into my this suggestion please. It would be great if you create this function into the new version of iOS.
    By the way if you will have news about it please inform to me. [email protected]
    Sincerely your best Apple user Ilkhom
    Thanks

    Refer:
    http://www.sap-img.com/abap/sending-mail-with-attachment-report-in-background.htm
    http://www.saptechies.com/sending-mail-with-attachment-report-in-background/

  • I see this was not answered or any info on the web site so I will ask again "How do I completely remove CC from my computer"

    I see this was not answered or any info on the web site so I will ask again "How do I completely remove CC from my computer"?
    And don't talk about CC cleaner.
    Howard

    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/HT1923

  • TS3694 I've ios 5.1.1 on my ios and i want to update to 6.1.2 not 6.1.3 ive downloaded the 6.1.2 file but for some reason i keep getting (3194) error.. what do I do?

    I've ios 5.1.1 on my ios and i want to update to 6.1.2 not 6.1.3 ive downloaded the 6.1.2 file but for some reason i keep getting (3194) error.. what do I do?

    You are getting the 3194 error because you cannot update to 6.1.2, since it is no longer current.
    The fact that you downloaded the 6.1.2 file does not matter.  If you upgrade, you must upgrade to the latest version.
    I cannot imagine why you would not want to update to the current 6.1.3 version instead of 6.1.2.

  • I am so angry - there has to be a misundering.  my Itunes was disabled as there was a charge that I did not authorize and I cannot find the phone

    I am so angry - there has to be a misunderstanding.  my Itunes was disabled as there was a charge that I did not authorize and I cannot find the phone number for security and the dingbat girl who I'm emailing send me a link that does not work.  And I am extremely frustrated.   Please help.  I need a phone # to contact security.

    Contact Apple Support here:
    ACCOUNT SECURITY CONTACT NUMBERS
    Cheers,
    GB

  • I have been noticing that when using the computer the mouse keeps going in places where I really do not want and just now select the sentence without I have done anything. Sometimes goes to places like bookmark or open tabs in website when I am reading a

    I have been noticing that when using the computer the mouse keeps going in places where I really do not want and just now select the sentence without I have done anything. Sometimes goes to places like bookmark or open tabs in website when I am reading a page.
    Also I have noticed opened windows that I have not opened.
    I have verified the sharing folder and also the remote access but it not let me turn it off.
    Also I have add a password to my computer and even using the same one it looks like is not working.
    The I photo stopped working, Mac Mail does not let me add rules (this is from one day to the other)
    The computer is mine, the internet I use is payed by me with a password. I did not give permission to anyone to use my computer or share my files.
    In system preferences in the sharing folder is showing everyone and staff.
    My computer is private I do not own a company and I do not have a network set up in my house.
    I had my photos removed from my computer and even after trying to reinstall I photo and fix the Mac Mail is not working.
    I am receiving emails saying that I have sent emails to people that I do not know and including in a time where I am working and not using the computer.
    Any suggestions in how to fix this issue?
    I really appreciate.

    With the multitude of issues you have I would take it to an Apple store or AASP and have them sort it out. Then I would sign up for Apple camp or one on one.

  • HT3702 When trying to purchase an app an error message comes up saying the info I entered does not match my banking info. The odd thing is, the $1.00 hold is shown immediately on my credit card acct. , so I obviously did enter it correctly. Tried 5 times.

    When trying to purchase an app an error message comes up saying the info I entered does not match my banking info. The odd thing is, the $1.00 hold is shown immediately on my credit card acct. , so I obviously did enter it correctly. Tried 5 times. Any suggestions

    When trying to purchase an app an error message comes up saying the info I entered does not match my banking info. The odd thing is, the $1.00 hold is shown immediately on my credit card acct. , so I obviously did enter it correctly. Tried 5 times. Any suggestions

  • I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.Not working in USA timezone.

    I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.It works fine in our side (Timezone,kolkata ,india even for Timezone,slvaniya,USA) but our USA client is telling that on changing the date it not starts from start-up sequence.Can anyone plz suggest the reason for it.

    This is the code which we have used.
    //////////Return if it is first time for the day or not//////////////
    + (BOOL)isFirstTimeToday {
    BOOL result = YES;
    NSDate *now = [[NSDate alloc] init];     /// represents the current time
    NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
    NSDateComponents *components = [gregorian components:(NSYearCalendarUnit | NSMonthCalendarUnit | NSDayCalendarUnit) fromDate: now];
    NSDate *today = [gregorian dateFromComponents:components];
    [now release];
    [gregorian release];
    NSDate *savedDate = [[NSUserDefaults standardUserDefaults] objectForKey:LAST_TIME_VISITED];
    if (savedDate) {
    if ([today earlierDate:savedDate] == today) {
    result = NO;
    return result;
    ////////Stores the date/////////////
    + (void)userDidVisitReenforceScreenToday {
    [[NSUserDefaults standardUserDefaults] setObject:[NSDate todayAtMidnight] forKey:LAST_TIME_VISITED];
    ////////////What [NSDate todayAtMidnight] stores/////////////////////
    + (NSDate *)daysFromNowAtMidnight:(NSInteger)nOfDays {
    NSDate *date = [NSDate dateWithTimeIntervalSinceNow: (86400*nOfDays)];
    NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
    NSDateComponents *components = [gregorian components:(NSYearCalendarUnit | NSMonthCalendarUnit | NSDayCalendarUnit) fromDate: date];
    NSDate *dateAtMidnight = [gregorian dateFromComponents:components];
    [gregorian release];
    NSLog(@"dateAtMidnight : %@",dateAtMidnight);
    return dateAtMidnight;
    + (NSDate *)todayAtMidnight {
    return [self daysFromNowAtMidnight:0];
    Please Suggest..

  • I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.It works with iPod not with iPhone

    I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.It works with iPod not with iPhone

    Try posting in the developer forums to see if you can get some assistance,you'll have to be a registered developer for access though.
    developer.apple.com

  • HT1212 my ipad is not responding and 1/3 of the screen is white

    my ipad is not responding and 1/3 of the screen is white.

    Hi mandfrhi,
    If your iPad isn't responding or won't start up correctly, you may find the troubleshooting steps outlined in the following article helpful:
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/ts3281
    Regards,
    - Brenden

  • HT3275 My back up is not occuring and I am getting the message: sparsebundle is already in use; any clues?

    My back up to time machine is not occuring and I am getting the message: sparsebundle already in use.  Any Clues?

    This is the most common error on Mountain Lion.. at least 5 and up to 10 times a day.. I wish we had a proper method of referencing these errors.
    Simply reboot the TC.
    Read C12 here.
    http://pondini.org/TM/Troubleshooting.html

  • My iphone 5 microphone is not working and i have tried the brush technique and still has not recovered ? what should i do

    My iPhone 5 microphone is not working and i have tried the brush technique and the microphone still has not recovered .. what should i do?

    your phone is still under warranty.  Bring it to Apple for evaluation.

  • I have purchased apps for my ipod touch and they are not loading properly.  They appear on the screen, however when I touch them, they do not load and bounce back to the main screen.  Any suggestions on how to fix?

    I have purchased apps for my ipod touch and they are not loading properly.  They appear on the screen, but when you touch them, they do not open and bounce back to the main screen.  Any ideas on how to fix?

    Try the basics from the manual:
    restart.
    reset.
    restore.
    iPod touch User Guide (For iOS 4.3 Software)

Maybe you are looking for

  • Creating File in Shift-JIS, Japanese Encoding for EFT

    Hi, We need to do EFT for the data which is present in Shift-JIS(JA16SJIS), Japanese characterset. Our database is having NLS_CHARACTERSET -- UTF8 NLS_NCHAR_CHARACTERSET -- AL16UTF16 File needs to be sent to the bank in the Shift-JIS format, I need t

  • Outgoing payment and formatted search

    hi how can i write a FS that distinguish between the methods of the payment (cash, check,cc). thanks Rafi

  • Can't execute this command in terminal of Leopard Server

    Hi everyone, I just upgraded from Tiger Server to Leopard server, everything going ok so far but only one problem i have with running this command. Here is what i did server:~ administrator$su root password sh-3.2# sh start-cumulus.sh sh: - : invalid

  • How to check message q

    Hi All, We have sun java messaging server 7.3 we want to check the queue message. Regards kk

  • Crystal Reports 2011/ SBO 9 - Printing Layout on the Stickers Printer

    Hi, I Created  The CR Layout for print Stickers. I have Zebra Printer The Layout's size are optimized to Sticker page size. When I Click Print Preview  on the Crystal Reports for SBO 2011 Application - I'm Able to print Successful Sticker. When I Try