Form should run automatically

i created one form to update the records in my table but the form should run automatically for every month.

Hi *848525*
How about getting yourself a friendlier handle? 848525 does not look very nice, does it?
Always state the Forms Version and DB version when posting queries.
i created one form to update the records in my table but the form should run automatically for every month.Forms, as you must know by now, is an interactive interface.
If you want a job to be run at fixed times and/ or repeat then you should use DBMS_SCHEDULER to schedule a PL/SQL procedure. Forms is not the right thing to use for this.
Cheers,

Similar Messages

  • Why Forms should run on Web?

    Hi,
    My form is running on the Web. But now I am thinking that why that should run on the Web?.
    Is there any document that I can read?.

    I have a database in my canada office on VMS operating system and machine is Alpha. Right now I am using a unlimited Telephone line to connect my terminals from the US in my database in Canada. Its cots some thousands every month. Can I reuce this Cost if i convert my forms from COBOL to Forms 6i. Will that forms working using Internet. Does any one have any sample forms on the web may i see.
    Any help will be highly appreciated !
    Mustafa

  • Transaction should run at a particular time once in a day.

    I have a transaction and an Xacute query.  I am fetching data from local database, and posting a measuring document in SAP R/3. Right now i have to run the transaction manuallly to post the document.
    I want that my transaction should run automatically at a particular time once in a day (at the end of the day), and document should get posted in R/3 at the end of the day.
    Can you help me out, how to go ahead for the same.

    Ashish,
    In SAP MII Menu, In Left side Navigation,Go to
    Business Logic Services---> Schedule Editor. In that window,select the transction you want to run and select the time pattern how fequently you want to run the transaction.
    For more details : http://help.sap.com/saphelp_xmii120/helpdata/en/index.htm  (for MII 12.0)
    In above link select the System Mangement--> Shedule Editor.
    http://help.sap.com/saphelp_xmii115/helpdata/en/index.htm  (for MII 11.5)
    in above link Business Logic Services---> Schedule Editor.
    Hope this helps you.
    -Suresh

  • JOB in Sql Server Agent should run multiple times.

    Hi Guys,
    I have a ETL SSIS job in Sql Server Agent, Which should run multiple times.
     1. For Example : I scheduled a job at 10:00 PM, If the job fails at 10:00 PM it should run automatically again at 10:10 PM, if the job fails again at 10:10 PM then the job should run at 10:40 PM.
    If the job gets success at first attempt i.e 10:00 PM, then it should not run at 10:10 PM.
    Note : The time difference between jobs is 10 minutes and 30 minutes. And i know that we can run the job at regular intervals.
    Thanks in advance

    Just add retry attempts to whatever number you want (2 as per your original explanation) in Job step properties as below
    Have a logic to include a delay of 10 mins . You can make use of WAITFOR function for that
    see
    http://www.mssqltips.com/sqlservertip/1423/create-delays-in-sql-server-processes-to-mimic-user-input/
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Icons are not visible when the form is run

    I develop a form with only a push button. I developed form using oracle 10DS. I have saved my form in application server. To see an icon in my button, i did the following things:
    1. In application server i made a jar named test.jar. It consists of just two gif images.
    2. I copied this jar in application server's \forms90\java directory
    3. I configured formsweb.cfg file as the following.
    4. my \form90\java\oracle\forms\registry\registry.dat is as the following.
    whenever i run form i can not see icon but in client's oracle jar cache jar is downloaded.
    -------------------------------formsweb.cfg -------------------------------------------
    =========================
    # $Id: formsweb.cfg,v 1.24 2003/08/22 01:07:35 pkuhn Exp $
    # formsweb.cfg defines parameter values used by the FormsServlet (f90servlet)
    # This section defines the Default settings. Any of them may be overridden in the
    # following Named Configuration sections. If they are not overridden, then the
    # values here will be used.
    # The default settings comprise two types of parameters: System parameters,
    # which cannot be overridden in the URL, and User Parameters, which can.
    # Parameters which are not marked as System parameters are User parameters.
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overriden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    # USER PARAMETERS
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/servlet/f90servlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    # System parameter: default base HTML file
    baseHTML=base.htm
    # System parameter: base HTML file for use with JInitiator client
    #baseHTMLjinitiator=basejini.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.htm
    # System parameter: base HTML file for use with Microsoft Internet Explorer
    # (when using the native JVM)
    baseHTMLie=baseie.htm
    # System parameter: delimiter for parameters in the base HTML files
    HTMLdelimiter=%
    # System parameter: working directory for Forms runtime processes
    # WorkingDirectory defaults to <oracle_home>/forms90 if unset.
    workingDirectory=
    # System parameter: file setting environment variables for the Forms runtime
    processes
    envFile=default.env
    # System parameter: JVM option for Microsoft Internet Explorer.
    # This parameter specifies how to execute the Forms applet under
    # Microsoft Internet Explorer 5.x or above. Put IE=native if you want
    # the Forms applet to run in the browser's native JVM.
    IE=JInitiator
    # Forms runtime argument: whether to escape certain special characters
    # in values extracted from the URL for other runtime arguments
    escapeparams=true
    # Forms runtime argument: which form module to run
    form=test.fmx
    # Forms runtime argument: database connection details
    userid=
    # Forms runtime argument: whether to run in debug mode
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    port=
    # Other Forms runtime arguments: grouped together as one parameter.
    # These settings support running and debugging a form from the Builder:
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array%
    obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record%
    tracegroup=%tracegroup% log=%log% term=%term%
    # Sub argument for otherparams
    buffer=no
    # Sub argument for otherparams
    debug_messages=no
    # Sub argument for otherparams
    array=no
    # Sub argument for otherparams
    obr=no
    # Sub argument for otherparams
    query_only=no
    # Sub argument for otherparams
    quiet=yes
    # Sub argument for otherparams
    render=no
    # Sub argument for otherparams
    record=
    # Sub argument for otherparams
    tracegroup=
    # Sub argument for otherparams
    log=
    # Sub argument for otherparams
    term=
    # HTML page title
    pageTitle=Oracle Application Server Forms Services
    # HTML attributes for the BODY tag
    HTMLbodyAttrs=
    # HTML to add before the form
    HTMLbeforeForm=
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms90/l90servlet
    # Forms applet parameter
    codebase=/forms90/java
    # Forms applet parameter
    imageBase=codeBase
    # Forms applet parameter
    width=750
    # Forms applet parameter
    height=600
    # Forms applet parameter
    separateFrame=false
    # Forms applet parameter
    splashScreen=
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    logo=
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow
    _debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet archive setting for JInitiator
    archive_jini=f90all_jinit.jar,classes12.jar,test.jar
    # Forms applet archive setting for Microsoft Internet Explorer native JVM
    archive_ie=f90all.cab
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer,
    etc)
    archive=f90all.jar
    # Number of times client should retry if a network failure occurs. You should
    # only change this after reading the documentation.
    networkRetries=0
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms90/jinitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0017-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    jinit_exename=jinit.exe#Version=1,3,1,17
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.17
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://java.sun.com/products/plugin/1.3/plugin-install.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:8AD9C840-044E-11D1-B3E9-00805F499D93
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version
    =1,3,0,0
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;version=1.3
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # Single Sign-On OID configuration parameter
    oid_formsid=formsApp_drsshl_C75ED7E7CA18492FA35AA090350527B7
    # Single Sign-On OID configuration parameter
    oracle_home=E:\Oracle_SHLAS
    # Single Sign-On OID configuration parameter
    formsid_group_dn=cn=Logical Application Group,
    orclApplicationCommonName=formsApp_drsshl_C75ED7E7CA18492FA35AA090350527B7,
    cn=forms, cn=Products, cn=OracleContext
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=true
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    # The parameter allow_debug determines whether debugging is permitted.
    # Administrators should set allow_debug to "true" if servlet
    # debugging is required, or to provide access to the Forms Trace Xlate utility.
    # Otherwise these activities will not be allowed (for security reasons).
    allow_debug=false
    # Parameter which determines whether new Forms sessions are allowed.
    # This is also read by the Forms EM Overview page to show the
    # current Forms status.
    allowNewConnections=true
    # Example Named Configuration Section
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/servlet/f90servlet?config=sepwin".
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example Named Configuration Section
    # Example 2: configuration affecting users of MicroSoft Internet Explorer 5.x.
    # Forms applet will run under the browser's native JVM rather than using Oracle
    JInitiator.
    [ienative]
    IE=native
    # Example Named Configuration Section
    # Example 3: configuration forcing use of the Java Plugin in all cases (even if
    # the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    baseHTMLie=basejpi.htm
    # Example Named Configuration Section
    # Example 4: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file).
    [debug]
    serverURL=/forms90/l90servlet/debug
    [test]
    form=E:\ict\ITSUPPORT\test.fmx usesdi=yes
    userid=support/s00001@dshl
    width=100%
    height=100%
    colorscheme=blue
    pageTitle=ICT Support :: Just in Time
    imagebase=codebase
    archive_jini=f90all_jinit.jar,rolloverbutton.jar,getclientinfo.jar,infobutton.jar,test.jar
    webUtilArchive=frmwebutil.jar,jacob.jar
    baseHTMLjinitiator=webutiljini.htm
    #lookAndFeel=Oracle
    splashscreen=ash.gif
    logo=none
    separateFrame=false
    ******************************************** registry.dat
    ---=========================
    # This is the Registry file.
    # This file contains the logical [Java] Class name and an associated
    # [numerical] identifier that will be used to refer to objects of the
    # class in order to reduce the amount of information that needs to be
    # repeatedly transmitted to the client.
    # This file is of the Form understood by java.util.Properties (for now)
    # The System Level sound file is relative to the CODEBASE
    oracle.classById.1=oracle.forms.engine.Runform
    oracle.classById.4=oracle.forms.handler.FormWindow
    oracle.classById.5=oracle.forms.handler.AlertDialog
    oracle.classById.6=oracle.forms.handler.DisplayList
    oracle.classById.7=oracle.forms.handler.LogonDialog
    oracle.classById.8=oracle.forms.handler.DisplayErrorDialog
    oracle.classById.9=oracle.forms.handler.ListValuesDialog
    oracle.classById.10=oracle.forms.handler.EditorDialog
    oracle.classById.11=oracle.forms.handler.HelpDialog
    oracle.classById.12=oracle.forms.handler.FormStatusBar
    oracle.classById.13=oracle.forms.handler.MenuInfo
    # oracle.classById.14=UNUSED
    oracle.classById.15=oracle.forms.handler.ApplicationTimer
    oracle.classById.16=oracle.forms.handler.MenuParametersDialog
    oracle.classById.17=oracle.forms.handler.PromptListItem
    oracle.classById.18=oracle.forms.handler.CancelQueryDialog
    oracle.classById.257=oracle.forms.handler.TextFieldItem
    oracle.classById.258=oracle.forms.handler.TextAreaItem
    oracle.classById.259=oracle.forms.handler.FormCanvas
    oracle.classById.261=oracle.forms.handler.ButtonItem
    oracle.classById.262=oracle.forms.handler.CheckboxItem
    oracle.classById.263=oracle.forms.handler.PopListItem
    oracle.classById.264=oracle.forms.handler.TListItem
    oracle.classById.265=oracle.forms.handler.CfmVBX
    oracle.classById.266=oracle.forms.handler.CfmOLE
    oracle.classById.267=oracle.forms.handler.RadioButtonItem
    oracle.classById.268=oracle.forms.handler.ImageItem
    oracle.classById.269=oracle.forms.handler.IconicButtonItem
    oracle.classById.270=oracle.forms.handler.BlockScroller
    oracle.classById.271=oracle.forms.handler.JavaContainer
    oracle.classById.272=oracle.forms.handler.TabControl
    oracle.classById.273=oracle.forms.handler.ComboBoxItem
    oracle.classById.274=oracle.forms.handler.TreeItem
    oracle.classById.281=oracle.forms.handler.PopupHelpItem
    # Defaults for the Font details, all names are Java Font names. Each of
    # these parameters represents the default property to use when none is
    # specified.
    # defaultFontname represents the default Java fontName.
    # defaultSize represents the default fontSize. Note that the size is
    # multiplied by 100 (e.g. a 10pt font has a size of 1000).
    # defaultStyle represents the default fontStyle, PLAIN or ITALIC.
    # defaultWeight represents the default fontWeight, PLAIN or BOLD.
    default.fontMap.defaultFontname=Dialog
    default.fontMap.defaultSize=900
    default.fontMap.defaultStyle=PLAIN
    default.fontMap.defaultWeight=PLAIN
    # Default Font Face mapping.
    # appFontname represents a comma delimited list of Application Font Names.
    # javaFontname represents a comma delimited list of Java Font Names.
    # The number of entries in the appFontname list should match the number in
    # the javaFontname list. The elements of the list are comma separated and
    # all characters are taken literally, leading and trailing spaces are
    # stripped from Face names.
    # Note that this file uses the Java 1.1 Font names in order to be able to
    # handle the NLS Plane (BUG #431051)
    default.fontMap.appFontnames=Courier New,Courier,courier,System,Terminal,Fixed,Fixedsys,Times,Times New Roman,MS Sans Serif,Arial, Kunstler Script
    default.fontMap.javaFontnames=MonoSpaced,MonoSpaced,MonoSpaced,Dialog,MonoSpaced,Dialog,Dialog,Serif,Serif,Dialog,SansSerif, Kunstler Script
    # The Application Level icon files are relative to the DOCUMENTBASE
    # example: icons/
    # or an absolute URL.
    # example: http://www.forms.net/~luser/d2k_project/
    default.icons.iconpath=
    default.icons.iconextension=gif
    # Application level settings to control UI features
    app.ui.lovButtons=true
    app.ui.requiredFieldVA=false
    # The background color is specified as an RGB triple.
    app.ui.requiredFieldVABGColor=255,0,0
    ---====================================
    I tried many times. But could not be successful. Then I just kept my icons in
    \forms90\java directory without making jar. In my form, icon file name is the icon name without extension. Here, i can see my icon in button. but if i replace an icon
    without changing the name of the icon, then i always see the old icon. The new icon, i can not see.
    Please, help me with only Oracle 10g AS how i can see icon in button. Let's assume, there is not oracle 10g DS (any development tool) in the machine where the form is run.
    Please, guide me clearly step by step so that i might be successful.
    Thanks.
    TKARIM

    Thanks Bernard,
    It works fine with JInitiator but not working with
    the JPI. For JPI what settings I need to do ??hi TKARIM and Bernard, i am having similar problem even with the Bernard's recommended setup. could you post the webutiljini.htm (i presume you are using config=test) ?
    i am actually using jinitiator 1.3.1.28 with Oracle HTTP Server of OAS 10gR2) calling Forms Server 6i (f60cgi). After setting up according to Bernard's recommended setup steps, the java console showed that it loaded the icon jar file when it could not read the form, but it skipped the loading of the icon jar file once it read and started the form. How do we specify in the form to pick up the icon from the jar file instead from a directory ? Or do we need to specify ? Any ideas ?
    Thx and Regards
    dkklau

  • In Oracle Forms, to run all the When-Validate-Item of all the items at once

    In Oracle Forms, is there any built-in / procedure / function which is used to run all the When-Validate-Item triggers of all the Items at once ?
    I will put it in detail :
    When a form is run and while entering the data..
    when we enter some data and try to move out of that item then the When-Validate-Item trigger of that item is fired and the code in that trigger is executed..
    Similarly there may be many items and many When-Validate-Item triggers correspondigly in a form..
    My requirement is to run all the When-Validate-Item triggers of a form at once when we click a button which is created for that purpose only..
    So is there any built-in / procedure / function (to run all the When-Validate-Item triggers of all the items), which can be called in the When-Button-Pressed trigger of that particular button..
    If any one having any solution/suggestion, please let me know..
    Thanks..
    Edited by: user2938447 on Nov 8, 2010 9:03 PM
    Edited by: user2938447 on Nov 8, 2010 9:12 PM
    Edited by: user2938447 on Nov 8, 2010 10:19 PM

    Hi Sandy,
    Thanks for your suggestion..
    The validations should be done at Item level (When-Validate-Item as usually) and seperately again when a button is pressed.
    So to put all the code in another block-level When-Validate-Item trigger or in any When-Button-Pressed trigger will be duplication of the code.
    Actually I have around 30 Fmbs to be modified and each Fmb is having around 20 Items and almost all Items are having When-Validate-Item trigger.
    So,I wanted to know whether there is any Built-in / Procedure in Oracle Forms which runs all the When-Validate-Item triggers once it is called.
    Thanks..

  • Reducing size of forms to run at web...please participate

    hey.
    forms should be smaller in size to open quickly at web. which thing in form increases the size more as compared to anyother thing. i discovered that if you comment out your uncessary code in your proceadures and triggers it reduces the size of the form.I surprised why it reduces the size of the form while i didnot remove this comment out code from the form.
    /* declare
    end
    anyway what are the other ways to reduce the size of forms.
    Regards
    Rehman

    but my concern is the time consumed to open the form in browser after putting STATIC IP in address bar.The time it takes the browser to start the initial form in Web Forms always takes a long time. I bet if you run a test with the simplest and smallest form possible, you would find the initial startup is still almost the same as your production forms.
    In fact, why don't you make a simple form that you start from the browser, and on it, put a pushbutton that starts your actual production form using a New_Form command. It will take a very long time to start up the simple form. But once you click the pushbutton, your production form will start almost instantly.
    There is a lot of process initialization going on between the browser and the java processing required to run the form. I believe it is the java stuff that takes a long time, because any time I run any other (non-Forms) process on my platform that uses java, it also seems to take forever to get started.
    I am starting to think the java world is a lot of hype and creates far more problems than it solves.

  • Open second form at run-time (and transfer variables)

    Hi,
    i'm searching for a method to open a second (maybe attached) form from an existing form at run-time.
    The goal would be to have a button in a form which runs a function as click event that opens the second form and transfer field values from the existing form to the new opened form.
    To new form should opened in a separate Adobe Reader window because the user should have the possibility to save or print the both forms separately.
    Regards

    Hi,
    check this solution.
    http://blogs.adobe.com/formfeed/2010/07/shared_data_in_packages_part_2.html

  • Report is run automatically before submit process

    Hi,
    I am navigating from logon page to my 1 page where I have my search criteria for my report. Unfortunately the query is run automatically. It should wait till I will fill in my criteria and then press submit button to see the results.
    Could you please tell me what shoudl be done to don't trigger my report when navigating from logon to 1 page?
    Regards,
    Beny

    Here you have my query:
    select transaction_id AS "Transaction ID",
    to_char(insert_tms,'DD-MM-YYYY HH24:MI:SS') AS "Insert Date/Time",
    to_char(start_tms,'DD-MM-YYYY HH24:MI:SS') AS "Start Date/Time",
    to_char(end_tms,'DD-MM-YYYY HH24:MI:SS') AS "End Date/Time"
    from table(trans_rep_sql2tab(:P5_DB_SCHEMA,:P1_OWNER_NM,:P1_TABLE_NM,:P1_TRANS, to_date(:P1_START_TMS,'DD-MM-YYYY HH24:MI:SS'), to_date(:P1_END_TMS,'DD-MM-YYYY HH24:MI:SS')));
    All parameters coming from 1 region that contains search criteria.
    I understood that I can put in DISPLAY CONDITION if not null :P1_TRANS, but then if I won't put any value into this textbox I will never see my region 2 and no results from my query that can get rows even if textbox 1 is empty?

  • Will scripts run automatically ?

    If I shut down my Mac everynight(I live in a time zone 6 hours ahead of Eastern US time), will the scripts run automatically when I start it up the next morning...or...do I need a special utility application for this ?

    these scripts are not worth worrying about. you should just leave them alone. the OS does a very good job of running them all by itself. and they are all quite useless anyway. many people (apparently yourself included) seem to think that these periodic scripts are important maintenance tools and will make your system run better and faster. nothing can be further from the truth.
    *monthly scripts* :
    1. archive and recycle fax logs. have you used your mac as a fax machine lately?
    2. write accounting information (total uptime of every account) in the monthly.out log.
    That's IT. so unless you use your mac as a fax machine (do you, really?) you don't need to run monthly scripts. EVER.
    *weekly scripts*:
    in snow leopard they do one thing ONLY: rebuild whois database. it's only useful if you are a unix user and actually use the whois terminal command at least on occasion. I'll bet my bottom dollar you never have and never will. then you don't need to run the weekly scripts either. EVER.
    *daily scripts*
    they do several things
    1. clean up the logs from /Library/Logs/CrashReporter which are more than 60 days old. hardly an urgent task. and those logs are really very few unless your system is seriously messed up. you can go a year without deleting any and will collect a few MBs at the most.
    2. delete junk from /tmp directory that's more than 3 days old.
    This is done automatically on every reboot without any periodic scripts. if you don't reboot the computer then daily scripts will run *no matter* the schedule. if you don't sleep the computer at night they'll run at night. if you do sleep the computer at night they will run first thing in the morning when the computer is turned on. again, zero need to reschedule anything.
    3. deletes files older than 7 days from /var/rwho. this is only relevant if you are running a unix network. otherwise there is nothing to delete - EVER.
    4. rotate accounting files. again, those are nonexistent unless you are a unix administrator.
    5. run the terminal command *df -l -h* and print out the output to daily.out. all this command does is list currently mounted hard drives. useless.
    6.print the current network status in daily.out. this is again just reporting not maintenance.
    7. Delete system messages. Once again this is relevant only for multi-user Unix systems.
    8. remove scratch fax files. see my comment above about using your mac as a fax machine.
    9. it writes some other accounting and system status info to daily.out. this is again only reporting and is ONLY actually present on unix networks.
    and that's all, folks.

  • Form when running through menu

    Hi
    I have a form - and when I run it from forms, it runs with the a toolbar up the top with icons for save, delete record etc. However when I run it through a menu (.mmb), it doesn't have this toolbar at the top. How do I make it show this toolbar when running from a menu?
    Thanks
    Martin

    Sorry, I didn't see your reply before.
    I think the problem could be that you specify No_Replace. This means that [Oracle Forms will keep the default menu module of the calling form active for the called form|http://www.oracle.com/webapps/online-help/forms/10g/topics/f1_help/builta_c/callform.html?tp=true].
    You should look into using the FORMS_PATH variable instead of using the full path to the form, it's not essential but it's more flexible. On earlier versions this is FORMS90_PATH, FORMS60_PATH etc, and is set in the .ENV file (assuming you're on webforms).

  • Forms 6i and Forms 9i Running at the same time

    I was wondering if it is possible to run the Forms 6i developer suite and the Forms 9i developers suite at the same time and database environment.

    Oracle9iAS Release 2 = Oracle9i Forms and you can only run 9i Forms in this stack.
    Oracle9iAS Release 1 - Oracle Forms6i and you can only run 6i Forms on this stack.
    You should "mix and match" version of Forms. You should run the version of Forms on the same platform version.
    Of course, you can upgrade your 6i Forms to 9i which means they will now only run on Oracle9iAS Release 2.
    I know its a little bit confusing but we are slowly getting all our release numbers aligned to make it easier for you.
    Regards
    Grant Ronald
    Forms Product Management

  • Windows Services doesn't running automatically

    Hi you all,
    Every I shutdown or restart my Mac the windows service is doesn't runn & I should starting it manually.
    How to configure this services in order running automatically?

    I have the same problem. My PPC Xserve is running 10.4.7 and is configured as OD master and PDC. The Windows Service start manually in the Service Admin and changes /etc/hostconfig to set "SMBSERVER=-YES-", but doesn't restart automatically on reboot.
    I found one workaround. There are two launchd items in /System/Library/LaunchDaemons: smbd.plist and nmbd.plist. You can enable them by:
    cd /System/Library/LaunchDaemons
    sudo launchctl load -w smbd.plist
    sudo launchctl load -w nmbd.plist
    and on restart, Windows file sharing will start automatically. The downside is that it will still be grayed out in the Service Admin.
    PPC Xserve   Mac OS X (10.4.7)  

  • How could the wireless ethernet card running automatic when system reboot?

    I have already setup the wireless networking card correctly which name is wpi0,but every time when I use it to link to internet,
    I had to key the instuction like this :
    ifconfig wpi0 plumb
    ifconfig wpi0 up
    ifconfig wpi0 dhcp
    and then input:
    wificonfig -i wpi0 connect mywifi
    comment: mywifi is the profile file of connection to my wireless router
    I had set it with the instruction before like thisi
    wificonfig createprofile mywifi essid=2WIRE678 encryption=wep wepkey1=1234567890
    anybody can help me group up the command line and has it running automatic when system reboot
    it seems the wireless card always need manual connect to router, that 's trouble.

    It should connect on it's own. Which version of Solaris are you using?
    If worse comes to worse just drop all of your commands into a simple script and then run that script as part of your .profile or equivalent.
    alan

  • Should I automatically add 'x86_64' to my PKGBUILDs?

    Hi,
    i got a question: Should i automatically add x86_64 to my PKGBUILDs or not? I'm only running 32bit.
    My default behaviour always was to not add it and wait until somebody sends me a comment like "hi, it's running fine on x86_64, please add..." or "hi, you need to blablabla to get this running on x86_64" and then i would normally drop the package with a comment that i'm unable to maintain 64bit packages.
    Now, recently i got a comment for one of my packages like "hi, fix your shit, x86_64 is so common these day".
    So what's your opinion/Is there a default policy that i've overlooked? Should i stick to my old behaviour not adding x86_64 by default at the risk of annoying users and making things more complicated (comment ping-pong) or should i just add it and assume it'll be okay? Is there any guide/article which mentions potential problems with building 64bit packages, so that i can asses if there might occur problems or not?

    @Masuto
    I am one of the people who asked you to add x86_64 to pkgbuilds, more specifically - petri-foo && ebumeter - which both compile fine and work on x86_64. Which is exactly the reason i asked you to add x86_64. ie: i use both of those packages, almost daily on my 64bit system and didn't ask you to add x86_64 without first making sure they worked okay. Also, even if their was a (later) problem of x86_64 version not compiling - the problem would be reported upstream to the developer, as a problem like that should be reported upstream, rather than expecting the packager to have to fix the developers the code.
    I'd also like to point something out here; I did not make any demands, nor did i say this;
    masuto wrote:hi, fix your shit, x86_64 is so common these day
    Now here is actually what i said;
    triplesquarednine wrote:
    *please* fix your pkgbuild;
    ==> ERROR: ebumeter is not available for the 'x86_64' architecture.
    Note that many packages may need a line added to their PKGBUILD
    such as arch=('x86_64').
    64bit CPUs are pretty much standard these days, so you should have x86_64 specified in there.
    cheerz
    I see a big difference in your interpretation of what i said vs. what was actually said;
    I politely asked you to fix your pkgbuild and 'cheerz' also indicates a salute / thanks / gratitude / appreciation... 
    Maybe i am wrong to assume you 'should' have x86_64, using the reasoning that 64bit CPUs dominate the market and are quite common place ~ but when both packages are working fine for 64bit and only require adding x86_64 to the arch=() in order for x86_64 users to use them - i can't imagine any reason to not add them.
    do we really need to have separate x86_64 pkgbuilds/AUR for either of those packages?
    food for thought.
    Last edited by triplesquarednine (2012-07-18 18:03:22)

Maybe you are looking for

  • Cannot login to other user accounts via Terminal

    Hi. I'm a Unix newb. I am reading Mac OS X Support Essentials and I'm a little stuck on the command line chapter. There is a command that just does not work for me. I am an Administrator using an Administrator account. I am using bash Terminal and tr

  • IOS Developer Program compatible with PC

    Hi, I had an idea to develop an app and decided to create it myself. Is the IOS developer program compatible with PC's or will I have to purchase a Mac? Thanks,

  • Table of contents moves images

    I'm running into a problem with a paper I am writing. At the top of the paper is a Table of Contents, in the different pages are floating images. I need them to float so that the text wraps around them at the correct parts. The problem is, when the T

  • SolMan Adapter HP QC, not able to link documents in Quality Prerequisites

    Hello Everyone: I am currently using Solution Manager 4.0 with the adapter for HP Quality Center activated. Within the Quality Prerequisites tab (formerly  known as Quality Standards tab) if I try to add a Quality Prerequisite document with the optio

  • Link between objects of universes and reports BO 5.1

    Hallo! I would like to know if there is a way to know which reports BO 5.1 use a specific object of a universe. I thought the information was stored in the database repository, but I didn't find the link between reports and universes. Can anyone help