How to import only sequences from one user to another user

Hi...all,
I want to import from one user to another user only sequences. Can anybody please guide me in this regard.
Thanks in advance
pal

What DB version do you use?
I don't know if dbms_metadata is present on oracle 9i but I'm quite sure that to_char(CLOB) is supported only on 10g, so you should find onother way to get the clob.
You could also determine the extract ddl script with this script that runs on older versions as well:
select 'CREATE SEQUENCE "'||USER||'"."'||
     SEQUENCE_NAME||'" MINVALUE '||MIN_VALUE||' MAXVALUE '||
     MAX_VALUE||' INCREMENT BY '||INCREMENT_BY||' START WITH '||LAST_NUMBER||
     DECODE(CACHE_SIZE,0,' NOCYCLE ',' CACHE '||CACHE_SIZE)||
     DECODE(CYCLE_FLAG,'N',' NOCYCLE ',' CYCLE ')||
     DECODE(ORDER_FLAG,'N',' NOORDER ',' ORDER ')||';'
from user_sequences;What sql client did you use?
I don't get empty rows with sql navigator and sql plus.
Bye Alessandro

Similar Messages

  • How to import a page from one workspace to another workspace appication ?

    In oracle apex 4.1 version :-
    I am trying to import one page from a application which is present in one workspace to another application which is present in another workspace.
    In which way could i import that export page to a workspace?
    Edited by: 945115 on Jul 12, 2012 4:46 AM

    there are 2 ways to do it.
    if your confidant and the page is not exist in the imported application then then modify the script
    look for the following like should be at the begging of the script change the workspace id with your imported workspace id
    wwv_flow_api.set_security_group_id(p_security_group_id=>nvl(wwv_flow_application_install.get_workspace_id,25719530510628410));
    and change the application id
    prompt  Set Application ID...
    begin
    -- SET APPLICATION ID
    wwv_flow.g_flow_id := nvl(wwv_flow_application_install.get_application_id,100);
    second option is
    export the full application form workspace 1 and import into WS2
    in WS2 open the application where you want to copy the page. open any page and click on the Create drop down menu and select new page as copy then select Page in another application and follow the screens.
    Edited by: pkpanda on Jul 13, 2012 5:00 PM
    Edited by: pkpanda on Jul 13, 2012 5:01 PM

  • How to import a mailbox from one user to another?

    Hi,
    This is my situation on a work computer.
    User 1 has a mailbox with work emails on it.
    User 1 has just left the company.
    I have created a user 2 for the new employee.
    I want to import the User 1 emails over to user 2 so that user 2 can carry on with user 1's work and still have all the emails user 1 sent and received.
    When I use the import mail function of mail I cannot import another users mail.
    How can I do this? Surely this isn't an unusual situation?
    Can anyone help? We are on pop 3
    Cheers
    Message was edited by: BenLeeke

    Assuming you can either login to the computer as user1, or as the admin on that computer, try copying the entire /Users/user1/Library/Mail folder to a USB flash drive, then login as user2, launch Mail and in Mail's menubar, go to File > Import Mailbox and follow the directions to navigate to the desired mail account data stored on the USB flash drive.

  • How to import the datafiles from one database to another

    Hi,
    I have got some datafiles from the existing database(Consider it as Database A), but it has been removed as of now.
    I am having the datafiles and control files of it.
    I have freshly installed one oracle Database(database B), I am planning to load those datafiles in the newly installed
    database.
    Is it possible, if so wat is the procedure.
    Both the databses are Oracle 11g.
    Help me out of this.
    Thanks.
    Regards
    Gatha

    Hi,
    As you said that you have data files and Control files, then using import quite no possbile, but you need to do it manually (as it exits in the Source System in same path).
    Initially, you copy these files from the Source System to Destination System that is
    Data Files and Control Files
    Next, you will get the DBID from the controlfile backup is you have Example :-
    CTL_SP_BAK_C-1507972899-20070228-00, then " 1507972899" is the DBID,
    Try to use the RMAN for this
    example :-
    Open the rman
    set dbid 1507972899
    then you need to build the initilizaition file to start an instance based on the Configuration
    or Copy the spfile from the back from source system if exits.
    Startup the DB in mount mode.
    You might get the error
    ORA-01078: failure in processing system parameters
    Now restore spfile from 'backup path' where you have copied files
    startup force nomount
    Now the instance is started
    connect to DB as sysdba
    check the control file parameter values and online redo Log files paths (Log_Archive_dest)
    Restore the old control file from backup, since the new instance must the know where the files are located
    restore controlfile from 'backup path'
    then shutdown the DB
    start in mount mode
    restore the DB - restore database
    Note: Recovery is dependent on the available archived (and online) redo logs.
    Final step will be Alter database open resetlogs;
    - Pavan Kumar N

  • How to move database objects from one user to another user

    Could someone help how to move database objects from one user to another user
    Thanks in advance

    Thanks a lot for the reply.
    Actually I wanted to know whether there is any command to change the owner ship of the table.
    For ex table1 belongs to user1. can the owner of table1 to be changed to owner2.
    directly using an oracle command. I knew that it can be done using import and export, since the table was 200 million thought the rename command would be faster instead of import and export.
    Thanks Billy for letting me know that it is not possible using oracle query.

  • How do I transfer Pages from one user account to another

    How do you transfer Pages from one user account to another on the same Mac?

    Welcome to the Apple Support Communities
    If you haven't modified anything, Pages is installed on /Applications. All users have access to this folder, identified as "Applications" on the Finder sidebar, so you don't have to move anything, because Pages will work on all your users.
    If you have installed Pages on ~/Applications (being ~ your user folder), then you have to move Pages to /Applications. After doing this, you will be able to access to Pages on all users

  • How do you copy files from one user to another

    How do you copy files from one user to another user on the same machine?

    open your home folder in finder move file to public, log into other account, click the go tab on the finder menu, select computer, your hard drive (Macintosh HD Default)>Users, the origonal user> public and drag that file to your specified folder.
    hope it works
    Craig.

  • How do i transfer pictures from one user to another on my mac?

    How do I transfer pictures from one user to another user on MacBook Pro laptop?

    Transfer files between user accounts on the same machine?
    Finder > Go menu > Computer
    A window appears with your boot drive, double click on it to open
    Inside is Users folder, double click to open it
    Inside is your User accounts, double click on the one you want to send files too
    Double click on the Public folder drop the files into the DropBox folder,
    The permissions will change and can be used in the other user account when you log into it.

  • OpenScript: 1.     How to move the scripts from one location to another location. in OpenScript; Copy, paste or Import, export

    How to move the scripts from one location to another location. Copy, paste or Import, export

    Both way you can do.. Difference is - if you copy paste to another folder script dependencies will not move with the same( ie Assets added), whereas if you export and import the script all dependencies will be correlated automatically

  • How do I move clips from one Event to another?

    How do I move clips from one Event to another?
    As soon as I got the new iMovie, I started importing clips and making video's. Unfortunately, I hadn't fully understood the Events feature, so all of my clips are in a single "New Event" Event. I have now created several other Events and named them properly and would like to sort all of my clips into their proper "Event" folders. How do you do that?

    Ahh, Ok. I actually had to go to Lynda.com to watch a training video of this highly bassackwards maneuver, but now I have it. In other words, while the intuitive thing is to make a new event to hold the clip you want and then open the old event and drag the clip into it's new event, the only way to accomplish this maneuver is to NOT create a new event, but rather, go to the clip AFTER the one you want to move, select it and then Right-Click on it and select SPLIT EVENT BEFORE SELECTED CLIP (or go to FILE>SPLIT EVENT BEFORE SELECTED CLIP). Then you wait a few seconds while the program thinks a bit (no feedback it is doing this - just a pause) and then it automatically creates a new event with the clip you wanted. Now just double-click the new event and name it something meaningful.
    Thanks for your help!

  • Hi, I activated my CS6 in 2012 under my student licence and still using it. I've heard that you can't run CS6 on multiple computers. How do I transfer it from one computer to another as I am switching computers?

    Hi, I activated my CS6 in 2012 under my student licence and still using it. I've heard that you can't run CS6 on multiple computers. How do I transfer it from one computer to another as I am switching computers?

    Hi,
    first, I'm not Adobe's "slave" as you might to accuse me. Most of the posters here are users like me.
    I only can repeat that what I found in Adobe's help sites, as I wrote above. You are free to figure out the "real" truth and - the best would be - you may contact Adobe directly, here are - I'm sure you know them -  the links I would use: http://helpx.adobe.com/support.html  and http://helpx.adobe.com/contact.html.
    Hans-Günter

  • How to transfer printer settings from one Mac to another (both OSX)?

    Hello, I have not found a detailed description on how to transfer printer settings from one Mac to another.
    My issue is that I have a Mac G5 with 3 different settings saved as "presets" for the same printer. This works great, since the posters I print (on the large format printer) need different margins and different paper at times.
    This G5 is basically retired and only used for printing. G5 has OSX 10.3.9
    I have a MacPro as its replacement (OSX 10.4.11).
    The MacPro has all my apps and other settings setup to my liking.
    I found several links via Google saying copy this folder or directory, but I am not sure I did it correctly. I don't see the "presets".
    I tried launching the Migration Assistant (I hope that's the correct name), but was concerned the settings on the new MacPro would be overwritten with ALL the old stuff on the older G5. I did not start the transfer process because of this.
    If someone would list the steps needed to accomplish the transfer of printer settings or advise if this is possible, then I would be very grateful! The previous user of the G5 I am using was a "Genius" and I don't know how he created these "preset" choices.
    Thanks!

    Hi SCChelpdesk, and a warm welcome to the forums!
    I found several links via Google saying copy this folder or directory, but I am not sure I did it correctly. I don't see the "presets".
    This is the File that holds that info on Tiger, not certain on Panther...
    /Users/YourUserName/Library/Preferences/com.apple.print.custompresets.plist
    After moving, you very well might have to change the Owner's Permissions within Get Info window, then log out/in.
    I tried launching the Migration Assistant (I hope that's the correct name), but was concerned the settings on the new MacPro would be overwritten with ALL the old stuff on the older G5. I did not start the transfer process because of this.
    MA would transfer the info, but/and, if the user that had that info had the same Shortname as on the new one, it'll demand you give it a new Shortname to use... but then those settings would be transferred to that new user on the new machine. I think the 1st one will work though.
    The previous user of the G5 I am using was a "Genius" and I don't know how he created these "preset" choices.
    We can go through that way if you like... not all that hard.

  • How to Transfer the iPhone from one computer to another Win XP

    All
    I got my wife a new macbook pro, running Windows XP prof. She has an iphone 3G with 16 GB memory running 3.0.1. So..she wanted to transfer the sync function from her PC to her macbook. Of course, Apple was of NO help at all (but did want to charge us $69.95 since her iphone is out of warranty, and this was an iphone not a mac problem, hmmm..). Took me lots of digging, but here is how you transfer you iphone from one computer to another:
    1. Move you itunes library from the old computer to the new one. To do this, you do NOT just copy it. This is as good a link to use as any to see how to do it, but search the internet and you can find instructions:
    http://reviews.cnet.com/8301-12519_7-10242259-49.html
    2. Transfer your applications you have purchased to the new computer. To do this, open itunes in the new computer, hook up your phone and click on File>transfer purchases (from itunes store) to computer. This will move your applications to the new computer.
    3. Export your MS outlook calendar, contacts, notes, etc. to the new computer by saving each of these categories as a PST file (file>export>then choose the category and type of file)...and then copy these PST files to your new computer and import them into MS outlook.
    4. Copy your playlists from itunes on your old computer to your new computer. This link may be helpful or search the internet again if you need to:
    http://osx.tribe.net/thread/08fd0e5e-f1d0-450b-8de5-9f7cb5bd278d
    5. Now...the important part...how to transfer all your settings from the iphone to the new computer....this is the part that was hard to find online, but finally got it: NOTE: THE BACKUP THAT ITUNES MAKES BACKS UP THE APPLICATION SETTINGS BUT NOT THE APPS SO THIS IS WHY YOU NEED TO TRANSFER THE APPS TO THE NEW COMPUTER. The settings have all the data you put into your apps, email settings, preferences, etc...so its a huge time save to transfer these to the new computer also.
    -Sync your iphone with your old computer to have a backup in case you mess up...in that case you can restore from your old computer and start over
    -Plug your iphone into the new ocmputer and start itunes. It will detect your phone (I assume you have already authorized your new computer to use the library and playlists and apps that you moved)
    -Right click on the "iphone" on the left bar...you will see a popup menu...click on "BACKUP". Let it backup your iphone to the new computer. It will NOT sync the phone
    -When the backup is done....copy the backup file to a temp directory to be safe. The backup is located in "documents and settings">user name>applications>apple computer>mobile sync. If you cannot see it, you need to open windows explorer (not internet explorer) and go to tools>folder options>view and click on "show hidden files and folders" Note YOU CANNOT JUST COPY THE BACKUP FROM THE OLD COMPUTER TO THE NEW COMPUTER AS SUGGESTED ON SOME WEB SITES...THIS DOES NOT WORK, ITUNES WILL NOT IDENTIFY THE BACKUP EVEN IF YOU PUT IT IN THE FOLDER IN THE NEW COMPUTER THAT MIRRORS THE FOLDER LOCATION IN THE OLD COMPUTER.
    -OK now you are ready...click restore on the iphone and restore the phone to factory settings. This will happen in a few minutes (10-15 mins).
    -The phone will reboot and itunes will recognize the phone again...as a restored phone. It will then ask you if you want to restore it from the backup..say YES. You then need to go through all the itunes tabs and click on everything you want to sync to the phone (playlists, movies, podcasts, ringtones, etc). Once you are done going thru the tabs click "apply" and the sync will start. Go out, to a movie, to bed, whatever because it will take hours to sync.
    -Once the sync is done...voila...your iphone has been moved with ALL the settings to the new computer. Check it. Then you can delete the backup you put into the temp folder if it is OK
    -Deauthorize your old computer
    This worked for Win XP...should work for Vista. The whole process took many hours so don't rush through it (i'm guessing 12 hours total work).
    Can I send apple a bill for tech support?????

    All
    I got my wife a new macbook pro, running Windows XP prof. She has an iphone 3G with 16 GB memory running 3.0.1. So..she wanted to transfer the sync function from her PC to her macbook. Of course, Apple was of NO help at all (but did want to charge us $69.95 since her iphone is out of warranty, and this was an iphone not a mac problem, hmmm..). Took me lots of digging, but here is how you transfer you iphone from one computer to another:
    1. Move you itunes library from the old computer to the new one. To do this, you do NOT just copy it. This is as good a link to use as any to see how to do it, but search the internet and you can find instructions:
    http://reviews.cnet.com/8301-12519_7-10242259-49.html
    2. Transfer your applications you have purchased to the new computer. To do this, open itunes in the new computer, hook up your phone and click on File>transfer purchases (from itunes store) to computer. This will move your applications to the new computer.
    3. Export your MS outlook calendar, contacts, notes, etc. to the new computer by saving each of these categories as a PST file (file>export>then choose the category and type of file)...and then copy these PST files to your new computer and import them into MS outlook.
    4. Copy your playlists from itunes on your old computer to your new computer. This link may be helpful or search the internet again if you need to:
    http://osx.tribe.net/thread/08fd0e5e-f1d0-450b-8de5-9f7cb5bd278d
    5. Now...the important part...how to transfer all your settings from the iphone to the new computer....this is the part that was hard to find online, but finally got it: NOTE: THE BACKUP THAT ITUNES MAKES BACKS UP THE APPLICATION SETTINGS BUT NOT THE APPS SO THIS IS WHY YOU NEED TO TRANSFER THE APPS TO THE NEW COMPUTER. The settings have all the data you put into your apps, email settings, preferences, etc...so its a huge time save to transfer these to the new computer also.
    -Sync your iphone with your old computer to have a backup in case you mess up...in that case you can restore from your old computer and start over
    -Plug your iphone into the new ocmputer and start itunes. It will detect your phone (I assume you have already authorized your new computer to use the library and playlists and apps that you moved)
    -Right click on the "iphone" on the left bar...you will see a popup menu...click on "BACKUP". Let it backup your iphone to the new computer. It will NOT sync the phone
    -When the backup is done....copy the backup file to a temp directory to be safe. The backup is located in "documents and settings">user name>applications>apple computer>mobile sync. If you cannot see it, you need to open windows explorer (not internet explorer) and go to tools>folder options>view and click on "show hidden files and folders" Note YOU CANNOT JUST COPY THE BACKUP FROM THE OLD COMPUTER TO THE NEW COMPUTER AS SUGGESTED ON SOME WEB SITES...THIS DOES NOT WORK, ITUNES WILL NOT IDENTIFY THE BACKUP EVEN IF YOU PUT IT IN THE FOLDER IN THE NEW COMPUTER THAT MIRRORS THE FOLDER LOCATION IN THE OLD COMPUTER.
    -OK now you are ready...click restore on the iphone and restore the phone to factory settings. This will happen in a few minutes (10-15 mins).
    -The phone will reboot and itunes will recognize the phone again...as a restored phone. It will then ask you if you want to restore it from the backup..say YES. You then need to go through all the itunes tabs and click on everything you want to sync to the phone (playlists, movies, podcasts, ringtones, etc). Once you are done going thru the tabs click "apply" and the sync will start. Go out, to a movie, to bed, whatever because it will take hours to sync.
    -Once the sync is done...voila...your iphone has been moved with ALL the settings to the new computer. Check it. Then you can delete the backup you put into the temp folder if it is OK
    -Deauthorize your old computer
    This worked for Win XP...should work for Vista. The whole process took many hours so don't rush through it (i'm guessing 12 hours total work).
    Can I send apple a bill for tech support?????

  • Trouble with keyword import in LR5 from one catalog to another

    Hi; I am trying to open a new catalog because my original catalog is getting somewhat sluggish.  It has about 60000 images.  First, will opening a new catalog improve anything?  Second, I have tried to import the prior catalog "keywords" by going: metadata, import keywords, light room settings, key word sets   and get "no items match your search.  What am I doing wrong?

    I have had this Nikon 7100 for about 6 months.  It has more whistles and bells than I am likely to use.  I haven't been troubled by 24 megs in LR I guess because I use it mostly for filing and Photoshop for editing.  I only edit a few.  If I were in need of batch editing, which I may in the future, I think LR would be better.
    As to the timing, don't we all get spoiled.  We have more computer power now than NASA had 15 years ago.  It makes you wonder how the original Apple 2+ with 48k memory even functioned.
          From: Modesto Vega <[email protected]>
    To: ROBERT CHIAVARINI <[email protected]>
    Sent: Tuesday, January 6, 2015 8:31 AM
    Subject:  trouble with keyword import in LR5 from one catalog to another
    trouble with keyword import in LR5 from one catalog to another
    created by Modesto Vega in Photoshop Lightroom - View the full discussion
    rlchiv wrote: I just looked at the metadata in LR and the size is 24 Megapixels which matches the camera and makes sense.  Photoshop must do something in terms of formatting the kicks the size up because these are untouched.  As to cabling, I"m using a USB3 and yes, I am shooting raw.  Thanks again for all your help.
    It doesn't sound unreasonable, it is the size of my current camera and I do have to wait for imports to complete but never timed them. Is this a new camera? The reason for the question is that megapixels matter a lot for Lightroom, it is something I haven't gotten used to yet. There are certain Develop adjustments Lightroom struggles with on a 24 megapixel file (cropping, and the Upright and Manual lens corrections, for example). In other words, there are things that Lightroom does on a 6, 12, 14 megapixel file with ease and cannot do with ease on a 24 megapixel file. Memory does not seem to matter, I recently upgraded my laptop and the performance improvement is marginal. You can almost hear the cogwheels moving sometimes. If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7070168#7070168 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7070168#7070168 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Photoshop Lightroom by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • How can I transfer work from one computer to another?

    How can I transfer work from one computer to another?

    Welcome to the forum.
    I can think of three basic ways to accomplish what you wish to do:
    Use the Project Archiver to archive your Project (and check the box to gather the media files), to an external HDD. Probably the easiest way to do it.
    Copy the Project and ALL media files to an external HDD, but be prepared to relink the media files to the Project, as the drive letter (part of the Absolute Path) will have changed.
    Edit loosely, and Share to an AV file, which will be Imported into a New Project on that second computer. Or, edit VERY tightly, and do the same. I like the first, as removing, replacing Transitions, etc., can be much more difficult, unless that "tight edit" is 100% done.
    Good luck,
    Hunt
    Message was edited by: Bill Hunt to correct formatting

Maybe you are looking for

  • Problems with BookMarks Synchronization through iTunes

    Hello, I would like to synchronize Safari Bookmarks with iTunes. I have no problem with my iPad and my iPhone 4S, as soon as I unactivate Safari iCloud Synchronization, I can choose in iTunes to synchronize bookmarks. But with my iPhone 4, when I una

  • Question about Blender 2.46 package...where is "~/.blender" directory?

    Hi, I installed Blender 2.46. And I tried to customize of theme of the Blender. I would like to use my original theme setting that used in Blender 2.45. But, I can not find the directory "~/.blender". On Zenwalk Linux, Blender 2.46 has ~/.blender dir

  • Buttons stopped working! Help?!

    My iPod mini completly died one day in the car. When I got home, I fooled around with it and the only button that works is the center one, which will turn it on (each time it shows the Apple logo as if it had been reset) but once it is on none of the

  • Trouble with my new ATI Radeon graphics card

    Hello. Today I installed Arch Linux on my PC. I wanted to run Xorg and needed the ATI graphics drivers. I read that the open source drivers aren't fast as the properietaries are. So I decided to choose the properietary one. First I tried to install f

  • Dual layer dvd burning

    Hi, I need some help regarding dual layer dvd burning. I never burned a dual layer dvd before and am going to in the next few days for a big movie screening. So I better get this right. How do I set the layer break? do I just set it to be automatic o