MSSQL migration bug : EXEC proc param1 OUT

Hi,
If you are translating MSSQL stored procedure that calls another which has OUT parameter, remove "OUT" words before translating.
SQLDeveloper stops translation at this call without warning or error.
I think its a bug.(How can i reach to bug database of SQLDeveleoperMWB?)
good luck
tuna

Hi Tuna,
Thanks for this feedback.
We are currently wrapping up our 10.2.1 release, but I will make sure this issue is resolved first.
I have logged a bug
6266209 : OUT PARAMETERS CAUSE THE TRANSLATOR TO FAIL WITH NO WARNINGS OR ERRORS
I was able to replicate the issue using the following testcase.
T-SQL
drop procedure proca
go
create procedure proca @param_out int out
as
begin
select @param_out = 10
end
go
drop procedure procb
go
create procedure procb
as
declare @var_1 int
begin
exec proca @var_1 OUT
select @var_1
end
go
PL/SQL
CREATE OR REPLACE PROCEDURE procb
AS
v_var_1 NUMBER(10,0);
BEGIN
BEGIN
proca(v_var_1);
END;
END;
The missing SELECT statement after the procedure call.
It looks as if our translator does not recognize the "OUT" keyword correctly.
This will be fixed ASAP. Ill keep you updated.
Regards,
Dermot.

Similar Messages

  • Bug report: Screen times out when other side is no...

    Bug report: Screen times out when other side is not sharing video. The phone locks and of course the other party cannot see anything. Please fix.
    Using WP 8.1.1 Developers Preview.

    Hi and welcome to the Skype Community,
    Can you please share which platform and which device you are on?
    Also are you referring about a one-way video call here where only you are sending video, but the other party doesn't send their video back?
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • MSSQL migrated to Oracle

    Just a warning up front but I am fairly new to Oracle so I might get some of the lingo wrong.
    I had a 2008 MSSQL DB that I migrated to Oracle using the migration tool within Oracle SQL developer (version 3.2.20.09).  When I was done I had a DB but it was located within "Other Users" under a user "DBO_NIGHTLY6".  In order to connect to the migrated database I have to use the same SID, port, and hostname as I did to connect to the DB that contains the "Other Users" but I just use the dbo_nightly6 as both the username and password.  This gets me connected to the DB but what if I wanted to connect to the DB as another user?
    I might not totally understand what happened in the migration.  When I pointed it at the DB to migrate to I didn't realize it would show up under the "Other Users".  Took me forever to find that and figure out how to get connected to it.  Is there a way to migrate it to the actual DB itself and not an "Other Users"?  Can someone maybe explain this process a little better to help me understand.  And yes I have read documentation on it I just don't think I am understanding what I have been reading.
    Thanks for any help.

    Hi Mike,
    I don't think that this has been done before and scripts aren't available for this purpose.(Colleagues,correct me if wrong please)
    There's a migration tool from MS for that purpose but it is not supported for ME as it hasn't been tested.
    http://www.microsoft.com/sqlserver/2005/en/us/migration-oracle.aspx
    A safe alternative if only objects are required could be to use data Xchange but this won't include reporting data.
    Regards,
    German

  • How do I migrate a book I laid out in iPhoto 08 to iPhoto 09?

    If I upgrade my copy of iPhoto to 09 from my current iPhoto 08, will the book I laid out in iPhoto 08 just appear in its current form when iPhoto 09 opens?  I don't want to lay out this entire book again and am afraid upgrading from 8 to 9 might force me to start over. 
    Also, the reason I'm upgrading is that I want a 10x13 book rather than an 8.5x11.   I'm assuming that the layouts are the same, it's just a question of what size you order.  Is that correct?

    A book is just part of your library so you can not migrate a book - you just install the upgrade and it will convert the library - and anythime you update or upgrade be sure you have a good backup prior to starting
    As to the layouts being the same - generally - but obviously with a larger page size some things will change - I would duplicate the book (selec it and depress the command key and press "d" to duplicate) prior to changing the size just in case you do not like the kew layout
    LN

  • Recently Migrated Files - Mail Accounts Grey out Randomly

    I recently migrated files from an older Macbook running Tiger to a newer Macbook Pro running Snow Leopard. Now some of my email accounts grey out when I check email and the accounts that are grey are different each time! I can still retrieve email on the old computer so the problem is not my ISP or email provider. I have checked all the accounts and they appear to be the same as on the old computer. I did, however, re-enter all the info by hand just in case. I have run Connection Doctor and get different results every time even if I change nothing. Any clues?

    Update: I tried taking all my accounts offline and retrieving mail from only one account at a time. This DID seem to work but it's unacceptable to have to retrieve email this way. I have 8 accounts. But maybe the additional info will help someone troubleshoot.

  • Sql Developer MSSql Migration, Online data move, image to long raw mapping

    Hello,
    my task is to migrate a MSSql Server Database to Oracle 10.2.0.4 with SQL Developer Version 2.1.1.64
    and JTDS JDBC Driver oracle.sqldeveloper.thirdparty.drivers.sqlserver 11.1.1.58.17.
    Capture, convert and online data move works except data mapping from MSSql image to Oracle long raw dataype.
    I need to map MsSql image to oracle blob, to achieve online data move!
    is Sql Developer online migration MsSql image to oracle long raw possible?
    I know that long raw is outdated, but i'm dba and not responsible for the software part.
    What options should i try? offline data move? can MS Bulk Copy Program export image data and SQL*Loader import into long raw?
    Any experience or tipp?
    Thanks
    Michael

    Hi user12132314 ,
    I do not see any 'long raw' options on our current SQLServer 2005 data type mapping. (Raw is a separate 2000 byte data type).
    The usual route for SQLDeveloper is to go to Blob.
    Online - this is simple & automated.
    Offline - this actually goes via hex output in bcp to sqlldr, read in as CLOB which is then encoded to blob. (This is automated)
    (Online 'Copy to Oracle' option, right click on table, may be of use if advanced features not included in the select such as defaults are not required, it copies over a select * from table, including blobs)
    To move you from blob to long raw after migration can be done (easily enough if Oracle database >=10g so the stream does not have to be in smaller 'chunks')
    http://asktom.oracle.com/pls/asktom/f?p=100:11:3938270166267830::::P11_QUESTION_ID:702825000306
    I can look into this if you want to go down this route.
    Note however that long raw has drawbacks and blob is preferred, see
    Oracle® Database SQL Language Reference
    11g Release 2 (11.2)
    Part Number E17118-04
    Data Types
    LONG Data Type
    for example one restriction is:
    A table can contain only one LONG column.
    -Turloch
    SQLDeveloper Team

  • Bug Search Tool is out of Beta and Fully Available for your use

    We are excited to announce the release of Bug Search Tool (BST), the online successor to Bug Toolkit, designed to improve our customers’ effectiveness in network risk management and device troubleshooting.
    Bug Search Tool allows partners and customers to search for software bugs based on product, release and keyword– and aggregates key data such as bug details, product, and version. Bug Search Tool reduces the time taken for product/release searches from minutes to seconds over its predecessor Bug Toolkit. The service also has provision to filter bugs based on credentials to provide external and internal bug views for the search input.
    Top New Features
    Enables input of  
    Keywords and problem description
    Product Identification (PID)
    Metadata Framework (MDF) Product Category, Series, Model, Software version and/or version type
    Retrieves customer and partner-relevant bug information with a single Bug ID as input
    Returns relevant bug summary information with a list of up to 10 Bug IDs as input
    Provides access to view the quality ratings provided by customers for the bugs and also add new reviews.
    Available Now
    This service was developed and refined in close consultation with customers and partners through advisory boards, online forums and other direct communications. 
    “I just wanted to compliment you on the new Bug Search Tool. It is fantastic. very quick, easy to use and has a well laid out GUI. Thanks for the great work!”
    Cisco Customer
    Please check out Bug Search Tool on Cisco.com or take the self-guided BST interactive tour and to learn more contact us.
    Bug Search team (Christine Woods, Deepika Vijayakumar, Sam Guemple)

    Hi Sam,
    First off, I wanted to say THANKS to the whole Bug Search team for their
    continued hard work in making BST a great online tool!!
    I wanted to add a couple of further observations on BST in addition to my
    buddy Paolo's initial comments (+5 "P")
    - Version choices in Communications Manager and Unity Connection are not honored.
    For example, if I go through Voice & Unified> IP Telephony> Unified Communications
    Platform> Communications manager> Cisco Unified Communications Manager Version 9.1
    There will be 44,535 results (????) then I have to input 9.1 again in the "Releases" box and
    I then receive the correct 754 results. So BST is not honoring the original choice of
    Cisco Unified Communications Manager Version 9.1. This is the same for all versions as well
    as Unity Connection choices.
    - IP phone 8900 series bugs are actually all listed under the 6900 series (????). If you
    don't know this trick you can never find any bugs related to the 8900 series. These are two distinct
    product lines and the bugs should be sorted accordingly.
    Cheers!
    Rob
    "Your life is worth much more than gold." 
    - Bob Marley

  • Migrating to Forms 10g - text out of sync

    Hi guys
    Newbie so please be gentle ....
    Have recently joined a new company and, having last touched Oracle forms 12 years ago, have been designated the label of 'Forms Expert' !!
    Which is fine, I enjoy a challenge! But .....
    Have been tasked with moving some forms from an old to new server, at the same time migrating them to 10g.
    On the new server, when the forms are compiled, some of the text appears to be in a bigger font and / or out of sync with the data items on some forms.
    Any ideas??
    I've had a quick browse through various forums and have checked the registry.dat file against it's equivalent on the old server, what is sensible etc and there don't appear to be any problems there.
    Thanks in advance for any help.
    Ian

    Ian,
    The default.fontMap.appFontnames determines the applications font list and the default.fontMap.javaFontnames determines the Java fonts.
    Each entry in the appFontnames must have its mapping in the JavaFontnames, so just add your font name on the first line and add it's corresponding font onto the second.
    Restart your server and test.
    If you have metalink access also read Note: 434250.1 Note: 1016006.4 and Note: 386954.1
    Tony

  • My ipad just won't let me enter my apple password on FaceTime or iMessage, it works fine on my iPhone, I have tried numerous things but nothing works, can anybody help please, will a bug fix sort this out when they finally make one

    My ipad just won't let me sign in with my apple password on FaceTime or iMessage since updating to ios7 it says check my network connection, even though my iPhone works fine with the same password, can anybody help please, I have tried numerous things but nothing  works.  Will I have to wait for a bug fix to sort this? I hear they are working on one a the minute, I hate ios7

    Try a Restart.
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider. Press and hold the Sleep/Wake button until the Apple logo appears.
    Resetting your settings
    You can also try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered. You won't lose any data, but it takes time to enter all of the settings again.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears. Apple recommends this only if you are unable to restart it.
    Or if this doesn't work and nobody else on the blog doesn't have a better idea you can contact Apple.
    Here is a link to their contacts with most of the information below.
    http://www.apple.com/contact/

  • Excel 2003 to 2013 VBA migration bug

    Hello!
    I need to convert mission critical workbooks with much VBA code from Excel 2003 to Excel 2013, of which some were originally created using Excel 97.
    When running any VBA macro I get 0x80028018 errors. A similar problem is described in KB320369 - BUG: "Old format or invalid type library"
    error when automating Excel - however in my case it's
    VBA, not .NET or VSTO and
    I have installed the proper language packs.
    I need to describe more detailed:
    Even when I open the legacy workbook in 2013, create a new blank sheet, delete all old sheets and all VBA code, forms etc., put a new command button in, calling any new VBA sub, I get that error.
    When I create a new workbook from scratch, put a new command button in, calling any new VBA sub, there is no error!
    It also makes no difference, if I save it in compatibility mode xls or as new xlsm. See the screenshots.
    I believe there is some legacy metadata in vbaProject.bin, which makes Excel 2013 choke.
    Thanks!
    L.
    Run-Time Error Message:
    Comparison of the zipped contents of "Book2", the newly created workbook, and "L_VK_1_min", the converted legacy workbook:

    Hi asklucas,
    Are you installing mutiple version of Excel on the same computer? Can you check the wether the reference is correct in tools-reference?
    >>I believe there is some legacy metadata in vbaProject.bin, which makes Excel 2013 choke.<<
    Is it helpful that conver the XLSM to XLSX, then copy the code in to XLSX and save it to XLSM back?
    If not, I suggest that you create a new workbook and copy the orgial code into the new workbook as a workaround.
    Event if there are many workbook, we can write an application to automate this process. Here are some helpful links for your reference:
    Objects (Visual Basic Add-In Model)
    OfficeTalk: Display a List of All VBA Procedures in a Workbook from the Ribbon
    Hope it is helpful.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • SQL Developer 1.5.4 MySQL migration bug

    Trying to use SQL Developer 1.5.4 to "Capture" MySQL schema. Getting this Java exception:
    java.lang.Exception: java.lang.NullPointerException
         at oracle.dbtools.migration.workbench.core.ui.AbstractMigrationProgressRunnable.start(AbstractMigrationProgressRunnable.java:141)
         at oracle.dbtools.migration.workbench.core.CaptureInitiator.launch(CaptureInitiator.java:94)
    Caused by: java.lang.NullPointerException
         at oracle.dbtools.migration.workbench.plugin.MySQL5Capturer.captureColumnDetails(MySQL5Capturer.java:405)
         at oracle.dbtools.migration.workbench.plugin.MySQLCapturer.captureObjects(MySQLCapturer.java:195)
    Please advise.

    ok, here is one table that results in the Java exception:
    CREATE TABLE user_locations (
    user_id int unsigned NOT NULL,
    location point not null,
    location_source enum ("aaa", "bbb", "ccc") DEFAULT "aaa" NOT NULL,
    address varchar(255),
    last_update datetime,
    UNIQUE (user_id, location(32)),
    INDEX (user_id),
    INDEX (last_update),
    FOREIGN KEY (user_id) REFERENCES users (user_id) on delete cascade on update cascade
    )ENGINE=InnoDB DEFAULT CHARSET=utf8;

  • Execute proc with out parameter

    hi
    I dont know whether this question fits this forum,eventhough i'm asking
    how to execute a procedure in toad having out parameter
    Edited by: user588120 on Sep 28, 2010 4:51 AM

    declare
    <variable> <variable type>;
    begin
    <your procedure>(<variable>);
    end;
    PL/SQL doc question.
    Sybrand Bakker
    Senior Oracle DBA

  • How to reverse migrate to Tiger (till fleas out of Leopard)??

    I have beta tested software before. I switched to mac 1999 because wanted my os to just work. Till Leopard does what best way to migrate backwards? I need my computer to work.

    Note** An additional problem occurring with my installation of Leopard was this "No Finder" issue.
    (Topic/Problem origionally posted by Michael Jasper.)
    "My finder does not work. I have to open an application (i.e. Safari) just to be able to click on the apple in the upper left corner. When I open Force Quit Applications I see that my finder is not responding."
    (Solution to above problem by EricShapiros.)
    "The first step is to get Terminal.app to run. I was lucky that it was in my dock already. If not, you can probably ssh in from another Mac. You should be able to turn on remote login in System Preferences even without a Finder, I think.
    Then type:
    sudo mv "/Library/Application Support/DivXNetworks" "/Library/Application Support/DivXNetworks.prev"
    Then click on the Finder in the dock and relaunch it. Or just reboot.
    An alternate method would be to boot the Mac in target disk mode (hold down the "T" during boot) and plug it into another Mac via Firewire. Then just rename or remove the DivXNetworks folder.
    Or boot from the 10.5 DVD and run Terminal.app from the menu. I guess that might be the easiest method since it doesn't require a second Mac, but you'll have to look in /Volumes for your boot volume name.
    Good luck. "
    This resolved ALL problems occurring with my Leopard install.
    Thanks Eric
    Ray

  • Will migrating to another Mac wipe out the original?

    If I migrate my data from my MacBook 10.5.8 to my new MacBook Pro 10.7, will it wipe all the data from the MacBook 10.5.8?  Or is it just copying everything to the new MacBook?

    It will NOT disrupt the 10.5.8 Mac. It is merely a copy function being performed.
    It's main function is to provide a way of having your existing data work in the new environment.

  • PA data migration Strategy for global roll-out

    Hi Guys,
    What is the best practise to load PA data into SAP HCM for a global roll-out? We plan to go-live with 50 odd countries. For country specific infotypes like address, It does not make sense to create country-specific LSMW's for each of the country. We may end up having 100s of LSMWs which does not seem right to me. nearly 20 of these countries have less than 100 employees each. Any ideas what the best practises around this are?
    regards
    Sam

    Create batch input sessions with LSMW as usual.
    Wite a report that reads the batch input session (tables APQI, APQD), gets the country specific dynpro for every PERNR (tables T582A, T588M, feature Pxxxx, ...) and change the dynpro in the APQD. Use debugger to find offset and length of field values in the record.
    Than you can process the batch input.
    I did it that way many times.
    Alternativly you could update the PA tables directly - but difficult to detect errors.

Maybe you are looking for

  • Can't Install Mac OS 10.4 in Apple PowerBook G4 Titanium

    Hello! I have an Apple PowerBook G4 Titanium (400Mhz). My system crash when I tried to enter and hang up in the Apple logo. I used Diskwarrior and TechTool Pro to identify the problem, but there;s no error. I inserted the 10.4 installer and format th

  • Problem with exporting from lr2.5 to photoshop cs4

    guys, I had this problem where everytime I choose to "edit in photoshop", photoshop cs 4 will open but nothing will happen, then lr 2.5 will post something like : the file couldnt be edited coz ps cs4 failed to launch", peculiar thing is it will work

  • CD burn had error code 4280, HELP!!!

    I installed the latest version of iTunes, but as many other postings I've read, I have not been able to successfully burn a CD with iTunes since the installation. Every time I get the message, "The attempt to burn a disc failed. An unknown error occu

  • HT201269 How do i delete photo albums off of my iphone?

    I accidentally added over 7,000 photos onto my phone that i had uploaded to iphoto but obviously i don't need. How do i delete them? I can't do it on my phone or itunes

  • PA30, Maximum rows 50, Search help PREM

    Hello, Do you know maybe what could be a problem with transaction PA30 when I'm using search help for finding persons I will get only 50 rows on the list and the message DH803 : 'There are more than 50 possible inputs" when I was analysing program it