Migration - dropping multiple objects from captured database

Hi,
I am doing some migrations from MSSQL to Oracle using SQL Developer. So far I have found it to be a great tool and very useful.
However one area I can't seem to figure out is the step between capturing the database and converting it to the Oracle schema. I have captured my MSSQL database and can view it in the "Captured Objects" window - at this point there are a number of objects (e.g. tables and views) that I ether need to drop or rename. I can click on each one individually and do this, but this takes time and is rather laborious. If I multi-select some objects the option to drop the object disappears. Is there some way to drop multiple objects?
Ideally I'd like to be able to open up a SQL Worksheet and point it at the captured database so I could manipulate the objects with SQL, is that possible? (I could not see a way of doing it).
Thanks in advance.

Hi;
What is DB version? Is there any additional info at alert.log?
Please see:
Error ORA-29533 or ORA-29537 When Loading a Java Class File into the Database. [ID 98786.1]
Regard
Helios

Similar Messages

  • Dropping java object from Oracle 8i

    We areaable to load java methods and publish them to SQL in Oracle 8i using Jdev Deploy wizard, but we can not drop them thru
    Open View As->Database Browser of the connection object, they drop menu is greyed out/disable. What kind privilege we need to drop java object from Oracle 8i? Or there is something wrong with the database setup.
    Thank you very much

    There are three options:
    Normal
    SysDBA
    SysOper
    I have tried the three of them, none of them works, is there third option SYS?
    Thank you very much.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Amit:
    Log in as SYS.<HR></BLOCKQUOTE>
    null

  • Can we extract blob objects from sql database to a human readable format?

    Hi All,
    I have question How can we extract
    blob objects from Sql database to human readable format ?
    Blob includes Images, text and docs.
    Thanks 
    Moug
    Best Regards Moug

    One thing you can do if its sql 2012 or later is to load the blob data to FileTable created in database. Then you would be able to physically browse to directory it points and see all files in its native format.
    see this for more details
    http://visakhm.blogspot.in/2012/07/working-with-filetables-in-sql-2012.html
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Copy Users/Permissions/objects from a database to another database

    Can anyone help me how to copy users, permissions, stored procedures, views, functions and all other objects from one database to another database.
     I need a SQL Script to get this job done. I cannot use backup restore or SSIS Package.

    There's also a transfer sqlserver objects task available in SSIS
    http://www.mssqltips.com/sqlservertip/2064/transfer-database-task-and-transfer-sql-server-objects-task-in-ssis/
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Creation of a complex object from several databases?

    Hello!
    We need to have an ability to change certain property of the record, stored in the database, without reading the full record from the database, changing the property and updating the database with this new record. As far as I know there's no way for partial access to the record data (LOB access section from FAQ), so I am thinking in a bit different way - what if we keep the information of certain record in the different databases, and when we need to update some property of the record knowing the key - we will just update the appropriate database? This looks something similar to secondary databases when the secondary key is an alias for primary record - but in this case primary key would be referenced from several databases and it would be possible to specify which data from which database to obtain using the key?
    I think it could be created based on several custom object bindings now, or something like this.

    Eugene,
    If you update properties in different combinations and there is no logical way to group them to reduce the size of the operations, then it's not worth splitting up the record. That's up to you to determine.
    JE SecondaryDatabase and SecondaryCursor methods have overloaded signatures for returning the secondary key, primary key, and primary data, all in one method call. So I think you're confused about the method signatures -- the data parameter is always used to return the primary data.
    Note that internally whenever you read via a secondary, JE does two reads: one to read the secondary index and get the primary key, and another to read the primary index.
    There is no trick to get around doing multiple reads when you have relationships between different databases. Each primary and secondary database is an index or map (conceptually the same as a java.util.Map) that can be accessed by key or by iterating. Whatever you do must be built on top of map operations.
    The best way to think about data modeling is to think about maps and their keys, and the best way to think about how to do a query is to break it down into map operations. I say this because most Java programmers are familiar with maps and map operations, because java.util.Map is commonly used.
    The DPL (persist package) makes data modeling simpler to code and understand, because annotations can be used describe relationships between indexes. When using the DPL it is very clear that for every secondary index there is a secondary key, and that entity relationships are formed via secondary keys. However, the DPL model is still based on maps and map operations.
    --mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • FWD: Re: Retrieving multiple rows from a database into morethan

    There are two ways to do this that I cn think of right off the bat.
    One is to create a class of objects that can receive the entire row, and
    give it methods that will return each of the individual objects that you are
    looking for when called. If you use INTO :ARRAY, you get the advantage of
    being able to pass the array anywhere in your system for the 'split up'
    processing.
    Two is to do basically the same thing, but instead doing the 'split up'
    during a for loop. This will appear to slow down your query, however, as
    extra processing will be occuring in terms of memory allocation and copying.
    I'm sure there other approaches. This was simply what came to mind at
    midnight, after a long day :-).
    At 01:33 AM 6/4/96 +0000, you wrote:
    Does anyone know of a way to retrieve multiple rows from a single table in an
    RDB database into more than 1 object, using a single SQL call?
    I have a single table that I wish to use some fields to populate one object
    and some others to populate another.
    The FOR clause only allows one object to be specified.
    The INTO :ARRAY clause also seems to only allow one object to be specified.
    I would appreciate any help.
    Regads,
    Steve Isaac
    Hydro Electric Commission
    Hobart TAS 7001
    Australia
    [email protected]
    James Urquhart Voice: (510)869-3400
    [email protected] Fax: (612)921-8243
    Forte Consulting

    wow, that was pleasant, the usual format goes:
    Newb: I have a problem, fix it for me
    Forum: Here's a link explaning the concept you obviously don't grasp
    Newb: No, fix it FOR me
    Forum: I'll fix you!
    Newb: WAAAAH!
    Forum: BAN!

  • Suggestion for a drag and drop schedule calendar from a database?

    Anyone suggest / help with a drag and drop task scheduler/calendar on an hour by hour day by day basis, from a database?
    thanks
    KL

    What parts are you finding inelegantI was a little worried about the possibility of the image lagging behind the mouse pointer. If the application was repainting every time it got a mouse motion event, it might not keep up. And, of course, there is a level-of-effort consideration for the implementation.
    Custom cursors?This was actually my first thought. It would certainly be the easiest solution. I've done custom cursors before, but I was a bit worried about the overhead... Not that I have any specific reason, it's just that the application would be changing cursors quite often and I'm used to thinking of cursors as a special system resource that an application shouldn't mess with... Of course, what was true 20 years ago, is not necessarily true today.
    Does anyone know if this would be an issue? Can I use custom cursors reasonably freely without serious impact on the graphics subsystem?

  • Updation problem while creating multiple objects from enterprise portal

    Hi All,
    From enterprise portal i am calling an RFC 'BAPI_PROJECT_MAINTAIN' to create objects .
    While trying to create multiple objects simultaneously it gives error "sapuser is currently using, can't be created".
    It seems like as i am creating multiple objects by calling RFC repeatedly , while the first one is not updated fully i am sending the second value to be processed.
    Pl. tell me how to overcome this. Do I need to add any sleep time in EP or any other method is there in SAP to overcome this situation.
    thanks
    sandeep

    Dear Sandeep,
    I have discussed this problem with EP team lead in my organisation, i have given your email id to him he will forward the solution on your id.
    If usefull reward points helpfull....
    Regards,
    Rajneesh Gupta

  • How to send multiple objects from Client to Server

    Hi
    I have a simple Client - Server architecture. I am trying to send 5 objects from Client to the Server which the server would operate on.
    In the past I've used PrintWriter to pass Strings from Client to Server but now when I am dealing with multiple Objects and PrintWriter not allowing sending of Arrays or ArrayList, how can I send these from the Client to the Server? What would be a good writer to use for this purpose?
    Thanks!

    Thanks, I am looking into ObjectOutputStream but from the API it appears I can only send 1 object at a time. I need to send 5 objects per transaction and then send the next group of 5 objects for another transaction.
    Could you clarify some more on how to put these objects together as a single Object perhaps?
    Thanks

  • How to send multiple objects from appleto to servlet and vice versa

    how can i send multiple objects(ArrayLists and String) from servlet to applet and applet to servlet?

    Use an HTTPUrlConnection from the Applet to the Servlet to send data to the server, or request information from the servlet. To actually transfer the objects you will have to use a serialized version of the objects, almost always by wrapping the streams generated via the UrlConnection in ObjectOutputStream and ObjectInputStreams.

  • Type of object from a database date/time column

    Hello everyone,
    I've got a concern regarding the way in which coldfusion is
    treating date/time columns in a database.
    In my opinion when I select a column that is let's say
    timestamp type - the object in a query is CF's date/time object.
    I've checked the query by getMetaData() and it looks like each
    column has its own database type (eq. varchar2, date, etc).
    My concern comes from a fact that I've heard that Coldfusion
    is treating the date-time columns in a database as strings and in
    each case it parses them. So the difference in a locale between a
    database server and a Coldfusion server may result in a wrong
    date/time object.
    Example:
    Locale of database EU: yyyy/mm/dd
    Locale of Coldfusion US: yyyy/dd/mm
    The date like 1st of February 2007 stored in a database would
    look then in Coldfusion like: 2nd of January 2007
    Could someone please confirm which version is valid?

    Johnny852 wrote:
    > In my opinion when I select a column that is let's say
    timestamp type - the
    > object in a query is CF's date/time object. I've checked
    the query by
    > getMetaData() and it looks like each column has its own
    database type (eq.
    > varchar2, date, etc).
    if you already know cf is returning a datetime from a
    datetime in the db, what's
    the question?
    > My concern comes from a fact that I've heard that
    Coldfusion is treating the
    "fact"? unless the datetime is stored as a string, that's not
    a "fact".
    > Example:
    > Locale of database EU: yyyy/mm/dd
    > Locale of Coldfusion US: yyyy/dd/mm
    btw neither of your example "locales" are in fact locales.
    > The date like 1st of February 2007 stored in a database
    would look then in
    > Coldfusion like: 2nd of January 2007
    if you pass a numeric string representation (2/1/2007 for
    instance) of a date to
    cf, it will be interpreted via the cf server's "default"
    local (ie en_US,
    month/day/year) unless you use one of the LS functions like
    LSParseDateTime() &
    specifically set the the locale (like setLocale("th_TH")) or
    make the date
    non-ambiguous (2-feb-2007) or build the date yourself from
    user input using
    createDate() or createDateTime(). you just need to convert
    the user's string
    representation to a valid cf datetime object (or i guess
    force to database to
    follow the user's locale date mask).

  • Migration of archive objects from the infotype 900x

    We have installed a new ECM to archive documents as contracts to a PERNR... I'm writting a migration program which from the table TOAHR copy archive from a source repository to a destination repository...
    To do I use the RFC SCMS_AO_COPY ... But I have a exception 4 (config error).... What's the best way to fix this... ?
    How can I set SAP HR to set the new archive repository for SAP HR archived object ?
    Best regards
    Jerome

    Hi Dejan,
    Pl find the POA attached in the first post.
    We are trying to build an metting place application server and web server 8.5 on 7835I3-K9-CMD2B ( Unsupported hardware ) but later move too 7835I3-K9-RC1
    I need your inputs or shere experaince whether the Meeting place application media DVD will boot in 7835I3-K9-CMD2B
    and if we change the firmware of it as per the migration document. what would be the effect of it.
    Description:
    Latest Firmware Update Utility 3.7(1) for IBM MCS 7825-I3, MCS 7828-I3, MCS 7816-I4, MCS 7825-I4, MCS 7828-I4, MCS 7816-I5, MCS 7825-I5, MCS 7828-I5, MCS 7835-I2, MCS 7845-I2, MCS 7835-I3, MCS 7845-I3 Cisco MCS Servers
    Release:
    3.7(1)
    Release Date:
    24/Jun/2013
    File Name:
    FWUCD-3.7.1-I.iso
    Size:
    717.38 MB (752232448 bytes)
    MD5 Checksum:
    b7314015296d465908843359f8e72f0f
    http://software.cisco.com/download/release.html?mdfid=280480160&flowid=20285&softwareid=283046743&release=3.7(1)&relind=AVAILABLE&rellifecycle=&reltype=latest
    There are certain things which are not supported by CISCO TAC but we will have to do because of customer retrain and hardware availability.
    I would share the output of commands ASAP. Catching up with customer today.
    Regards,
    Atul

  • Remving CDC objects from source database

    Hi,
    I have a simple test area with two databases. One db is my source, the other my target. I have got CDC working fine and will be deploying to our Dev environment in anger shortly.
    Im using JKM Oracle 10G Consistent (LOGMINER).
    When I drop the journal, I see all the J$views get removed - Fine.
    However the following tables still exist in my source 'work' schema :
    SNP_CDC_OBJECTS,
    SNP_CDC_SET,
    SNP_CDC_SET_TABLE,
    SNP_CDC_SUBS
    Can someone shed any light as to why ODI doesnt clean these tables up when I drop the journal ?
    I would understand if these where database objects but looking at the SNP* prefix, ODI was the only application ever going to intereact with these tables right?
    I've no issue manually removing them, would like to understand if there is any reason I should keep them, they get created when I start the journal, at least in autoconfig mode = yes.
    Thanks in advance,
    Alastair

    Hi Alistair,
    I am not sure about the JKM Oracle 10G Consistent (LOGMINER), however, I worked on the JKM Oracle Simple which is a trigger based KM. In this case, it will create only one SNP table SNP_SUBSCRIBER along with J$ table, JV$, JV$D views and T$ trigger. When I stop the journal , all these CDC componets except SNP_SUBSCRIBER are dropped. So, i customized the JKM Oracle Simple KM to drop the SNP_SUBCRIBER table provided there are no recordss in this table. In the sense, there are no other subscribers in this table. I have not implemented this at my work, but I did tried it in my per sonal computer. May be this would help you!
    Regards,
    kk

  • Multiple images from a database

    Hi
    I was wondering if you could help me.
    I use Dreamweaver CS3.
    I have created a database with 3 fieldnames:
    ID | Name | Picture.
    I have managed to display all the pictures (rsMypictures) on
    my PHP page (I use PHP + MYSQL).
    I have 3 columns on each page and what I want to do, is to
    display the first 10 pictures on the first column, the next 10 on
    the second column, the next 10 on the third column and the other 10
    on a new page.
    At the moment I’m only able to display 10 pictures on
    each page (10 pictures on the first page and 10 on the second
    page).
    I have spent a lot of time trying to find the answer and I
    couldn't.
    I hope you will be able to help me.
    Thanks in advance.

    You need a extension by Tom Much Horizontal Looper
    http://www.tom-muck.com/extensions/help/HorizontalLooper/
    hope that this helps
    B

  • In P6 web (8.3) Is there any way to migrate global layouts views from one database to another?

    We have a customer that has global layouts in their dev version of the web. When they want to start their prod version of P6 8.3 web, do the layouts come over with the data migration? Is there any documentation out there?
    Thanks,
    Bob

    That's in the client or professional. There is not a place to export layouts in the web.

Maybe you are looking for