Changing the nextval of a sequence using alter sequence

Hello experts,
Is there any option to modify the nextval of a sequence using alter sequece command?
Thanks in advance.
J.Prakash

Hi
I do not think so there is any direct way to modify the nextval of a sequence, only workaround i can think of is firing two DDL
alter sequence dumm increment by 10
alter sequence dumm increment by 1Where first alter command would increment the nextval to (currentvalue + incement value) and second alter command would reset the increment to its original value in my case 1
Regards

Similar Messages

  • How to change the password of a schema using Oracle SQL Developer

    Hi need to change the password of a schema using Oracle SQL Developer how do i do it?

    Hi
    alter user username identified by password

  • I need help changing the account number my daughter uses for payment for her apps and itunes, etc. can anyone talk me through this.

    hi ,
    im just a mom, not very computer savy.....however, I need to change the payment method my daughter uses to purchase things on her ipad due to the fact that the current one is expiring. ie: for such things like songs and games, etc.
    I would appreciate any help as how to do so.
    THanks

    On a computer's iTunes you should be able to edit the payment info by going into the Store > View Account menu option (if you are not logged into the account that your daughter is using then Store > Sign menu option to log out of the currently logged in account ; that will then change to a Store > Sign In option so that you can log into her account) and log into the account (enter the account's password and click View Account on the popup)
    And on the account's details page there should be a payment link.
    If you are doing it on your iPad then tap on your id in Settings > iTunes & App Store (if not logged into her account then log out of your account via the popup that you get and then log in with her account) and tap on 'View Apple ID' on the popup and log into the account  - that should also give you a payments link on your account's page.
    Changing payment info : http://support.apple.com/kb/HT1918

  • In the old Numbers I could change the colour of a checkbox using rules - I cannot seem to do this in new Numbers 2013?

    In the old Numbers I could change the colour of a checkbox using rules - I cannot seem to do this in new Numbers 2013?
    I have an old Numbers sheet where I could make the checkbox Cell go Green when ticking "Equal to" TRUE. When I open the old sheet it into new iWork it functions correctly. But I am unable to copy or paste the rule - nor recreate it.
    Any suggestions on how to create a Conditional checkbox cell that goes green once ticked would be most apprecicated.
    Thanks - Steve

    Numbers 3.0 is missing the logic-based "equal to TRUE" or "equal to FALSE" conditions for conditional formatting.  The replacement is text based: "text is TRUE" or "text is FALSE".  You can apply these rules to cells formatted as checkboxes.

  • When I download Microsoft word documents (if have word 2007), I have somehow changed the settings and it downloads them in wordpad, and the format is very bad and I can't read a lot of the document. How do I change the default setting back to using Micro

    When I download Microsoft word documents (if have word 2007), I have somehow changed the settings and it downloads them in wordpad, and the format is very bad and I can't read a lot of the document. How do I change the default setting back to using Microsoft Word 2007 to open these documents?
    == This happened ==
    Every time Firefox opened
    == about a few weeks ago - I had tried to open some docuuments saved on a mac, my PC (which runs Windows 7), used word pad to open these, and this seems to have changed the default settings somehow.

    See this:
    [http://support.mozilla.com/en-US/kb/Managing+file+types]

  • I cant update my iPhoto from app store is aking me to sign in to a acount that I recently change the password and I dont use it a lot. what can I do?

    I cant update my iPhoto from app store is aking me to sign in to a acount that I recently change the password and I dont use it a lot. what can I do?

    Find the password or reset it using the lost password link
    LN

  • Why can't I change the cost center in PA0001 using PA30?

    Hi Gurus,
    Please help.  I cannot seem to find the means to enter the cost center in the organizational assignment infotype PA0001.  It is showing as greyed out/display only. 
    As background, these personnel files were setup for time entry.  Other infotypes populated that might be impacting it are 0315.  We are not setup for organizational management within SAP.
    As I remember if I don't populate sender cost center/create infotype in 0315, I can change the cost center in PA0001 using PA30, but if I do I'm greyed out.
    Can anyone provide some insights and a possible fix for this?
    Thanks.

    Try turning it OFF by removing the X and saving it.
    Then check on PA30 if the cost center field is enabled for you to enter.
    If this doesn't work, please put the X back in the table and save it.

  • I want to change the email address that I use for my apple ID.....how do I do that!!!!

    I want to change the email address that I use for my apple ID.....how do I do that!!!!

    Hello Embark2013 - Thanks for the help!  If possible, could you or somebody in Apple-land explain to Apple that their system is IDIOTIC?!  Changing an email address should be the simplest thing imaginable.  Nobody should EVER have to consult a discussion group to learn how to do such a thing.

  • HT2204 I have recently immigrated to the US but my apple ID is still stuck with my previous country. How do I change the country? Preferably without using a credit card

    I have recently immigrated to the US but my apple ID is still stuck with my previous country. How do I change the country? Preferably without using a credit cardI've only been here in the US 2 months and still have no US credit card.

    Your credit or debit card credentials must be associated with the same country where you reside.
    "Although you can browse the iTunes Store in any country without being signed in, you can only purchase content from the iTunes Store for your own country. This is enforced via the billing address associated with your credit card or other payment method that you use with the iTunes Store, rather than your actual geographic location."
    From here >  The Complete Guide to Using the iTunes Store | iLounge Article

  • How do you change the email address that was used to set up your ipod?

    How do you change the email address that was used to set up your ipod?

    Jus what do you want to accomplish? The Apple ID email address is used for variosu thing onthe iPod like:
    - For purchasing media. Srrings.iTunes and App stores. Sing out and sign into anoterh account
    - Settings>iCLoudl for iCloud account
    - Settings>FaceRome for Apple ID and where You can Be Reached At email address
    - Settings>Messages for Send And Receive email address.
    - Maybe for Game Center

  • How can I change the phone number that's used for my iMessages

    How can I change the phone number that's used for my iMessages

    I Know but i did a number port and the iMessages is showing up using the original number that I had when I first purchased this phone from tmobile

  • How can i change the default application that Lion uses to open a document?

    how can i change the default application that Lion uses to open a document?

    Right-click on the document, select Get Info... In the lower half of the tall window that opens is a section labeled Open With (you may need to click on the disclosure triangle to see detail). Select from the pop-up list which app should open this document. If you want that to become the default condition, click on the Change All... button.

  • How to change default value in a table using ALTER TABLE

    Hi,
    How to change default value in a table
    I have a table TEST which has 2 fields CODE of Datatype VARCHAR2(10) and Indicator as VARCHAR2(1).
    I want to change the default value using ALTER TABLE TEST of field Indicator to 'I'.
    Any help will be needful for me
    Thanks and Regards

    user598986 wrote:
    Hi,
    How to change default value in a table
    I have a table TEST which has 2 fields CODE of Datatype VARCHAR2(10) and Indicator as VARCHAR2(1).
    I want to change the default value using ALTER TABLE TEST of field Indicator to 'I'.
    ALTER TABLE  test
    MODIFY (indicator DEFAULT 'I'); 
    Incidentally, INDICATOR is a keyword in Oracle, so you may have problems using it as a column name. If so, you'll have to enclose the column name in double-quotes, and be careful to use capital letters inside the quotes.
    Edited by: Frank Kulash on Aug 26, 2009 11:42 AM

  • Change the Page Template Body to use 8 columns instead of 12

    Apex Version: 4.2.0.00.27
    Theme: 25
    I have a page that I need to divide by 8 segments, rather than 12 ( I will need to place items and buttons in one of the 8 columns).
    To begin, I have made a copy of the One Level Tabs - No Sidebar page template. I have tried to edit this template, and played with multiple combinations changing the Grid Layout and Display Points settings, but instead of creating a page that has 8 columns, that span the width of the page, I am just left with blank space.
    See attached:.
    https://docs.google.com/file/d/0B8Hpc-BDtEo9cjliSEJCR1hlN2c/edit?usp=drivesdk
    And these are the Page Template Settings:
    https://docs.google.com/file/d/0B8Hpc-BDtEo9ZnVVeU9vUm5jUUU/edit?usp=drivesdk
    Is it possible to change the body section of the page template to have 8 columns span the entire width, without the dead space?
    Amanda.

    Amanda,
    The CSS definition that comes with Theme 25 is based on 12 columns. The definition actually contains multiple fixed grid definitions for different screen sizes. For each definition, the column widths are defined (hard coded) based on the 12 column grid.
    Important: the grid attributes in the page template do not define the grid, the CSS does. The attributes/definition in the page template is necessary for APEX to dynamically use the grid definition. The CSS is leading!
    If you want to use an 8 column grid, you will have to re-write the CSS grid definition and alter the grid definition in the page template accordingly. So it is possible, but, depending on your level of understanding CSS and @Media queries, maybe not that trivial.
    Kind regards,
    Christian

  • Changing the frame size of a Quicktime image sequence

    I need to create an image sequence of a short piece of video. I know how to make an image sequence using the Quicktime conversion, but I can't get it to export in widescreen 1920 x 1080. It keeps exporting the frame size of the images as 1440 x 1080. How to you change the frame size?

    the original clip has a frame size of 1440 x1080 hence that is how it exports ... you must set the pixel aspect ratio in your image processing app to 1440x1080 then the footage should appear normal.
    (in Photoshop that's the HDV Widescreen 1.333 pixel aspect ratio setting)
    edit: or you could export a tiff image sequence using compressor and do the resize in there

Maybe you are looking for

  • Animated GIF Export issues

    I have a simple Flash animation which I'd like to be made into a transparent GIF. When I do the GIF export, only the first frame of my movieclips (which are placed in the main timeline) get rendered. It seems like Flash only records the main timeline

  • Add Alt Attribute Info to a Custom Button

    I have created an alternative to editing the "whtbar.js" file to give an image alt attribute information. We have a custom button in our help file that needed alt information, but we had already incorporated the text into the button's image and did n

  • Front panel doesn't print

    I am trying to print my VI. I can see the front panel in Print Preview. When it prints the front panel page is blank. Anybody else run into this problem and how did you fix it. Thanks Chris Gallo

  • Can't center 4x6 photos

    I have tried what seems like everything, but still can't get a 4x6 photo to print properly in PSE9 with HP Photosmart 7510 printer.  Have installed latest drivers, tried border and borderless, tried 4x6 and 4x6 tab paper selections.  Three sides have

  • Zfs and Oracle raw volumes

    This is the way I configured raw volumes to be used by Oracle 9: # zpool create -f pool146gb c0t1d0 # zfs create -V 500mb pool146gb/system.dbf # cd /dev/zvol/rdsk/pool146gb # ls -l system.dbf lrwxrwxrwx 1 root root 40 Oct 4 19:26 system.dbf -> ../../