Describing content of the package.

Hello
I'm trying to describe the content of the package from PL/SQL procedure. So far I have been using DBMS_DESCRIBE and ALL_ARGUMENTS VIEW. I have no problem with finding procedures/functions and their parameters.
What I'm having problem with is finding types defined in the package and describing them. So if there is a type of record defined in the package, I would like to retrieve the structure of the record.
Any help or suggestions will be much appreciated.
Regards
MJ

Hello.
The MichaelS's answer is brilliant, however I do use version 10g and this solution wouldn't work.
I was trying different approach. Let's create sample package:
Create Or Replace
Package Sample_Test As
     Type My_Rec Is Record (      Rec_Val_1    Varchar2(50),
                                  Rec_Val_2    Number  );
     Type My_Other_Rec Is Record (Rec_Val_3    Date,
                                  Rec_Val_4    Number  );
     Type My_Tab Is Table Of My_Rec;
     Function My_Fun (P_Param_1 In Number) Return My_Tab Pipelined;
End Sample_Test;I was able to get partial result by executing query below:
Select * From User_Types Where Type_Name Like (
               Select    'SYS_PLSQL_'||Object_Id||'%'
               From      User_Objects
               Where     Object_Type = 'PACKAGE'
               And       Object_Name ='SAMPLE_TEST'
);I was getting the three records in the output:
SYS_PLSQL_102669_DUMMY_1
SYS_PLSQL_102669_9_1
SYS_PLSQL_102669_37_2
From this I can get the list of a attributes/fields using User_Type_Attrs.
There are few elements that I'm not yet sure about. Main one is how the type_name is actually build.
For example in the list above what is the meaning of the part of the string after 102669 ?
Another is how to link type_name with the name of the type that existst in the list of arguments. Like the one returned by following query:
Select Aar.Type_Name||'.'||Aar.Type_Subname, Aar.*
From   All_Arguments Aar
Where  Aar.Package_Name = 'SAMPLE_TEST'
And    Aar.Data_level = 1I have to admit that it is not critical issue for me, however I'd like to understand it fully.
Regards,
MJ

Similar Messages

  • Query to get the contents of the package body

    What is the query that can be used to get the contents of the package body?

    SELECT LINE FROM ALL_SOURCE WHERE TEXT LIKE '%<search_criteria>%'; ???
    SQL> SELECT LINE FROM ALL_SOURCE WHERE TEXT LIKE '%dbms_output%';
                    LINE
                     166
                     168
                     170
                     173
                     174
                     176
                     178
                     180
                       1
                      23
                      24
                      28
                      44
                      52
                      82
    ...

  • Distribution Manager failed to process package triggers an update of the packages

    Hi all,
    we have randomly following issue:
    SCCM 2012 Sp1 CAS, takes a snapshot of a Windows update package in the morning (not sure how the frequency of this check is done). If for any reason it fails, SCCM automatically redistributes the package to all sites. This happened this morning again for 5
    Windows updates packages. You understand that this means GB sent to all Secondary sites (66) with an useles amount of data sent out.
    From the Status messages I see
    Information Milestone RC0 06.11.2014 07:12:11 SCHVSGGSC600.rccad.net SMS_DISTRIBUTION_MANAGER 2300 Distribution Manager is beginning to process package "SUP-2014.09" (package ID = RC00017B).
    Then lot of updates lists with comment taking a snapshot and finally
    Error Milestone RC0 06.11.2014 07:12:29 SCHVSGGSC600.rccad.net SMS_DISTRIBUTION_MANAGER 2302 Distribution Manager failed to process package "SUP-2014.09" (package ID = RC00017B).    Possible cause: Distribution manager does not have access to either the package source directory or the distribution point.  Solution: Verify that distribution manager can access the package source directory/distribution point.    Possible cause: The package source directory contains files with long file names and the total length of the path exceeds the maximum length supported by the operating system.  Solution: Reduce the number of folders defined for the package, shorten the filename, or consider bundling the files using a compression utility.    Possible cause: There is not enough disk space available on the site server computer or the distribution point.  Solution: Verify that there is enough free disk space available on the site server computer and on the distribution point.    Possible cause: The package source directory contains files that might be in use by an active process.  Solution: Close any processes that maybe using files in the source directory.  If this failure persists, create an alternate copy of the source directory and update the package source to point to it.
    This triggers immediately an update of all DPs
    Information Milestone RC0 06.11.2014 07:43:52 SCHVSGGSC600.rccad.net SMS_DISTRIBUTION_MANAGER 2304 Distribution Manager is retrying to distribute package "RC00017B".    Wait to see if the package is successfully distributed on the retry.
    Any idea
    How this can be avoided, since nobody changed the package and we suppose it was a temp connection issue between the CAS and the package repository server
    If this check can be set up to once a week for instance or even less?
    Thanks,
    Marco

    Hi Daniel,
    thanks for the prompt answer. Actually I saw it yesterday at least for 1 package (the last one). The error is generate by SQL killing a task 
    Adding these contents to the package RC00010D version 347.
    SMS_DISTRIBUTION_MANAGER 06.11.2014 07:12:23
    7796 (0x1E74)
    Sleep 30 minutes... SMS_DISTRIBUTION_MANAGER
    06.11.2014 07:12:23 3652 (0x0E44)
    *** [40001][1205][Microsoft][SQL Server Native Client 11.0][SQL Server]Transaction (Process ID 152) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
    SMS_DISTRIBUTION_MANAGER 06.11.2014 07:12:25
    5460 (0x1554)
    STATMSG: ID=2302 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=SCHVSGGSC600.rccad.net SITE=RC0 PID=2144 TID=5460 GMTDATE=jeu. nov. 06 06:12:25.422 2014 ISTR0="SUP-2012.Q4" ISTR1="RC000068" ISTR2=""
    ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="RC000068"
    SMS_DISTRIBUTION_MANAGER 06.11.2014 07:12:25
    5460 (0x1554)
    Failed to process package RC000068 after 0 retries, will retry 100 more times
    SMS_DISTRIBUTION_MANAGER 06.11.2014 07:12:25
    5460 (0x1554)
    Exiting package processing thread. SMS_DISTRIBUTION_MANAGER
    06.11.2014 07:12:25 5460 (0x1554)
    Used 4 out of 5 allowed processing threads.
    SMS_DISTRIBUTION_MANAGER 06.11.2014 07:12:26
    3300 (0x0CE4)
    Starting package processing thread, thread ID = 0x894 (2196)
    SMS_DISTRIBUTION_MANAGER 06.11.2014 07:12:27
    3300 (0x0CE4)
    Used all 5 allowed processing threads, won't process any more packages.
    SMS_DISTRIBUTION_MANAGER 06.11.2014 07:12:27
    3300 (0x0CE4)
    Sleep 1828 seconds... SMS_DISTRIBUTION_MANAGER
    06.11.2014 07:12:27 3300 (0x0CE4)
    STATMSG: ID=2300 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=SCHVSGGSC600.rccad.net SITE=RC0 PID=2144 TID=2196 GMTDATE=jeu. nov. 06 06:12:27.716 2014 ISTR0="SUP-2014.M05" ISTR1="RC00011D" ISTR2=""
    ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="RC00011D"
    SMS_DISTRIBUTION_MANAGER 06.11.2014 07:12:27
    2196 (0x0894)
    Start updating the package RC00011D... SMS_DISTRIBUTION_MANAGER
    06.11.2014 07:12:27 2196 (0x0894)
    CDistributionSrcSQL::UpdateAvailableVersion PackageID=RC00011D, Version=14, Status=2300
    SMS_DISTRIBUTION_MANAGER 06.11.2014 07:12:27
    2196 (0x0894)
    *** [40001][1205][Microsoft][SQL Server Native Client 11.0][SQL Server]Transaction (Process ID 154) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
    SMS_DISTRIBUTION_MANAGER 06.11.2014 07:12:27
    1424 (0x0590)
    Taking package snapshot for package RC00011D
    SMS_DISTRIBUTION_MANAGER 06.11.2014 07:12:27
    2196 (0x0894)
    Now as I mentioned it was probably an SQL (more likely) or networ issue, however the question was more about how to avoid that. Finally the packages were not changed and if possible I would avoid any automatic SCCM action on packages unless an operator manually
    triggers them.
    I didn't see any error today, so it should not be a configuration issue.
    Is this possible?

  • My macbook pro crashed after installing maverick. I lost all my photos however the iPhone iPhoto app still has these photos so how can i access the package contents to recover these photos?

    My macbook pro crashed after installing maverick. I lost all my photos however the iPhone iPhoto app still has these photos so how can i access the package contents to recover these photos?

    We'll need to know more to beable to help. Do you want to try to restore your photos from your iPhone to your Mac, or try to recover the photos from the old iPhoto Library on your Mac?
    What is the situation of your Mac now? In hat way did it crash? A hardware problem with the drive? Does the system not start properly? Does iPhoto not launch? Do you still have the iPhoto Library on your mac or a backup, so we could try to rescue the photos there?
    What versions of iPhoto are on your iPhone and your Mac?
    however the iPhone iPhoto app still has these photos so how can i access the package contents to recover these photos?
    On the iPhone you cannot access the "package contents" - IOS hides the file system from the users. To restore photos from your phone share all iPhoto photos to your Camera Roll, that are not already in the Camera Roll,  and then connect the iPhone via USB and import the Camera Roll to iPhoto or Image Capture. Or use any of the other sharing methods described on thos manual page: see:  Ways to share photos http://help.apple.com/iphoto/iphone/2.0/?handbuch#blnk7d8f763e
    To retrieve photos from a corruptrd iPhoto Library on your Mac we need to know the version number and more about the "crash" you experienced, the state of your mac, the system, the data. Please post back with more details.
    -- Léonie

  • I am getting the following error: Unable to authenticate the package: B_SPACE_NUTRITION.itmsp                     ERROR ITMS-9000: "OPS/ibooks.ncx(5): element "content" not allowed yet; missing required element "navLabel"" at Book (MZItmspBookPackage)

    I am getting the following error when attempting to deliver my iBooks Author book package via iTunes Producer: "
    Unable to authenticate the package: B_SPACE_NUTRITION.itmsp
                        ERROR ITMS-9000: "OPS/ibooks.ncx(5): element "content" not allowed yet; missing required element "navLabel"" at Book (MZItmspBookPackage)"
    I understand that there's something wrong with the TOC file (.ncx), but I have tried everything and nothing seems to work. Every section of the TOC is labeled, so not sure why the navLabel issue is happenening.
    Any help is GREATLY appreciated! Thank you.

    Similar issues looks like. Are you using a template other than those in iBooks Author? That's what I did, and that was definitely part of the issue.
    After digging through .ibooks code for hours and still not seeing the problem, I decided to reach out to one of the Apple epub conversion affiliates in iTunes Connect. They said they could repair the file without a problem, started working on it, only to come back a week later and say they couldn't work on .ibooks or .iba files yet.
    So, in complete frustration, I decided to transfer my content page by page from the blank template I downloaded from a vendor online to one of the "textbook" templates in IBA. This was a long process as I had to unlock and clear out the formatting of the template. But, once that was done and content was transferred over, all was good. I submitted/delivered the same content and preview book within the new template and it went right through the first time (all metadata was exactly the same as well).
    Now, the iBookstore approval waiting process begins!
    Good luck!

  • What is "Disk 2" for in the packaging for Premiere Elements 9? Content or installation need?

    I just got the Premiere Elements 9 yesterday and used "Disk 1" for the installation.  There is NOTHING that I found in the packaging materials to explain what "Disk 2" is used for.  Is it needed for further installation?  Content?  I hesitate to just put it in the DVD tray without knowing what it is to be used for.  I did download the full templates content last night (4 1/2 hours for nearly 5GB of a file).  Thanks for any information anyone can provide me.

    Bill,
    Thank you for your comments!  I figured that maybe, possibly someone in the
    Adobe higher up level might monitor the forums, see my posting(s) and see my
    point.  A few years ago I had gotten the second or third generation of
    Premiere and Photoshop Elements and have had them on my main computer.
    Still do. 
    I just got a laptop and earlier this spring I got a Flip HD Slide camcorder,
    but trying to convert those videos to burn on DVD has proven to be a pain.
    I only found one or two software packages that could convert the MPG4
    formats, and they take forever to format.  So I thought that I'd get PE9
    since I'd read that it had Flip video compatibility.  It did a good job
    yesterday doing what I wanted it to do in burning a DVD.
    I'm old school on labeling the installation disks.  Like you said, years ago
    Adobe (and other software companies, for that matter) had pretty good
    installation and reference cards for use.  I just wasn't quite sure what to
    do with Disk 2.  I got on the Live Chat yesterday morning with a ViJay Kanna
    and all he could come up with was to contact tech support.  So I called that
    800 number and got the message that it would be $39.95 for them to answer
    questions. 
    I decided that I'd better find a better way, so I hung up and found the PE9
    forum.  Posted my question and had a response in just a matter of minutes. 
    I'll certainly be checking in on the forums!  It is nice when other
    contributors actually provide good, solid information, advice, and support
    for each other!
    I just got back from our town square, using my Flip camcorder to get some
    shots of Santa arriving with his police escort to visit with some Fairfield
    children before heading off on his rounds.  I'm looking forward now to see
    what I can put together on PE9! 
    Have a great holiday and thank you for your support and thoughts.  They are
    much appreciated.  Maybe someone at Adobe will change their disk labels
    after all! That is one of my 'wishes' for Santa!
    Sincerely,
    Richard K Thompson
    Fairfield, Iowa

  • I downloaded CS6 Red Plug-In and added to Package Contents, replaced the current files with the new without backing up, now my RED footage thumbnails and color-correction don't WORK! How do I get my old importerRed file back!!?? HELP!

    I downloaded CS6 Red Plug-In and added to Package Contents, replaced the current files with the new without backing up, now my RED footage thumbnails and color-correction don't WORK! How do I get my old importerRed file back!!?? HELP!

    Try asking in the Premiere Pro  forum seems to be an Adobe Lab for Premiere Pro

  • Photos shown in the Package Contents are not visible in iPhoto.

    I am using iPhoto '08 (7.1.5 (378)) and have suddenly found that the last 3 years worth of photos are not displayed in iPhoto while they are still visible in the Package Contents (using Finder).  The folders (with event and image content) for 2012 through part 2009 are in Originals, Modified and Data but do not get picked up by the iPhoto application.  I have backups upto April 2011 i.e. no backups for a considerable number of photos since April 2011.
    I have searched previous discussions whereupon I have tried using the re-build option in iPhoto Library Manager (it re-builds with the photos missing) and all the re-build options available when launching iPhoto with the Option+Command keys pressed (with seemingly very little activity).
    Has anyone had this problem? Have I missed a relevant discussion?  Does anyone know how I can re-instate my missing photos and events in iPhoto?
    Thank you in anticipation.
    Martin

    When you repaired the libary did you check the option ot recover orphane3d photos in the iPhoto Library folder along with rebuilding the database file and repairing file permissions and?
    If that doesn't help the try the following:
    Starting over from scratch with new library
    Start over with a new library and import the Originals (iPhoto 09 and earlier) or the Masters (iPhoto 11) folder from your original library as follows:
    1. Open the library package like this.
    2. Launch iPhoto with the Option key held down and, when asked, select the option to create a new library.
    3. Drag the Originals (iPhoto 09 and earlier) or the Masters (iPhoto 11) folder from the open iPhoto Library package into the open iPhoto window.
    This will create a new library with the same Events (but not necessarily the same Event names) as the original library but will not keep the metadata, albums, books slideshows and other projects.
    Note:  your current library will be left untouched for further attempts at a fix if so desired.
    OT

  • Content Library Explorer error -error occurred while trying to read the package metadata (can't find package in console)

    I have SCCM 2012 SP1 recently upgraded to R2. I'm currently setting this up to migrate my production 2007 site. However, I'm trying to use Content Library Explorer on my DP's. I have 3 dps. DP2 connects fine but when i try and connect to DP1 +3 i get
    the following error: An error occurred while trying to read the package metadata. The package
    PackageID is invalid and must be redistributed from the Configuration Manger console.
    Now i can't find any trace of this at all in the console. In the SMSPackagesHist table i can see the package ID and the deleted time was 29-07-2013. This most likely was me trying to create software updates back last year when i initially setup the site.
    The package is not listed as content on any of the 3 DPs and i can't find any trace of it at all in the console.
    I'm not very familiar with 2012, so not sure what I've done.
    Any help or advice appreciated.
    Thanks
    Jane

    Hi Torsten,
    thanks for this. I did a search of the WMI key and found this document: http://blogs.technet.com/b/configmgrteam/archive/2012/05/07/troubleshooting-content-mismatch-warnings-on-a-distribution-point-in-system-center-2012-configuration-manager.aspx (does
    this mean it is supported?)
    however, on those 2 DP's in that class, the suspect package ID is not listed!???
    Any more ideas?
    Many thanks
    Jane

  • I accidentally deleted the Package Contents of Image Capture

    I accidentally deleted the Package Contents of Image Capture.  When I went to delete Image Capture itself it said I needed it.  Not sure what for as I've never opened it.
    What is it for?
    If I do need it, can I just put the Package Contents back where they belong?
    Where does it belong?
    Help!!!

    Your Mac has a Recovery partition instead of a disk, using it will let you reinstall OSX.
    While they were in the trash you could have tried the 'Put Back' command but if you have moved them from the trash it is too late now. Please don't try things out unless you know what is going to happen.
    And maybe you should take your Mac to an Apple Store.

  • Does "Distribute content" on the right click menu for a OSD Task sequence also REDISTRIBUTE packages?

    I have a task sequence with quite a few packages that have already been distributed. But that same task sequence has far more that have never been distributed.
    When you Right click a SCCM OSD Task sequence and select "Distribute Content", does it also redistribute content that's already been distributed to existing DP's, or just the packages that have never been distributed?

    Hi,
    You can only select DP's that don't have the Packages required by the Task Seqeunce so no you cannot use it to update the DP's
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Adobe Functional Content and the Creative Cloud

    Hello All
    To any Adobe Employee who may read this, can you please get someone at Adobe to take control of this issue and see that the library, templates and all other functional content gets packaged correctly and enabled as a download and "sub-install" for the parent product inside the Adobe Application Manager.
    I think as subscribing users we should get better service and direction from Adobe in regards to this functional content. As I type this I have more than 10 tabs open, each one leading to a thread that has something to do with how to install and fix a problem with the Functional Content for After Effects, Premiere Pro and Encore.
    See if you can in less than 30 minutes figure out exactly what to do to activate this content by reading these threads:
    http://forums.adobe.com/message/4447237#4447237
    http://helpx.adobe.com/x-productkb/multi/library-functional-content-missing.html
    http://forums.adobe.com/message/4418591#4418591
    http://forums.adobe.com/message/4400620#4400620
    http://forums.adobe.com/thread/1006810?start=0&tstart=0
    http://forums.adobe.com/message/4511169#4511169
    http://forums.adobe.com/thread/1028055?tstart=0
    http://forums.adobe.com/message/4417092#4417092
    http://forums.adobe.com/thread/1002454
    http://forums.adobe.com/message/4417092#4417092
    I have been very reluctant to do anything because I am reading a lot of conflicting and incomplete information. This link in particular, http://helpx.adobe.com/x-productkb/multi/library-functional-content-missing.html, is really unhelpful because there are 3 methods to do something but reading it I am not sure if each method does the same thing or if each does one part of the 3 sets of missing Functional Content. Additionally "solution" 3 presents a place to put the content but then leaves out the path we are to do it to.
    Most disappointing is the fact that the first "solution" did not get me the menu buttons I am looking for in Encore and I don't know if I screwed up or if the install was incomplete for some reason.
    Do I now need to install one of the other "solutions"? Those of you in the community that are about to hit reply, please don't. Do not answer that question.
    Here is why...
    Adobe is responsible for delivering us customers a product. It is Adobe's responsibility to fix the mess that a number of paying customers are having regarding this Functional Content.
    TO ADOBE:
    Here is what I and I think a lot of other subscribers want you to do:
    You already have a Solution in place. One that doesn't require a lot of user intervention and doesn't require anyone to pick a "solution" and screw it up, search for more help and spend hours of their time fixing a mess.
    Adobe Application Manager. Create the proper installation packages. Put them on the servers, tell the AAM how to clean up the mess any users who have tried these "solutions" have made. Then have it install the proper packages as a "Sub-Installation" for each of the parent software that it is for.
    This solution will not only make things better for us end users, but you will also make the manageability of the Functional Content easier for your teams as well. And if your teams wanted to add additional Functional Content to any program that is part of the creative cloud or that the Adobe Application Manager manages, then it would be a simple matter of creating an installation package and adding it to the AAM's list of installable programs.
    You just did this exact thing with Lightroom 4.1! Why can you not do this for the Functional Content?!?
    Back to the Community Members that want to answer my post. Don't. Instead if you agree with me or even if you don't, sign off on this thread or indicate your virtual thumbs down. Either way I don't want an answer, I want an action from Adobe, the only ones who can fix the mess.
    I really believe that the Application Manager is the most elegant solution. If any of you have ever used Steam, you know what a great feeling it is when you can download a game demo, try it, buy it and just have everything take care of itself. I don't even have to worry about updates; Steam takes care of my games. And the thing that makes it really valuable? I DON'T PAY $50 A MONTH TO USE STEAM AND HAVE IT JUST WORK, IT IS FREE!
    All I want at this point is Functional Content that I don't have to read a 50+ page manual to install. I know that is an exaggeration, but honestly if it is 1 badly written set of instructions or 50 what does it matter? I don't pay Adobe so I can read up on how to install their software; I just want to use it.
    I guess I should also point out that this is now the second large hold up to my project that I started subscribing for. The first was a problem that I again had to figure out the solution to by working around it, when again Adobe seems to be unable to correct the problem, here, here, here and here.
    And now here I am again at a slight stand still because I can't use my DVD authoring software to create a button on a Wedding DVD menu.
    Okay, you can go ahead and reply... but I would still prefer no answers, just /agree or /disagree.

    Did you even read the post?
    Jeff A Wright wrote:
    For now though please reference Library, title templates, template projects missing: Premiere Pro, After Effects, Encore CS5 - CS6 - http://helpx.adobe.com/x-productkb/multi/library-functional-content-mi ssing.html for information on how to obtain the additional content.
    Have you read the page in your link?
    Can you correctly install from the instructions on that page?
    And I quote:
    Additional Solution: Install the Resource Central library content   
    Download the extra library content
    Choose your language to begin the download:
    English French German Japanese Italian Spanish Korean
    Extract the Library content to the Library folder
    Extract the zip file that you just downloaded. This will create a .7z file, eg. en-US.7z.
    Extract the .7z file to any convenient location, eg. Desktop. This will create a folder based on the language you selected.
    Copy the contents of the language folder (eg. en-US) to the following location:
    Keywords: cpsid_85388
    Where? Copy the contents to where? I don't see a path written there... is it a secret? Do I have to highlight the hidden text? Nooo... that didn't work...
    Honestly I must appologize for my brashness and sarcastic attitude. I find it questionable to expect the paid subscribing creative but not technically inclined customers to do the work of fixing this problem when Adobe has the means and the tools to fix it for us.
    Jeff Bellune wrote:
    Not an employee, but I am a forum moderator.  Please stop spamming the forum with links to this topic.  They have all been deleted.
    Jeff
    Ok. Fair enough, I will admit that last night in my anger and frustration I was being a little childish.
    But as a Community Professional don't you believe that you would be better served by Adobe if they were to make one easy simple Adobe Application Manager download for the content that should have been published right at the launch of the new version? Wouldn't your time be better spent actually working on your projects rather than fixing Adobe's mess and responding to people in 10 different forums trying to help them?
    All of this also makes me wonder how Adobe prioitizes the "bugs" that people are dealing with. Wouldn't it be quick to put a someone or a couple of people on the problem of gathering the functional content and getting them to package it and ready it for publishing through the AAM? The process of adding it to the list of installs might be more complicated but a package that knows where to put the content? I would think that something like this could be give a get it done now priority as it would aleviate a lot of the forum posts and something like the missing export choices in Media Encoder or Premiere Multicamera Issues would take more time due to investigation and so you put them on a priority based on the number of users affected.
    It just seems to me that a month after launching a new version is an awfull long time for the publishing of an update to add functional content that was in all the previous versions.
    I guess I will stop "ranting" now. Thanks for responding Jeff AW, at least I have official word that there will be some sort of update on this issue.

  • I am trying to install Creative Cloud on Mac. I downloaded the CCPackager and created a package. When I try to run the package, it freezes on install (technically it says it's still going while the Time Remaining increases constantly

    The time actually ran up to 27hours remaining before I force quit it (it was installing for at least an hour already) I have tried this on iMacs running various versions of OSX including Maverick and Yosemite and they both have this issue. This is CC for Enterprise. The package included Photoshop, Bridge, Illustrator, InDesign, Muse, and After Effects. Here is the installer log:
    Nov 24 15:24:09 Henrys-iMac Installer[384]: @(#)PROGRAM:Install  PROJECT:Install-690
    Nov 24 15:24:09 Henrys-iMac Installer[384]: @(#)PROGRAM:Installer  PROJECT:Installer-538
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Hardware: iMac12,2 @ 2.70 GHz (x 4), 8192 MB RAM
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Running OS Build: Mac OS X 10.7.5 (11G63)
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Env: TMPDIR=/var/folders/_d/c6_827z92njfbx5jpb7hzsyh0000gn/T/
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Env: SHELL=/bin/bash
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Env: HOME=/Users/henryfrick
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Env: USER=henryfrick
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Env: LOGNAME=henryfrick
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Env: DISPLAY=/tmp/launch-AhtzCs/org.x:0
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Env: SSH_AUTH_SOCK=/tmp/launch-qGnbkA/Listeners
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Env: Apple_Ubiquity_Message=/tmp/launch-XxdyXy/Apple_Ubiquity_Message
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Env: Apple_PubSub_Socket_Render=/tmp/launch-dEGRJ6/Render
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Env: COMMAND_MODE=unix2003
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Env: __CF_USER_TEXT_ENCODING=0x1F5:0:0
    Nov 24 15:24:09 Henrys-iMac Installer[384]: CCPLuciano  Installation Log
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Opened from: /Users/henryfrick/Desktop/CCPLuciano/Build/CCPLuciano_Install.pkg
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Luciano  Installation Log
    Nov 24 15:24:09 Henrys-iMac Installer[384]: Opened from: /Volumes/GHOSTDRIVE2/Luciano/Build/Luciano_Install.pkg
    Nov 24 15:24:09 Henrys-iMac Installer[384]: fileURLForURL = x-disc://GHOSTDRIVE2/Luciano/Build/Luciano_Install.pkg
    Nov 24 15:24:09 Henrys-iMac Installer[384]: fileURLForURL = file://localhost/Volumes/GHOSTDRIVE2/Luciano/Build/Luciano_Install.pkg
    Nov 24 15:24:14 Henrys-iMac Installer[384]: InstallerStatusNotifications plugin loaded
    Nov 24 15:24:21 Henrys-iMac runner[403]: Administrator authorization granted.
    Nov 24 15:24:21 Henrys-iMac Installer[384]: ================================================================================
    Nov 24 15:24:21 Henrys-iMac Installer[384]: User picked Standard Install
    Nov 24 15:24:21 Henrys-iMac Installer[384]: Choices selected for installation:
    Nov 24 15:24:21 Henrys-iMac Installer[384]: Upgrade: "CCPLuciano"
    Nov 24 15:24:21 Henrys-iMac Installer[384]: CCPLuciano_Install.pkg : com.adobe.Enterprise.install.F71180A0-A393-42DF-9B13-156B44D066BA : 1.0.0.1.0
    Nov 24 15:24:21 Henrys-iMac Installer[384]: ================================================================================
    Nov 24 15:24:21 Henrys-iMac Installer[384]: It took 0.00 seconds to summarize the package selections.
    Nov 24 15:24:21 Henrys-iMac Installer[384]: -[IFPKGDerivedDocument sortedPackageLocations]: result = (
         "file://localhost"
    Nov 24 15:24:21 Henrys-iMac Installer[384]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Nov 24 15:24:21 Henrys-iMac Installer[384]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Users/henryfrick/Desktop/CCPLuciano/Build/CCPLuciano_Install.pkg
    Nov 24 15:24:21 Henrys-iMac Installer[384]: Set authorization level to root for session
    Nov 24 15:24:21 Henrys-iMac Installer[384]: Will use PK session
    Nov 24 15:24:21 Henrys-iMac Installer[384]: Starting installation:
    Nov 24 15:24:21 Henrys-iMac Installer[384]: Configuring volume "Macintosh HD"
    Nov 24 15:24:21 Henrys-iMac Installer[384]: Preparing disk for local booted install.
    Nov 24 15:24:21 Henrys-iMac Installer[384]: Free space on "Macintosh HD": 729.28 GB (729277222912 bytes).
    Nov 24 15:24:21 Henrys-iMac Installer[384]: Create temporary directory "/var/folders/_d/c6_827z92njfbx5jpb7hzsyh0000gn/T//Install.384aB0g1m"
    Nov 24 15:24:21 Henrys-iMac Installer[384]: IFPKInstallElement (1 packages)
    Nov 24 15:24:21 Henrys-iMac Installer[384]: Using authorization level of root for IFPKInstallElement
    Nov 24 15:24:22 Henrys-iMac installd[406]: PackageKit: ----- Begin install -----
    Nov 24 15:24:22 Henrys-iMac installd[406]: PackageKit: request=PKInstallRequest <1 packages, destination=/>
    Nov 24 15:24:22 Henrys-iMac installd[406]: PackageKit: packages=(
         "PKJaguarPackage <file://localhost/Users/henryfrick/Desktop/CCPLuciano/Build/CCPLuciano_Install.pkg>"
    Nov 24 15:24:22 Henrys-iMac installd[406]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.Enterprise.install.F71180A0-A393-42DF-9B13-156B44D066BA (prefix path=)
    Nov 24 15:24:22 Henrys-iMac installd[406]: PackageKit: Extracting file://localhost/Users/henryfrick/Desktop/CCPLuciano/Build/CCPLuciano_Install.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov 24 15:24:22 Henrys-iMac installd[406]: PackageKit: Executing script "./preupgrade" in /Users/henryfrick/Desktop/CCPLuciano/Build/CCPLuciano_Install.pkg/Contents/Resources
    Nov 24 15:24:22 Henrys-iMac installd[406]: ./preupgrade: AAMEE Installer : preupgrade launched...
    Nov 24 15:24:22 Henrys-iMac installd[406]: ./preupgrade: AAMEE Installer : Working directory is /Users/henryfrick/Desktop/CCPLuciano/Build/CCPLuciano_Install.pkg/Contents/Resources
    Nov 24 15:24:22 Henrys-iMac installd[406]: ./preupgrade: AAMEE Installer : Launching AdobeDeploymentManager...

    Set the permissions for Everyone in the folder in which CCPackager created, to "Read/Write" enabled. This is strange since there is only an administrator account on the Mac (and that account already has read/write), but it seems to resolve the issue.

  • I am trying to store music for two different iPods on the same computer, against two different Apple IDs. When I try and download content from the Cloud I get an error message?

    I am trying to store music for two different iPods on the same Windows 8 computer, and when I try and download content from the Cloud I get an error message. Is it possible to have two different Apple IDs on the same computer?

    Unfortunately you've discovered too late how important it is to maintain an up-to-date backup of your iTunes library (and all other data of value).  You could, before wiping the drive, have considered making use of a commercial data recovery service that could (albeit at considerable cost) have extracted your library from the hard disk, even if virus infected.
    In the absence of that option, you will need to restore the content of your library from its original sources:
    Depending on your location, you may be able to re-download any iTunes Store purchases that are still available on the Store
    Likewise, most digital purchases from Amazon (including auto-rip copies of purchased CDs) should be available from the Amazon Cloud and via the Amazon Music application - the same may be true of other commercial sources for digital downloads
    Content imported from your CDs will have to imported again
    The specific situation that you describe regarding the music imported from your friend's external HDD suggests that either the source is badly organized and/or originates from a source other than iTunes (other media players may use alternative tags for information like artist, title, album, etc. that are not wholly consistent with how iTunes handle these).  Without details of the issues you're seeing it is difficult to suggest a remedy other than going through the media album-by-album, track-by-track, and correcting the inconsistencies.
    In the absence of a backup or access to the original library data there is no option other than painstakingly recreating your library as described above.  As you do so, you'll now realize how important creating and maintaining backups are - in my case I have at all times three separate duplicates of my library, in two different locations, where none is ever more than a week old compared to the content of my master library.

  • How to view the file content from the directory? getting Error:ORA-21560

    SQL> create directory READ_LOB_DIR as 'D:\Prj\Comm\Data';
    CREATE OR REPLACE Procedure READ_FILE_LOB IS
    -- Input Directory as specified in create directory
    l_dir CONSTANT VARCHAR2(30) := 'READ_LOB_DIR';
    -- Input File which is read word by word
    l_fil CONSTANT VARCHAR2(30) := 'testfile.txt';
    -- Separator Character between words is a BLANK (ascii = 32)
    l_seb CONSTANT RAW(100) := UTL_RAW.CAST_TO_RAW(CHR(32));
    -- Character at the end of the file is NEWLINE (ascii = 10)
    l_sen CONSTANT RAW(100) := UTL_RAW.CAST_TO_RAW(CHR(10));
    -- Pointer to the BFILE
    l_loc BFILE;
    -- Current position in the file (file begins at position 1)
    l_pos NUMBER := 1;
    -- Amount of characters have been read
    l_sum BINARY_INTEGER := 0;
    -- Read Buffer
    l_buf VARCHAR2(500);
    -- End of the current word which will be read
    l_end NUMBER;
    -- Return value
    l_ret BOOLEAN := FALSE;
    BEGIN
    -- Mapping the physical file with the pointer to the BFILE
    l_loc := BFILENAME(l_dir, l_fil);
    -- Check if the file exists
    l_ret := DBMS_LOB.FILEEXISTS(l_loc) = 1;
    IF (l_ret) THEN
    dbms_output.put_line('File ' || l_fil || ' in Directory ' || l_dir ||
    ' exists');
    -- Open the file in READ_ONLY mode
    DBMS_LOB.OPEN(l_loc, DBMS_LOB.LOB_READONLY);
    LOOP
    -- Calculate the end of the current word
    l_end := DBMS_LOB.INSTR(l_loc, l_seb, l_pos, 1);
    -- Process end-of-file
    IF (l_end = 0) THEN
    l_end := DBMS_LOB.INSTR(l_loc, l_sen, l_pos, 1);
    l_sum := l_end - l_pos - 1;
    DBMS_LOB.READ(l_loc, l_sum, l_pos, l_buf);
    dbms_output.put_line(UTL_RAW.CAST_TO_VARCHAR2(l_buf));
    EXIT;
    END IF;
    -- Read until end-of-file
    l_sum := l_end - l_pos;
    DBMS_LOB.READ(l_loc, l_sum, l_pos, l_buf);
    dbms_output.put_line(UTL_RAW.CAST_TO_VARCHAR2(l_buf));
    l_pos := l_pos + l_sum + 1;
    END LOOP;
    DBMS_LOB.CLOSE(l_loc);
    ELSE
    dbms_output.put_line('File ' || l_fil || ' in Directory ' || l_dir ||
    ' does not exist');
    END IF;
    EXCEPTION
    WHEN OTHERS THEN
    dbms_output.put_line('Error:' || SQLERRM);
    DBMS_LOB.CLOSE(l_loc);
    END;
    The Text file content is...
    Copyright 1996,2001 Oracle Corporation.     All Rights Reserved
    This file contains installation instructions for installing the
    Oracle8 ODBC Driver software.
    It is divided into four parts:
    o Part I: Summary of systems supported by Oracle8 ODBC client
    software
    Lists the platforms on which the Oracle8 ODBC Client software can
    be installed.
    o Part II: Oracle8 ODBC Driver software.
    Describes the files, and installation prerequisites for the Oracle8
    ODBC driver software.
    o Part III: Exploding the kit onto your system
    Describes how to explode the kit onto your system hard drive.
    o Part IV: Installation Instructions
    Describes how to install the Oracle8 ODBC driver.
    Part I: Systems supported by the Oracle8 client software
    You can install the ODBC client software on any of the following systems:
    o Windows 2000
    o Windows NT X86
    o Windows 95
    o Windows 98
    The Oracle8 ODBC Driver provides support for ODBC connections
    from Windows 2000, Windows NT, Windows 95, and Windows 98 systems
    to Oracle databases.
    o Part II: Oracle8 ODBC Driver software.
    Refer to the following files for information about the Oracle8 ODBC Driver:
    LICENSE.TXT - Oracle8 ODBC Driver License Agreement. Read carefully
    before installing and/or using this product. Enclosed in
    your software distribution kit.
    SQORA.HLP - A Window's Help file which is the primary reference
              manual for the Oracle8 ODBC Driver.
    ODBCRelnotes.WRI - The release notes for the Oracle8 ODBC Driver
    which contains information which may have not been
    included in the Help file.
    Installation Prerequisites
    See the Oracle8 ODBC Driver release notes (ODBCRelnotes.WRI),
    for a complete list of software products required and their versions.
    Time Required
    The installation of the Oracle8 ODBC Driver takes approximately 5
    minutes. The actual time may be shorter or longer, depending upon
    your hardware configuration.
    Disk Space Required
    The Oracle8 ODBC driver installation requires approximately 2
    megabytes of available storage space. The space required depends upon
    what files you already have installed. The installation procedure
    checks to see if you have enough available disk space. If you do not,
    the installation fails.
    Part III: Exploding the Kit onto your system
    Expand the self-extracting archive file onto your hard drive.
    C:\> ORA8174.EXE
    Part IV: Installation Instructions
    Oracle8 ODBC Driver 8.1.7.4.0
    This section assumes the following:
    1. MS Windows 2000, Windows NT, Windows 95 or Windows 98 is running.
    2. Oracle Universal Installer shipping with 8.1.7 has already been
    installed on your system.
    3. Part III has been completed.
    Software fixes:
    Refer to release notes (ODBCRelnotes.wri) for a complete list of
    Software fixes.
    Installation Instructions
    Once the self-extracting archive file ORA8174.EXE has been
    exploded it will create an installable directory structure
    onto your hard drive. Run the Oracle Universal Installer from
    your local drive.
    1. On the screen "File Locations" use the "Browse" button of
    the source path to choose the file 'products.jar' from the
    folder that ORA8174.EXE was extracted to. Choose 'Next'.
    2. You will receive a warning that some of the dependencies of
    this product are not found in the staging area. This warning
    is OK. The ODBC driver depends on the Net8 Client being already
    installed on the system. Answer 'Yes' to continue.
    Oracle is a registered trademark of Oracle Corporation.
    Microsoft, MS are registered trademarks of Microsoft Corporation.
    Microsoft Windows, Windows NT, Windows 95, Windows 98 and Open Database
    Connectivity are trademarks of Microsoft Corporation.
    All other trademarks and registered trademarks are the property
    of their respective owners.
    The output was...
    File testfile.txt in Directory READ_LOB_DIR exists
    Copyright
    1996,2001
    Oracle
    Corporation.     
    All
    Rights
    Reserved
    This
    file
    contains
    installation
    instructions
    for
    installing
    the
    Oracle8
    ODBC
    Driver
    software.
    It
    is
    divided
    into
    four
    parts:
    o
    Part
    I:
    Summary
    of
    systems
    supported
    by
    Oracle8
    ODBC
    client
    Error:ORA-21560: argument 2 is null, invalid, or out of range
    I want to diplay/view as per file content format from the file under that specified directory.
    Have any other method / any help or suggestions would be really appreciated.

    I changed the code like...
    CREATE OR REPLACE Procedure READ_FILE_LOB_tmp IS
    -- Input Directory as specified in create directory
    l_dir CONSTANT VARCHAR2(30) := 'READ_LOB_DIR';
    -- Input File which is read word by word
    l_fil CONSTANT VARCHAR2(30) := 'testfile.txt';
    -- Separator Character between words is a BLANK (ascii = 32)
    l_seb CONSTANT RAW(100) := UTL_RAW.CAST_TO_RAW(CHR(32));
    -- Character at the end of the file is NEWLINE (ascii = 10)
    l_sen CONSTANT RAW(100) := UTL_RAW.CAST_TO_RAW(CHR(10));
    -- Pointer to the BFILE
    l_loc BFILE;
    -- Current position in the file (file begins at position 1)
    l_pos NUMBER := 1;
    -- Amount of characters have been read
    l_sum BINARY_INTEGER := 0;
    -- Read Buffer
    l_buf VARCHAR2(4000);
    -- End of the current word which will be read
    l_end NUMBER;
    -- Return value
    l_ret BOOLEAN := FALSE;
    BEGIN
    -- Mapping the physical file with the pointer to the BFILE
    l_loc := BFILENAME(l_dir, l_fil);
    -- Check if the file exists
    l_ret := DBMS_LOB.FILEEXISTS(l_loc) = 1;
    IF (l_ret) THEN
    dbms_output.put_line('File ' || l_fil || ' in Directory ' || l_dir ||
    ' exists');
    -- Open the file in READ_ONLY mode
    DBMS_LOB.OPEN(l_loc, DBMS_LOB.LOB_READONLY);
    LOOP
    -- Calculate the end of the current word
    l_end := DBMS_LOB.INSTR(l_loc, l_sen, l_pos, 1);
    -- Process end-of-file
    IF (l_end = 0) THEN
    EXIT;
    END IF;
    -- Read until end-of-file
    l_sum := l_end - l_pos;
    DBMS_LOB.READ(l_loc, l_sum, l_pos, l_buf);
    dbms_output.put_line(UTL_RAW.CAST_TO_VARCHAR2(l_buf));
    l_pos := l_pos + l_sum + 1;
    END LOOP;
    DBMS_LOB.CLOSE(l_loc);
    ELSE
    dbms_output.put_line('File ' || l_fil || ' in Directory ' || l_dir ||
    ' does not exist');
    END IF;
    EXCEPTION
    WHEN OTHERS THEN
    dbms_output.put_line('Error:' || SQLERRM);
    DBMS_LOB.CLOSE(l_loc);
    END;
    Now its working fine with one addtional line...
    The file content is...
    This is My Content
    This is My Content
    This is My Content
    This is My Content
    This is My Content
    But The output was...
    File testfile.txt in Directory READ_LOB_DIR exists
    This is My Content
    This is My Content
    This is My Content
    This is My Content
    This is My Content
    here, i want to delete that additonal line...?

Maybe you are looking for

  • Making spl GL payment through f110

    Hi, My client wanted to make the following spl gl payments through f110. - Vendor Security Deposit Received - Retention Money - Vendor Security Deposit paid - Rent Deposit paid if we assign all these indicators in fbzp...all co code settings, what an

  • How to detect is flash player is idle

    How to detect whether flash player is playing any animation like moving an object or it is static like an image for .swf file. I want to know the duration of the .swf file played.

  • How to change DT-LTE, SCDMA to UNICOM,WCDMA ? I bought this from China but 3g and 4G frequency....

    How to change DT-LTE, SCDMA to UNICOM,WCDMA ? I bought k30-t from China but there are 1800/2100 MHZ frequency bands in my country. This phone doesnt support 3G,4G in my country. How I can change frequency bands to 1800,2100 MHz l?

  • Pricing int.Question

    Hi, In one int. i faced this question. Business is selling Mobils.So if customer comes in BMW  discount is 5%,if he comes in BENZ  discount is 7%,if he comes in AUDI discount is 3%. how should i get this. Thanks u in Advance. byard

  • Tricky pricing query

    My client sells made-to-order benchtops as one of their custom products online. I have a benchtop product with a unit of 1mm for $0.13 - if the customer wants it to be 960mm length, then they purchase 960 units - pretty basic process.  The hiccup I'm