Deleting DEFAULT clause

Hi,
How can I delete DEFAULT clause from column definitions without dropping
column itself?
After:
CREATE TABLE my_table (my_column DATE DEFAULT SYSDATE);
all worked fine. Now I don't need in this DEFAULT clause.
So I tried
ALTER TABLE my_table MODIFY (my_column);
but it had no effect.
I can do
ALTER TABLE my_table MODIFY (my_column DEFAULT NULL);
and it works, but how to delete "empty" DEFAULT clause completely?
Thank for your help.

Hi user594985,
Do you want your own custom login page or are you trying to have no login requirement and just go straight to a home page for the app of some sorts?
If it is the former then by all means just edit your existing login page (101 by default) or create your own from scratch and define it as your login page. To do this just edit your application attibutes to point to this new page on login, logout and session timeout etc...
Cheers,
Mike
PS: Please update your user name to something a little "friendlier"

Similar Messages

  • Deleting default trace file in java

    Hello all,
    Whats the best way to automatically delete default trace file in java instance? I want to delete these files lets say every week or 2 wkkds,Is there any type of configuration that can be done through NWA or OS...? or do i have to write some scripts? Please advice.

    Perfect.
      When set to 10, 0 -->9 are cyclic files. Regarding archiving, yes this is possible. Apart from defaulttrace files you can also archive other java log files (system, network,security etc). The configuration procedure is explained :-
    http://help.sap.com/saphelp_nw04/helpdata/en/48/2edfd5bd3e0d4a81b90325fe195a70/frameset.htm
    Once the 10th trace file(i.e.defaultrace9) is full, all the trace files (from defaulttrace0-defaultrace9) are zipped to a single file. The file compression ratio is extremely good.
    Unfortunately there is no automated mechanism to clear off the archived files. This needs manual intervention(regular cleanup, script etc).
    The archived log files may also be viewed for analysis from NWA.
    While estimating the size for each defaulttrace consider  three factors  i) System load ii) Number of defaulttrace files.
    iii) Retention days(without archiving)
    Ex: System load as observed :
    Say the trace file size is 10MB and 6 trace files get written in 4 hours of peak time and 1 trace files is written for 4 hours during non-peak time .Assuming 8 hours of peak business hours and rest all non-working hours.
    No of files generated is 62 + 14 = 16 files of 10 MB each are generated per week day
    If the defaulttrace file  count is set to 16, you can retain one days' logs . Say you wish to retain the same with less number of files (i.e. 8) you would have to increase the file size to 20 MB. Also will have to look at file system space availability.
                   CAUTION: For a file system occupancy estimate, you will have to also consider as to how many Server nodes are 
                                    configured as each node has its own log area !
    For this you need to observe the pattern as to how many files are being written then estimate the size and count
    cheers !
    PRADi

  • Deleted default games from 2330 accidentally :(

    I accidentally deleted default games from my 2330. I love the Galaxy Balls game. How can I restore it or is there any place where I can download it?
    Any help would be appreciated.
    Thanks!

    You can do either of the following :
    1) On the phone, go to Application > Option > Game Download and try to download the game using the phone, as long as the game is still available from the server. Warning : This may required data connection on your phone, along with a data plan from your phone provider. 
    Moderator's Note: Part of the message with a link was removed as it constitutes to advertisement which is not allowed in the forum.

  • Default clause in tables

    Hi,
    I'm using java API to deploy my publication and publication items.
    The problem is that, on client side, the tables are generated without
    the default clause on columns.
    I'm using this method:
    createPublicationItem(java.lang.String name, Consolidator.PubItemProps pi_props)
    with      pi_props.setDfltColOptions = true
    Any help is highly appreciated.
    Regards

    How did you test this? Did you just do a DESC on your table and not see the defaults?
    Here is what I use and I haven't had an issue:
    cm.createPublicationItem(
    table.getName(), // name
    SCHEMA, // owner
    table.getStore(), // store
    table.getRefreshMode(), // refresh mode
    table.getSelectStmt(), // select stmt
    null, // callback package owner
    null); // callback package name
    cm.addPublicationItem(
    PUBLICATION,
    table.getName(),
    null,
    table.getUpdateable(),
    table.getConflictRule(),
    null,
    table.getWeight(),
    null,
    true,
    (table.getShared().compareToIgnoreCase("Y") == 0) ? true : false, null);

  • Looking help in Default clause with CASE statement ?

    I have a table perform(timings date , Mor_Eve varchar2(20) )
    Requirements is
    (a) If time in timing column is < 12:00 then automatically insert 'MORNING' in Mor_Eve column
    ELSE
    automatically insert 'EVENING' in Mor_Eve column.
    Is there any way of using default clause in create table that insert Morning or Evening in the Mor_Eve column automatically depending on the Timings column ?

    Hi,
    Welcome to the forum!
    All the responses above are good.
    Why do you need to store this at all?
    If you want to display it automatically, create a view, like this:
    CREATE OR REPLACE VIEW     perform_v
    AS
    SELECT     timings
    ,     CASE     TO_CHAR (timings, 'AM')
             WHEN  'AM'     THEN  'MORNING'
             WHEN  'PM'     THEN  'EVENING'
                   ELSE  'NOT ENTERED'     -- Skip this line if you want NULL
         END     AS mor_eve
    FROM     perform
    ;Always do DML on the table, but query the view when you want to see mor_eve.
    I'm not saying there's no reason to store this; I'm just asking if you have one.
    If you must store it, a DEFAULT clause won't work.
    Starting in Oracle 11, you can have a virtual column. (You can have an index on a virtual column, but why would you want an index on a column that only had 2 values?)
    In any version, you can write a trigger that autmoatically populates the mor_eve column whenever you INSERT or UPDATE.

  • Can't delete default TOC

    I created a new RH project and it created a default TOC. Then I created a new TOC and I can't delete the default one and that's the one that keeps displaying. Any ideas?
    Thanks.
    DC

    Yes that helped. Thanks.
    Guess it's time to upgrade.... again
    Diane
    From:
    RoboWizard <[email protected]>
    To:
    "Diane
    Date:
    06/11/2009 08:34 AM
    Subject:
    RoboHelp HTML Can't delete default TOC
    Hi again
    Arrrgh! I'm so sorry! Silly me. I'm mixing up my RoboHelp versions.
    I just checked my version 7 and it doesn't seem to offer any ability to
    nominate a different TOC as the default. RoboHelp 8 does.
    Again I apologize.
    When you edit the layout properties, you are given the option of choosing
    the TOC to use with the layout. Does this help?
    http://forums.adobe.com/servlet/JiveServlet/showImage/5200/tmp1.png
    Cheers... Rick
    http://www.robowizard.com/pc.gif
    http://www.gooberguides.com/ProductPages/RoboHelp/RoboHelp72Day.htm
    http://www.ShowMeSolutions.biz
    http://sorcererstone.wordpress.com/
    http://www.gooberguides.com

  • Can't delete default ringtones :(

    I can't delete default ringtone on my iphone5 even on my ipad mini. i purchased it by itunes

    In the iPhone Settings icon you'll find a way to tell it what ringtone to use.  So you can tell your phone to use another one without actually deleting it.
    You delete it in iTunes.  You'll find it shows up in a separate pane as 'Ringtones'.

  • Cannot delete DEFAULT.BMP "file" from Desktop

    A symbol labeled DEFAULT.BMP mysteriously appeared on my desktop.
    When I try to trash it, I get a message saying it can't be moved to the Trash because it cannot be deleted. I tried command-i to see what it was, and if I could change its status there, but command-i didn't produce anything. As far as I can tell, it's a label, but nothing attached to it.
    I'd like to get if off my desktop. Any suggestions

    >Open the Terminal utility in your Applications > Utilities folder and
    >enter the following command:
    >
    >ls -la ~/Desktop/DEFAULT.BMP
    >
    >
    >Then copy the output into a reply to this thread so we can see what it is.
    Last login: Sun Dec  2 23:40:18 on ttys000
    localhost:~ Jerry$ ls -la ~/Desktop/DEFAULT.BMP
    ls: /Users/Jerry/Desktop/DEFAULT.BMP: No such file or directory
    localhost:~ Jerry$
    >
    >You can also try running the following command (copy it exactly as-is)
    >to attempt to forcefully delete the file (provide your password when
    >prompted to run this):
    >
    >sudo rm -rf ~/Desktop/DEFAULT.BMP
    All I got back was:
    sudo rm -rf ~/Desktop/DEFAULT.BMP
    Password:
    localhost:~ Jerry$

  • Running forms and deleting default tables in oracle 9i

    i am presently running,the oracle 9i enterprise edition along
    with the forms on a single machine. do i have to also install
    the client side of the oracle 9i for the forms to run,because
    i am having errors when running the form, even though it tries
    to open an applet on a web page.
    the second question is can i delete existing tables and users
    that are in the default database which oracle9i installs on its
    installations and if so which users and tables am i allowed to
    delete.
    Thanks

    I don't know about your scripts in particiular, but you can create a file named something like tbl_create.sql and put a CREATE TABLE... sql statement in it. Run sqplus and at the prompt type:
    SQL>start tbl_create.sql;
    SQL>quit
    To load the data, use sqlldr. You use it at the system prompt like this:
    #> sqlldr username/password control=ctrl.txt
    In the ctrl.txt you would have something like this:
    load data infile 'datafile.csv' append
    into table tbl_name
    field terminated by "," optionally enclosed by '"' ( ID, FIELD2 )
    and data.csv woudl have records like
    1,"one"
    2,"two"
    etc.

  • Within Pro 9, how do I remove/delete default security settings?

    All,
    As a learning excercise, I recently password protected a document so that PRINT was disabled. However everytime I render a PDF, this security policy is applied by default requiring me to go the Security tab under Properties and select "No Security."
    How can I permanently deleted this policy so that it is no long applied to newly rendered PDFs by default?
    Thanks in advance!
    David

    I'm OK with how to remove the security settings from a document:  Documents > Properties (security tab; "No Security").
    What I'm looking for is the path to removing the security settings such that they are NOT applied when I convert a document to PDF. What is happening now is that when I convert a MS Word doc to PDF, the security settings are applied by default, which means I have to go the process, albeit a short one, of removing the security settings from the document - as referenced above.
    So again, if I simply launch Acorbat Pro 9 (without opening of a document), what is the correct path to removing (permenently) the security settings so that they are no longer applied to a converted document by default?
    Thanks in advance.

  • Trying to re-add UPDATE and DELETE default buttons to a form

    I created a maintenance form by copying a form I use for inserting rows into a table. I deleted most of the form's default buttons.
    Now I'm trying to add the UPDATE and DELETE buttons to the cloned maintenance form, with no luck. When I look at the source
    for another maintenance form, the update button shows the following code:
    <INPUT TYPE="BUTTON" NAME="FORM_TEST1_MAINTENANCE.DEFAULT.UPDATE_TOP.01" VALUE="Update" onClick="if (validateWWVM281(this.form)) do_event(this.form,this.name,1,'ON_CLICK','');">
    The newly inserted UPDATE button's code is:
    <INPUT TYPE="BUTTON" NAME="FORM_TEST2_MAINTENANCE.DEFAULT.UPDATE_TOP.01" VALUE="Update" onClick=" do_event(this.form,this.name,1,'ON_CLICK','');">
    So...... I added the code "if (validateWWVM281(this.form))" (no quotes) to the button's ONCLICK area. The source code for the form now looks like this:
    <INPUT TYPE="BUTTON" NAME="FORM_TEST2_MAINTENANCE.DEFAULT.UPDATE_TOP.01" VALUE="Update" onClick="if (validateWWVM281(this.form)); do_event(this.form,this.name,1,'ON_CLICK','');">
    Note the semicolon after the IF statement.
    Bottom line.... if I wish to add a button to a form to replicate teh functions of a default button, how do I do this?

    In the PL/SQL Button Event Handler for UPDATE button select 'Update' and write the following code:
    doupdate;
    and for DELETE button select 'Delete' and write
    dodelete;
    You don't need any code in the OnClick for these buttons.
    Hope this helps.
    -Krishnamurthy

  • Delete Default Apps?

    Aloha.
    Just got an IPhone 3GS. It came with several default Apps (Stocks, YouTube, etc.). I don't need them. Is there a way to delete these default Apps?
    TIA!

    Yeh this is what I did thank god for the new os4 folder option I used to have to have all these unwanted apps on a page at the end I had like 6 pages of apps and now I can create specific folders I now have 3 

  • Deleted default Photoshop CS5 Save for Web settings, but they return after a restart

    How do I permanently delete the default Save for Web settings that come with Photoshop CS5? (Default Settings.iros, Background Image.iros, etc)
    In CS4 you deleted them once, and they were gone. In CS5, if you delete them, they are recreated when you restart PS. Same goes for any Optimized Settings (GIF 32 Dithered.irs, JPEG Low.irs, etc), they simply can't be permanently removed, and I'm left scrolling through a long menu of things I'll never use.
    I have no use for XHTML.iros, GIF 32 Dithered.irs, or any of these settings, just like I have no use for most of the stock presets in PS, why can't I customize these presets like I can customize everything else?

    BlowPurp wrote:
    >It's my observation that many of these files are auto-generated on the first run of Photoshop. 
    >It's possible the specific files you've referred-to are now simply auto-generated when they are found to be missing.
    Yes, they are, how do I stop that?
    I don't know that you can.
    Ok, we have a way to save them, but not delete them, so what if I accidentally Save one I don't want? Or what if I Save one now, but later don't want it anymore. We're supposed to infer Adobe didn't intend us to ever Delete custom settings we Saved ourselves?!
    I suppose there's an implication that you'll be given the defaults by Photoshop, but that anything you create yourself can be deleted by yourself.  I admit it's not a very clear interface.  For what it's worth, my own applications provide an explicit "Delete" capability, have defaults that don't manifest as actual files (and are always at the top of the list), and the app doesn't allow you to even try to delete the application-provided settings (Delete is grayed-out).  I thought the whole settings thing through and tried to make sure it was more clear than parts of the Photoshop interface:
    > Have you found some documentation from Adobe that states that you can effectively customize your installation by deleting these files?
    Yes, in the FAQ: http://forums.adobe.com/thread/375776?tstart=0
    Well, from what I can see that thread was written by someone other than an Adobe Employee, and it doesn't mention .iros files at all.
    And what it seems to say is that you can reset your preferences to defaults (i.e., invoke auto-generation of a new prefs file) by deleting the old prefs file, which is what's happening for you.
    -Noel

  • Delete default product category

    Hello all, please can you tell me how can I delete a produc category form a list? I don´t have any click on the list that we can take as default ESN code.
    Please check and tell me
    Thanks in advance
    Rosa Rodríguez

    Hi Rosa
    Product category discription in the shoping card
    Producat Category should not have any default value - Shopping Cart
    please refer these two threads
    regards
    Muthu

  • Deleting default icons?

    How do you delete the icons to programs that you are not going to use? Most of them have a 'X' in the upper left hand corner that you can click on, but the default icons do not. How do you remove those?

    You can't delete the default apps. I tend to put the ones I don't use in a folder and move it to the last page out of the way.

Maybe you are looking for

  • Problem report for finder: finder quit unexpectedly

    Last night I removed some viruses etc., from my computer that were making ads appear and also tabs opening when not wanted by random ads. I then installed virus protection, and also installed a software update. During those processes I restarted my c

  • Looking for some way to reset sound on JavaW?

    Hi, I'm having a strange problem with a java applet. When I browse away from a page with an applet on in a browser, Javaw.exe keeps looping a second long clip of whatever sound was playing before I browsed away. Interestingly, this problem does not o

  • Target cost and actual cost not picking in production order

    Hello, The target cost and actual cost is not updating in production order when I display it in CO03 in cost analysis. Even though we have maintained planned price in KP26. Please suggest how it can be populated. Best Regards, Tapan

  • Passing values in table from one component to another component in gp

    hai all,   I have a table with 5 rows in a view in component1.I need to pass the values in the table from component1 to table in component2.Plz help me with coding of interface controller of both component. Thanks in advance regards Sharanya.R

  • Calling logical database

    Hi, I have created one logical database using BSAK & BSEG named as "ZVENLDB". While iam calling this LDB into abap program...it is showing error that "BSAK is not a node of the logical database". Could any one tell me where might be the problem? ...t