How to get information about the types within a user defined package

Hi all
Have a package with some types (user-defined) defined in the package specification. How to get information about the types and
information about the columns of this type.

for example:
Create package mp is

type t is record (no number is varchar2 (30));

procedure a (m t out...

Thanks in advance.

userg

G_user wrote:
the req's, want to build a script dynamically using data dictionary
so if possible, I take the name of the type within the package specification.

Let me rephrase - is there a data dictionary to get information on the type defined by the user within a package specification

Best approach will be to have a standard in the definition of data types.

Have a process to follow the object definitions in the package if it is mandatory.

Tags: Database

Similar Questions

  • How to get information about the important updates.

    Original title: How can I find a list of the updates, I really need and I can uninstall and how uninstall you unnecessary updates.

    I use a laptop computer Inspiron 1525 32-bit Home Premium Windows Vista 4 GB. I don't even think that I have enough for all the updates that Microsoft sends. I really need help to find out what I really need and what I don't. I'd give even Windows mail I really don't use it and it does not work with my web mail att.net. I use Gmail as a program of additional e-mail I can send pictures with this program. What is most important here is I don't think I need all of these updates! I use Microsoft Security essentials to my anti-virus program. I'm an average user of PC with average knowledge about running and maintenance of my PC. This issue is beyond my scope. Thanks for all those who might be able to help me.

    Hello Madeline,.

    Welcome to Microsoft Community where you can find all the answers related to Windows.

    According to the description, it looks like you want to learn more about the updates of Windows that are important and not Important.

    I have a few links that should guide you in the right direction.

    Important updates provide significant benefits, such as improved security and reliability. You can also set Windows to automatically install recommended updates, which can address non-critical problems and help enhance your computing experience. Optional updates are not downloaded or installed automatically.

    Method 1:

    Updates are additions to software that can help to prevent or fix problems, enhance the operation of your computer, or improve your computing experience.

    Visit this link and see "can I choose which updates Windows automatically installs?"

    http://Windows.Microsoft.com/en-us/Windows-Vista/Understanding-Windows-automatic-updating

    Method 2:

    Visit this link and indicate "Do I need to download and install updates?"

    http://Windows.Microsoft.com/en-us/Windows-Vista/updates-frequently-asked-questions

    In addition, visit this link and check:

    Install Windows updates

    http://Windows.Microsoft.com/en-in/Windows-Vista/install-Windows-updates

    Hope this information helps. In case you have issues with Windows, post here to Microsoft Community.

  • How to get information about the updates that are available from Toshiba?

    I noticed that it took over from the button information product online.
    I was wondering how do I know when there is an update for the hardware availabe now and specific software from Toshiba?

    TEMPRO tool has been developed by Toshiba and it informs the new driver of Toshiba and tools of updates which are released into the European driver of Toshiba page.

    It s a nice tool but to be honest I put t use because I n t need driver updates if the system is working properly.

  • OSD-04011: GetFileInformationbyHandle() failure, unable to get information about the file

    Hi all

    I try to get my ORACLE ASM (v 11.1.0.7) software works on Windows Server 2008 Standard SP2 (32-bit), but unfortunately, I hit the next windows operating system error with no resolution in sight.

    OSD-04011: GetFileInformationbyHandle() failure, unable to get information about the file
    S/O-error: incorrect function (OS 1)

    Basically ORACLE software try to read the header information of a partition of existing online RAW drive. According to the error made ORACLE unrecognized function call. How can I make this feature available? Need help ASAP please.

    http://www.Microsoft.com/windowsserver2008/en/us/community.aspx

    They will help you in Windows Server communities at the above address.

    Here is the Vista Forums.

    See you soon. Mick Murphy - Microsoft partner

  • Get information about the VM name, owner, State of the Machine and tools State

    Hello

    I want to write a script to get information about the name of VM, owner, status of the Machine and tools State, because I'm a beginner in powershell I couldn't find any solution yet.

    I know how to get the name of the virtual machine and the owner

    Get-VM | Get-Annotation -CustomAttribute Owner | select AnnotatedEntity, Value
    

    and how to find the tools and the State of the machine

    Get-VM | Select-Object -Property Name,@{N="State";E={$_.Guest.State}},@{N="ToolsStatus";E={$_.Guest.ExtensionData.ToolsStatus}}
    

    Unfortunately I don't find a way to merge the two applications.

    Can someone help me please?

    Kind regards.

    SaPu

    Try it like this

    Get - VM | Select-Object - property Name,@{N="State; E={$_. Guest.State}},
    @{N = "ToolsStatus"; E={$_. Guest.ExtensionData.ToolsStatus}},
    @{N = "AnnotatedEntity"; E = {$attr. AnnotatedEntity}},
    @{N = "Owner"; E = {(Get-Annotation-entité $_-CustomAttribute «Propriétaire»).} Value}}

  • Songs disappearing; error message: "unable to listen to a number of files queued. To get information about the problem, click on the icon next to each file in the list pane. »

    I get this error message: "unable to listen to a number of files queued. To get information about the problem, click on the icon next to each file in the list pane. "The thing is that he played the songs darned two days ago, what has happened since then!

    Never mind. I totally forgot that I had renamed a folder that hosts my music. Duh.

  • Get information about the layer with script styles

    Is there a way for a script to get information about the currently existing on a layer layer styles?

    For example, can I know if a layer has a drop shadow, and that therefore, find the dimensions of this shadow, transparency, color, etc...?

    If you don't have CS4 you will need Xbytor script. With CS4, you can the the layer descriptor

    var ref = new ActionReference();
    ref.putEnumerated( charIDToTypeID("Lyr "), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
    var desc = executeActionGet(ref).getObjectValue(stringIDToTypeID('layerEffects'));
    if( desc.hasKey( stringIDToTypeID('dropShadow') ) ){
         desc = desc.getObjectValue(stringIDToTypeID('dropShadow'));
         alert('opacity = '+ desc.getDouble( stringIDToTypeID('opacity') ) );
         alert('distance = '+ desc.getDouble( stringIDToTypeID('distance') ) );
         alert('spread = '+ desc.getDouble( stringIDToTypeID('chokeMatte') ) );// spread
         alert('blur = '+ desc.getDouble( stringIDToTypeID('blur') ) );
         var desc = desc.getObjectValue(stringIDToTypeID('color'));
         var r = desc.getDouble( stringIDToTypeID('red') ) ;
         var g = desc.getDouble( stringIDToTypeID('green') ) ;
         var b = desc.getDouble( stringIDToTypeID('blue') ) ;
         alert( 'r = ' + r +'\rg = ' + g + '\rb = ' + b );
    }
    
  • Getting information about the FLV file...

    is it possible to get information from the FLV file (perhaps in the metadata) to find the codec, frame rate, kilobits per second, audio data rate, etc...

    can read the information? or can it be done IN flash?

    FLV metadata viewer:

    http://www.buraks.com/flvmdv/

  • How can I get information about the employee transfers and promotions in HRMS

    Hello dear colleagues,

    I will be grateful if someone could show me the way to get into the transfers of employees and promotions within the HRMS module. My company uses oracle Release 11i applications and we would like to migrate our historical data on the employee transfers and promotions. These historical data are currently held in Microsoft Access. So, for example, an employee named John James has the history of following Promotion:

    Grade , Start_date , End_date
    Agent II, June 1, 1995, 31 December 1999
    Agent I, January 1, 2000, 31 December 2003
    Asst. Mgr, January 1, 2004, December 31, 2007
    January 1, 2008, Bishop DEP., so far

    Similarly, Mr. John James was transferred to different departments within the Organization in accordance with the following table:

    Dept , Start_date , End_date
    I.T. dept, 1 June 1995, 30 August 2004
    Research dept, August 31, 2004, December 12, 2004
    Finance dept, August 13, 2004, 9-Sep-2008
    I.T. dept, 10-Sep-2008, 31 March 2011
    Dept of Habay, April 1, 2011, to date

    How can get us these historical data on Mr. John James. If we can do that and also to determine the name of the table/tables oracle used to store the information, write to us and use Microsoft Access queries with odbc to migrate data in oracle.

    I'll be very grateful if someone could make a little time to show me how to do this. Thank you in advance.

    -Emmanuel Lawson

    Published by: user6417506 on January 10, 2012 03:17

    You can download employee assignment of data to aid allocation API backend (HR_ASSIGNMENTS_API).
    Here are ways to assignment data (job, Position, Department, Grade).

    You convert your data to the format assignment

    As
    Rank of Dept
    June 1, 1995 to December 31, 1999, IT Officer II
    January 1, 2000 to December 31, 2003 IT OfficerI
    January 1, 2004 to August 31, 2004 research officer I have

    You must first configure all these data in sttucture of work as Department and grades in the system before loading the responsibilities of the employee.

    The data stored in the PER_ALL_ASSIGNMENTS_F table.

    Thank you

  • Enumerate devices OR and get information about the device C / C++

    Hello

    I use using NI_DAQmx.  How to find and enumerate devices OR and obtain information about each device listed in C / C++?

    I am implementing a dynamic configuration allowing to access hardware OR on our system.

    I need to get logical device names, for example "Dev1", and then find what device OR, for example NI 6008, is associated with each device name.

    Thank you.

    -Neil shore

    If you just read the device information while you use DAQmx properties to achieve what you need:

    To get the names of all the devices in your system:

    DAQmxGetSysDevNames

    To get the product to a given device number (each product has a number of unique product in accordance with the reference C DAQmx help, for example, the USB-6008 case is 0x717A):

    DAQmxGetDevProductNum

    If you need to actually define the names of devices or whatnot, you would then focus on the System Configuration API.  I've never really used this outside of LabVIEW, but the Readme indicates he has CVI supports so you might be able to make it work.

    Best regards

  • How to retrieve information about the network (NIC) for each computer virtual (vim, perl)

    Hello

    I have this simple code to retrieve the name of the VirtualMachines in my infrastructure (filtered for data center)

    [.. .other code...]

    use VMware::VILib;
    OPTS::add_options (%OPTS);
    OPTS::parse();
    OPTS::Validate();
    Util::Connect();

    My $datacenter = $DCFILTER;

    My $clusterFilter = $CLFILTER;

    My $datacenter_view = Vim::find_entity_view (view_type = > 'Data center', filter = > {name = > $datacenter});

    my @values = split (/ \ | /, $clusterFilter);

    foreach my {$val (@values)

    My $cluster_view = Vim::find_entity_view (view_type = > 'ClusterComputeResource', filter = > {name = > qr / $val /});

    My $vm_views = Vim::find_entity_views (view_type = > 'VirtualMachine', begin_entity = > $cluster_view);

    {foreach (@$vm_views)}

    Print $_-> name. "\n";
    $vm = $_-> name;

    }

    }

    Util::Disconnect();

    This code runs, but now I need to recover some information about each virtual computer network, specifically:

    (1) the labels of each card network to NETWORK interface (for each virtual computer)

    (2) the adapter Type (optional)

    (3) the device status: connected to the power (yes/no) (option).

    I have seen that there are being managed - network, property of the VirtualMachine managed - object, but I don't know how to use it in my code and if contains the information I need (maybe "Summary")

    Example here is one:

    network-examples.jpg

    in this case, I would like to know for this virtual machine

    (1) LANBACKUP...; dvPP_LABO...; dvp_LABO...

    and if it is possible information 2) and 3) for each NIC... in this case for NIC LANBAKUP...

    Flexible 2)

    (3) connected to the power supply: Yes

    Can you help me to integrate my code to retrieve the information above?

    Thank you very much, for your help.

    Sergio

    I realized prior extraction DVS elements:

    My $dv_switches = Vim::find_entity_views (view_type-online 'DistributedVirtualSwitch', properties-online ['name', 'uuid']);

    Then, you can search by UUID:

    ($this_dvs) = grep {$_-> eq {'uuid'} $the_uuid} @$dv_switches;

    This will give you the best performance as well, since you don't have to hit the API for each request (just the first effective request DVS).  You can add additional DVSwitch object data if you need it in your logic.

  • How to retrieve information about the product of two sites.

    Hi all

    I try to get different products in two different places.

    A 'homeSite' Chair and the table of the site 'storeUS '.

    I get data from the site "storeUS" with table produId. No problem with that.

    But I'm not able to get information chair 'homeSite' site.

    Suppose if I move 'chair' to ' site 'storeUS', then I get info President.

    If I try to 'homeSite' site, then empty page displays, data does not come.

    Can you help me.

    Thank you and best regards,
    Murali.ch

    Activate loggingDebug for/atg/commerce/catalog/ProductLookup in dyn/admin component browser and you can get more information about what might happen. If everything else is fine, cause most likely failure here could be that the product you want to search for is not for the current catalog. You can validate this by adding the parameter open wrongCatalog to your ProductLookup.

    If this is the case of the catalog wrong then you need explicitly setting catalog also gout ProductLookup. Note that this parameter to the ProductLookup of droplets must be of the type of repository, so you have to resolve in the first catalogue through the post-search and then move the element output as the value to the parameter catalog catalog. It would be something like this:

    
      
      
      
        catalog is....
    
        
          
          
          <%-- OR  --%>
          
          
            
            
          
          
            WRONG CATALOG!!!
          
        
    
      
    
    

    I hope this helps.

  • Get information about the physical location (serial) Visa (slot) in PXI time real (Pharlab)

    Hello

    I PXI system with controller time real (OS Pharlab) and many maps series (about 6 cards).

    The maps in the series are two different models, which each contain several (8431/8 and 8421/8) serial ports.

    And the COM Port enumeration mix and I would like to know the link between COM numbering where it is linked.

    I have already dealt with a few methods:

    1. I've tried using the node property of Visa but he cannot know which card port COM belong

    2. I tried to use the Configuration Library system and don't manage to get general information of the card and not what ports have this card.

    3 try to fill you with the VisaConf.ini, but discovers that ASRL and COM Auto-enumeration is the same.

    4. I tried to look in NISerial.ini, NISerial.dbs and NOR - RT.ini and did not find any help here.

    Application engineer or support suggest to look in the registry of the operating system Pharlab because it is windows based and material information must be stored in the registry

    Further explanation on the problem of PXI enumeration:

    PXI produce enumeration auto for the ports series (COM3, COM4, COM5...) according to the card slot, but when there is a mix of the two models of the system would then list a model (8431) from 3 to 50 (6 cards and 8 ports) and the other model (8421) 51 to 98. so if I have 8421 in 2 and 8431 slot number in the slot number 3 it would list 2nd slot COM59 to COM68 and 3rd slot COM11 to COM19.

    Why not just use NOR-MAX to manually configure the ports?

    The system is essential and can not be stopped for a long time and he operated by people who are not very technical, so the customer who wishes to be able to exchange business cards without futher configuration.

    Thank you

    Or Hirschfeld

    Application engineer

    SK-Electronika, Israel

    www.LinkedIn.com/in/orhirshfeld

    Solved and download the example of solution of community

    Get the location COM (Serial Port) and Port physical location in the chassis

  • Want to get information about the coinlog.log text document

    Original title: coinlog.log text document

    Hello

    In Vista C: / Windows/temp - I noticed the text "coinlog.log" document, which contains in part something "destroyprivatedata".

    Nobody knows what this text is about; for example the malware?

    See you soon.

    Hello

    If I understand the question, you want information on document text coinlog.log. And want to know if it is a malware. Please let me know if this is not correct.
    To tell you that coinlog.log is the log of Installer file. A Setup is a DLL Win32 Microsoft that helps to peripheral installation. Installers of co are called by SetupAPI as "aid" for class installers.
    For example, a provider may provide an installer to write device-specific information in the registry that cannot be treated by the INF file.
    Apply DIF_DESTROYPRIVATEDATA directs a class installer to free any memory or resources allocated and stored in the field ClassInstallReserved of the SP_DEVINSTALL_PARAMS structure.
    For more information check out the link:
    http://msdn.Microsoft.com/en-us/library/ff543669.aspx
    If you want to make sure that the computer is virus-free, you can analyze your computer using Microsoft Safety scanner.
    The Microsoft Security Scanner is a downloadable security tool for free which allows analysis at the application and helps remove viruses, spyware and other malware. It works with your current antivirus software.

    Note: The Microsoft Safety Scanner ends 10 days after being downloaded. To restart a scan with the latest definitions of anti-malware, download and run the Microsoft Safety Scanner again.

    Warning: If you run the antivirus program that is infected by the virus scan will get deleted. Therefore, reinstall the program. Also, if files and folders are affected by the virus, while they might even get deleted.
    Hope this information helps you. If you need help or information, please reply to this message. I'll be happy to help you.
  • How to get information about application pending approval in OIM 11 g R2?

    Hello

    We need the following details from application pending in OIM 11 g R2-
    ID of the request, assignees, asked the resource name, title of the application, the beneficiary, status of the request.
    Of the above attributes, we could find assignees, title of the request, the request status, recipient, etc.. But we get no application ID and name of the requested resource.
    We used the API - "IworkflowServiceClient".

    If we use API - "RequestService" so we don't get assignees and resource name approval request pending.

    Can any one suggest how can we get these details? Do we need to use the other APIs or other alternative to get all of the attributes of application pending.

    Thank you.

    Go directly to the database and look at the _SOAINFRA tablespace.  See the table in the WFTASK and see the contents of the entry.  If the information is there, then you should be able to retrieve the value of the API and to seize the land.

    -Kevin

Maybe you are looking for