Do remote debugging in production with encapsulated code db

Hello

Assuming that we have the following scenario:

-database out of production where all the code is unwrapped and compiled with debugging options.

-database of production which has wrapped up the code and compiled without the debug option. It is necessary that the code should be wrapped on this environment. In addition, it is necessary that the pl/sql code is compiled without the debug option.

-pl/sql code out of production and production environment on the same revision number, that is all the code on the production db is shrouded in code which is on non-production db.

Assuming that one of the units of pl/sql call dbms_debug_jdwp.connect_tcp with the ip address and the port that points to my Sql developer, I'll be able to debug the production environment (which has enveloped the code and is compiled without the debug option) using Sql Developer?

Thank you

KS

N °

Tags: Database

Similar Questions

  • Problem with XControl and remote debugging

    Can you make a connection of remote debugging to an EXE or DLL that uses an XControl?  So far, my experiences would indicate the answer is no, but I find that surprising and have seen no earlier mention of it in bug reports or in the forums.  When trying to connect to the DLL with XControl, I get the error 'fatal error occurred during the operation, close the connection' dialog box.  I'm just connection of the local machine, not on the network.

    My real application is a rather elaborate DLL that is called from a Visual Studio 2008 C++ application and launches the LV panels dynamically.  I realized that my DLLs that include panels with XControls do not allow debugging remotely for you connect while dll without XControls works very well.  It is the only difference between the two projects.

    I've simplified it to a simple test program that merely updates an indicator in a timed loop.  I created two versions of the VI, which updates a digital single and the other who updates an XControl (which itself is a simple digital-only model change XControl of dropping a digital indicator on the FP of façade and update a local variable to it in the event of modification of data).  Then I built these two screws in the exe files and tried to make a debugging connection to each after the launch of the EXE.  Of course, the application with the XControl Gets the above mentioned error dialog box.  Any ideas on why this is happening?

    I have attached the sample project that generates the two EXEs.  One is called debugging with XControl Test and another test of debugging without XControl.  My worm. LV is 9.0f2.  Here's the very simple diagram showing the problem:

    I saw that this problem has been fixed in LV 2010 SP1:

    http://zone.NI.com/DevZone/CDA/tut/p/ID/12560

    Look for the CAR ID 238566 to the fixed bug list.

  • Windows10 installation fails with the error code 80200053. Update Windows product unresolved error, code 80070057

    I'm running Windows7 and have attempted to download/install Windows 10.  The Windows 10 download/install fails with error code 80200053.  Troubleshooting Windows Update product unresolved error code 80070057.  How should I proceed?

    OT:

    Installation of Windows 10

    I think that this error has something to do with the Windows updates blocking antivirus.

    Try this:

    (1) disable the anti-virus and all others no essential programs

    (2) type in services.msc RUN which will take you to the 'services' and search for Windows Installer mine has been set to manual so leave it put there and just start it

    (3) now, run windows update and wait for your window installed correctly

    (4) restart the computer

    Let me know how it goes!

  • I need to transfer a license for Acrobat Pro XI from one PC to another, but I lost my original disks. I register the product with Adobe but it doe not appear on my identification code Adobe how can I find my product to install it on another PC

    I need to transfer a license for Acrobat Pro XI from one PC to another, but I lost my original disks. I register the product with Adobe but it doe not appear on my identification code Adobe how can I find my product to install it on another PC?

    Hello

    If you have the serial number of Adobe Acrobat pro 11.

    Download the program and activate it using the serial number.

    Download link:- download Acrobat products | Standard, Pro | DC, XI, X

  • Remote debugging with Visual Studio

    Our web team use Lab Manager but encountered problems with remote debugging of applications.

    They run Visual Studio 2008 machine company in the field 'corporate.internal '. Then, they want to debug remotely a race of app in the lab environment manager (can be an IIS application, sharepoint etc). This lab environment is an area (sand.internal) with a number of virtual machines. Now that there are several areas sand.internal of Lab Manager, and we do not have trust relationships between the two, they are unable to remote debug their applications.

    Anyone know if it is possible to debug remotely an application within the LabManager using VS 2008 (from untrusted domains)? I've seen plugins for VMWare Workstation and subjects I seem to only appear at this address, although earlier am came across the following blog that can lend to manually set up:

    http://blogs.VMware.com/workstation/2008/04/using-the-vmwar.html

    Copy the folder that contains msvsmon.exe on your local computer to the remote computer

    • It will be located in a folder that is similar to:

      • C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\Remote Debugger\

        • It could also be in the folder "Program Files (x 86)".

        • It could also be in the folder "Microsoft Visual Studio 10.0"

    Run msvsmon.exe on the remote computer

    Set access options to disable authentication

    • No authentication

    • Allow any user to debug

    You select Visual Studio local "attach to process".

    Change shipping and enter the machine virtual IP or external IP address that applies in your case

    After it connects, select the correct process and you leave.

  • Remote debugging with Apex and SQL Developer

    Hello

    I try to turn on remote debugging with Apex and SQL Developer.

    I can debug the PL/SQL procedure when it is called from SQL * PLUS, but when I call the procedure from Apex 'Process', the debugger does not stop at breakpoints.

    I checked that the procedure is called Apex process as I can see 'things' happening in the procedure but the debugger does not stop at breakpoints. The program being debugged (session Apex) manages to fix the SQL Developer debug listener.

    Apex (OnSubmit) process
    ---------------------------

    BEGIN

    DBMS_DEBUG_JDWP. CONNECT_TCP ('10.176.20.225', 4000);
    DONOTHING;
    DBMS_DEBUG_JDWP. DISCONNECT;
    END;


    Procedure
    -------------------------------------
    CREATE OR REPLACE
    PROCEDURE DONOTHING ACE
    testvar VARCHAR2 (100);
    BEGIN
    update cross-set test_data = 'I came here 11111'; -It is run
    commit;
    testvar: = "aaa"; -bREAK POINT IS HERE
    DONOTHING END;
    /

    Thanks in advance,
    Paresh

    Published by: pyadav1 on November 19, 2008 15:19

    Hello

    Sorry... seems I was too hasty in reading your question...

    You also gave * DEBUG ON [Parsingschema]. [procediurename] * APEX_PUBLIC_USER (or ANONYMOUS or HTMLDB_PUBLIC_USER). Otherwise, the behavior is exactly the same as you have described...

    The privilege of the DEBUGGING SESSION to CONNECT need to given to the schema analysis but the APEX_PUBLIC_USER schema needs debug privilege on the function or procedure...

    Does that help?

    Carsten-

  • BUG (?) during remote debugging: Watch #0

    Hi all

    There seems to be a bug in the remote debugging.

    When I switch on the function of climax, it shows me "#0" in all rows of the table, but past tables are not empty.

    Here what it shows:

    (see the #0)

    but the probe window shows that there are values:

    @NI: Please try to reproduce and, if it's really a BUG, please correct.

    Thank you.

    Best regards

    Hello, Ben EWiebe,.

    I was able to reproduce this behavior on several systems (using LV 2011).

    It seems to be a bug, so I created the CAR: #342275.

    With your help, we are able to improve our products.

    Best regards!

    Moritz M.

  • do remote debugging - switch works / of via ini?

    Hi, I have read and understood how to debug remotely a VI - it works pretty well.
    My question is - can I set flags "Wait for debugger on launch" and "Enable debugging" in the specification to build for the stand-alone application in real time for all my applications and THEN turn to whom we or off via something like the .ini file?

    This would be great as then we could just put the flags on all our versions of debugging and then be able to allow debugging when neeeded.

    Jay

    You can set flags DebugServerEnabled and DebugServerWaitOnLaunch in the INI file of the application to determine whether or not the remote debugging is enabled. However, your application will be more important and may run more slowly when built with debugging enabled, even if the debugging server is disabled in the INI file, because a large number of additional information (facades and diagrams) is included in the compilation to allow debugging, and a few compiler optimizations can be disabled.

  • Remote debugging

    I am at the wheel nuts trying to get remote debugging to work.

    I thought it might be something with managed on the domain network switches, so I set up a private on a small switch, network

    Firewall is turned off on both machines

    Since my development machine, I can navigate to [deploy machine: 3580 / dumpinfo?] and on the list of services is:

    MyProgram.exe

    HTTP/1.0 200 OK
    Server: Service Locator
    Pragma: non-cache
    Connection: close
    Content-Length: 12
    Content-Type: text/html
    Port = 49306

    BUT I tryOperate-> Application Debug, I get the message connection error "Failed to lookup debuggable applications or shared libraries.

    From experience, this message is firewall issues, but firewalls is definitely extinct.

    Any thoughts?

    15.0f2 32-bit LabVIEW

    Windows 7 x 64 on both machines

    Ed,

    can you identify the target system via IP or name?

    I guess it could be a DNS caching and local cache issue...

    Norbert

  • Windows Vista Ultimate SP2 will not install update KB2378111 or install downloaded programs and returned with error code 80070570

    Hello... my computer will not install update KB2378111 with a code error 80070570.  In addition, I can not install all programs downloaded from the internet, specifically my anti-virus software.  I'm running without any software antivirus at this time.  I ran the most recent Microsoft malicious software removal tool and it showed that there is no problem.

    I'm running without any antivirus at this time software

    See...

    Cleaning a compromised system
         http://TechNet.Microsoft.com/en-us/library/cc700813.aspx

    Personal data backup (which none should be considered 100% reliable at this point) then format the HARD disk and do a clean install of Windows. Please note that a repair installation (upgrade AKA on-site) will NOT fix it!

    HOW to do a clean install of Vista: see the "to install Windows by performing a clean install" (or "reinstall Windows Vista") http://windows.microsoft.com/en-us/windows-vista/Installing-and-reinstalling-Windows-Vista article

    NOTE: If your computer came with a set of disks, there is a hidden partition restore (not to be confused with the restoration of the system) you would use to do the clean install (AKA a "destructive recovery").

    After the new installation, you will have the equivalent of a "new computer" in order to take care of EVERYTHING on the next page before connecting the machine to the internet or one local network (i.e. other computers) AND BEFORE to plug in a flash, SD card, or any other external drive to the computer otherwise:

    4 steps to help protect your new computer before going online
         http://www.Microsoft.com/security/pypc.aspx

    Tip: After completing the computer fully patched, download/install KB971029 manually before connecting any player external to the computer: http://support.microsoft.com/kb/971029

    VERY IMPORTANT! -Online any Norton or McAfee free trial which is preinstalled on the computer when you bought will be reinstalled (but invalid) when Windows is reinstalled. You MUST uninstall the trial for free AND download/run the removal tool appropriate prior to installing the updates, Windows Service Packs or IE upgrades AND BEFORE installing your new anti-virus application.

    Norton Removal Tool
         FTP://ftp.Symantec.com/public/english_us_canada/removal_tools/Norton_Removal_Tool.exe

    McAfee Consumer product removal tool
         http://download.McAfee.com/Products/Licensed/cust_support_patches/MCPR.exe

    See also:

    Risks & benefits of P2P file sharing
    http://www.Microsoft.com/protect/data/downloadfileshare/filesharing.aspx
    http://blogs.technet.com/MMPC/archive/2008/10/06/the-cost-of-free-software.aspx
    http://www.us-cert.gov/CAs/tips/ST05-007.html

    Measures to help prevent spyware
    http://www.Microsoft.com/security/spyware/prevent.aspx

    Measures to help prevent computer worms
    http://www.Microsoft.com/security/worms/prevent.aspx

    Avoid fake security software!
    http://www.Microsoft.com/security/antivirus/rogue.aspx

    If you need additional assistance with the clean install, please start a new thread in this forum: http://social.answers.microsoft.com/Forums/en-US/vistarepair/threads

    If these procedures look too complex - and there is no shame in admitting this isn't your cup of tea - take the machine to a local, good reputation and stand-alone computer (that is, not BigBoxStoreUSA or Geek Squad) repair facility.

    Good luck!

    ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • Unable to recover the TCP/IP connectivity & corrupt Winsock keys with error code 11003

    After being unable to solve the problems created by the McAfee download causing failure DComm and lost connectivity I uninstalled SP 3 and reinstalled.

    I have a corrupted Winsock2 registry and auto config proxy TCP/IP keys and detect the proxy appear as 'not available '.

    I tried to reset TCP/IP using netsh int ip reset c:\ reseting.txt and also the use of the patch tool.  The error code is the function IntHelper.dll in IPMONTR. DLL could start with error code 11003.

    I am able to visual determine that the winsock keys are corrupted, as described in kb/811259. I tried to reset the winsock2 registry keys by using the netsh winsock reset command. The error code is the IntHelperDll function in IPMONR. DLL could start with error code 11003.

    I would like any suggestions or ideas that anyone can have for the restoration of connectivity.

    Oh, and I'm not going to use McAfee products in the future.

    Thank you.

    Hi there nzcleman,

    Download and run LSPFix from here: http://www.cexx.org/lspfix.htm
    Read the instructions on how to use LSPFix carefully here: http://www.bleepingcomputer.com/tutorials/tutorial59.html

    Once executed, restart your system.

    Now download and run WinsockXPFix from here: http://majorgeeks.com/WinSock_XP_Fix_d4372.html
    Restart your system once again WinsockXPFix finished (even though it should restart for you).

    I hope this will help :)

    --> I hope this helps! Please mark it as correct answer or vote if it does :)<>

    http://www.pcuk.biz - my website

    Info from Microsoft about phishing . Information from Microsoft on the fake security software

  • PROMBLEMS WITH ACTIVATION CODE ON WINDOWS XP CD INSTALLATION

    .. I HAVE A MOOSE WIINDOWS XP HOME EDITION...  I INSTALLED A NEW HARD A PORTABLE OLDER DRVE... WHEN I INSTALLED IT IN THE COMPUTER... HE SAID THAT THERE IS ERROR ANN WITH ACTIVATION CODE SO WHA I NEED ALSO TO DO?  PLEASE LET ME KNOW...  Thank you

    See: http://support.microsoft.com/kb/307890

    How to activate Windows XP

    How to activate Windows XP by phone

    To contact a Microsoft customer service representative to activate Windows by phone, follow these steps:

    1. Click Start, point to programs, point to Accessories, point to System Toolsand then click Activate Windows.

      Or, click on the Activation of Windows icon in the notification area.

    2. Click on Yes, I want to telephone a customer the service representative to active windows now.
    3. Click read the Windows Product Activation privacy statement, click new, and then click Next.
    4. Follow the steps in the Activate Windows by phone dialog box, and then click Next.

      Note The number appears now and differs based on the location you select.

    5. When activation is completed and you receive the following message appears, click OK.
      You have activated your copy of Windows.
  • I get a blue screen with a code 1000008e error.

    Signature of the problem:

    Problem event name: BlueScreen
    OS version: 6.1.7601.2.1.0.768.3
    Locale ID: 1033
    More information about the problem:
    BCCode: 1000008e
    BCP1: C0000005
    BCP2: 82C3B72D
    BCP3: CED616B0
    BCP4: 00000000
    OS version: 6_1_7601 Service Pack: 1_0 product: 768_1
     
    Screens with these codes of original blue title: can someone help after the reboot.

    These accidents were caused by the corruption of memory (probably a driver).
    Run these two tests to check your memory and find which driver is causing the problem.

    * Don't forget to download any other DMP files (especially those running auditor)

    * If you are overclocking reset all default before running these tests.
    In other words STOP!  
    If you don't know what it means that you probably are not


    1 - Memtest.

    * Download a copy of Memtest86 and burn the ISO to a CD using Iso Recorder or another ISO burning program. http://www.memtest.org

    * Boot from the CD and let it run at least 5 or 6 passes.

    * Don't forget, anytime Memtest reports errors, it can be bad RAM or a bad motherboard slot.

    * Test the sticks individually and if you find a good, test it in all slots.

    Any error is indicative of a memory problem.

    If a well-known stick fails in a slot of motherboard, it's probably the slot.

    2. Driver Verifier

    Using Driver Verifier is a dubious proposition. Most of the time it will crash and it will tell you what is the driver.

    * But sometimes it will crash and will not tell you the driver.

    * At other times it will crash until you can connect to Windows. If you can't mode without failure, then you will have to resort to editing the registry offline to disable driver verifier.

    * I would suggest that you first back up your data and make sure that you have access to another computer so you can contact us in case of problems.

    * Then do a system restore point (so you can restore the system using the functionality of Vista/Win7 Startup Repair).

    * Under Windows 7, you can do a startup repair disk by clicking Start... All programs... Maintenance... Create a system - with Windows Vista repair disc, you need to use your drive installation or from the "Repair your computer" option at the top of the Safe Mode menu.

    So, here is the procedure:
    -Go to start and type "auditor" (without the quotes) and press enter
    -Select 'Create a custom settings (for code developers)' and click 'Next '.
    -Select "Select individual settings from the list complete" and click "Next".
    -Select all of the items EXCEPT FOR 'Low Resource Simulation' and click 'Next '.
    -Select "Select driver names from a list", then click "next".
    * Select all drivers that are NOT supplied by Microsoft and click on "Next".
    -On the next page, select "Finish".

    * Restart the system and wait as he crashed to blue screen.

    * Continue to use your system normally and if you know what are the causes of the crash, do it several times. The objective here is to get the system crash because Driver Verifier is stressing out the drivers. If it is not planted for you, then let it run for at least 36 hours of continuous operation.

    * If you are unable to Windows because it crashes too early, try safe mode.
    * If you can't mode without fail, try to use the system from the installation DVD restore to bring the system back to the previous point of restoration that you created.

    * Further reading
    'http://support.microsoft.com/kb/244617 '.

    Using Driver Verifier to identify issues with Windows drivers for users advanced

  • OPatch failed with error code = 41

    I am trying to apply the patch to a database not CARS 11.2.0.4 on Windows Server 2008.

    I followed the README which is available in the hotfix package.

    (1) disabled WMI

    (2) stop MSDTC and WINMGMT

    (3) Oracle Stopped all services and changed to manual start of the following:

    (a) Service of the VSS oracle

    (b) oracle JobScheduler

    (c) oracle MTS Recovery Service

    (d) oracle Listener

    (e) OracleService

    However, the patch still failed with error code = 41. And the message is to say

    The recommended measures: OPatch must change the files that are used by some processes.

    as a result of

    The following files are present:

    F:\Oracle\product\112~1.0\dbhome_1\bin\oracell11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\oraasmclnt11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\orapls11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\orageneric11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\oraclient11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\oracommon11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\oraxml11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\orannzsbb11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\orazt11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\oraztkg11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\oran11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\orantcp11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\oranl11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\orancrypt11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\orahasgen11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\oraocr11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\oraocrb11.dll

    F:\Oracle\product\112~1.0\dbhome_1\bin\oraocrutl11.dll

    How to kill these processes? What is with these files?

    Thank you!

    If you have access to Oracle Support, please see the Doc ID 1348018.1

    If this is not the case, use process Explorer you can download from Microsoft, as suggested by Cyrille.

    Hope that helps.

  • ORA-27369: jobs of type EXECUTABLE failed with exit code: permission denied

    Dear experts,

    I created a simple external job to run the export job (expdp) to be run from PL/SQL. When I create a job as user SYS, labor runs well, but the same fails when I run it as a user of the application. I'm sure I'm missing a few privileges. I go through internet, MOS for a solution, but could not find a (my bad!).

    Grateful if you could point me the right direction.

    Here is the work:
    BEGIN
    dbms_scheduler.create_job(
    job_name => 'mytestjob',
    job_type => 'executable',
    job_action => '/u01/myexpdp.sh',
    enabled => TRUE,
    auto_drop         =>   FALSE);
    END;
    /
    
    
    exec dbms_scheduler.run_job('mytestjob');
    performance of the work as a user 'TEST '.
    SQL> show user
    USER is "TEST"
    SQL>
    
    SQL> exec dbms_scheduler.run_job('mytestjob');
    BEGIN dbms_scheduler.run_job('mytestjob'); END;
    
    *
    ERROR at line 1:
    ORA-27369: job of type EXECUTABLE failed with exit code: Permission denied
    ORA-06512: at "SYS.DBMS_ISCHED", line 185
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 486
    ORA-06512: at line 1
    
    
    SQL>
    permissions of files
    -rwxrwxrwx 1 oracle oinstall 1539 Mar 21 17:58 /u01/myexpdp.sh
    expdp script
    cat /u01/myexpdp.sh
    
    #!/bin/bash
    source /home/oracle/.bash_profile
    
    ORACLE_SID=TESTDB
    
    /u01/app/oracle/product/11.2.0.1/db1/bin/expdp parfile=/u01/expoptions.txt
    expdp settings file
    cat u01/expoptions.txt
    userid=scott/tiger
    directory=DATA_PUMP_DIR
    dumpfile=test.dmp
    tables=emp
    Published by: Prem Kumar on March 21, 2013 04:14

    Have you defined a credential for your host with dbms_scheduler.create_credential connection and specified the credentials with the work?
    --
    John Watson
    Oracle Certified Master s/n
    http://skillbuilders.com

Maybe you are looking for

  • ERAIL. DOES NOT WORK IN

    SIR/MADAM,IAM UNABLE to EXCESS ONLY SITE WWW.ERAIL.IN PLEASE RECTIFY ASA QUESTION as SOON AS POSSIBLE

  • Satellite 5100: need to restore image file

    Hello world I have a problem with my recovery disk1 which contains preinstall them image Satellite 5100.Could someone give me a copy of this image file generously?The path of the file is in the directory base with preinst.gho as the name.If there is

  • Should I really ThinkVantage Active Protection System?

    I'm always tired on third party software and additional things to windows... specially the programs that start themselves when windows starts. So I wonder about ThinkVantage Active Protection System... do I really need it on my T440s? I read it as an

  • Realtek rtl8188su wireless lan update 802.11n usb 2.0 network adapter

    Realtek rtl8188su wireless lan update 802.11n usb 2.0 network adapter. What are the problems he says. is it necessary?

  • Video memory change dedicated in a notebook

    I have a computer laptop g6-2002au in Win7 home premium 64-bit dual core 64 bit CPU, 2.7 ghz and an AMD Radeon 7520 G gpu clocks, which is generally used for the preview (for a class) film projects created in a video editor.  And for the video projec