DBA views into procedure

Hi,
I have create a user with dba grant.
I can select data from dba views, but when I select from dba views into procedure, I have an error message PLS-00201 sys.dba_tables must be declare.
What is this ?
Thank in advance for your help
Nicolas.

I found the answer. I need to give priviliges explicitly not through the role.
Topic close.

Similar Messages

  • Output Parameters in Calc View or Procedure

    Hello,
    Is there any easier way to add output parameters into Calc Views or Procedures rather than doing it manually.
    Its taking me a real long time as I've around 70 to 100 parameters from each View or Proc. And I've quite a good number of models where the parameters are not common.
    Thanks,
    Varun

    Hi Varun,
    .procedure will create the procedure under content only.
    As per SAP we should go forward with .hdbprocedure but currently it seems like it has a bug because it creates under catalog as of now.
    Have a look on the below discussion for your reference.
    Problem in creating Repository procedure
    Regards,
    Krishna Tangudu

  • How to insert Query View into a WorkBook

    Hi Experts,
                   Is it possible to  insert a Query View into a workbook template . I know about how to insert Query into a workbook template but I am not aware of how to insert a Query view.Please help me in this regards.
    Thanks & Regards,
    Bala B...

    In ur analyzer u will get the design toolbar. Like u did for inserting query into workbook , same procedure u need to follow here-only difference being instead of query u select ur query view,while creating data provider.
    Steps:
    Goto design mode, b selecting 'design mode icon' in analyzer toolbar.
    Double click on 'analysis grid' icon from ur analyzer toolbar.
    In that create DP(data provider).
    In that give a name for DP and select your query view in that screen.
    Hope it helps.
    let me know any issues
    Regards,
    Rathy

  • How to select the data from a Maintainance View into an internal table

    Hi All,
    Can anybody tell me how to select the data from a Maintainance View into an internal table.
    Thanks,
    srinivas.

    HI,
    You can not retrieve data from A mentenance view.
    For detail check this link,
    http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm
    Regards,
    Anirban

  • How to include one view into another view

    Hi SDN's,
                   Could any please tell me,How to include one view into another view.
    In my requirment.I want to create a 'Z' view for an interface .In that  view i have to take,
    1) Ship-to-email adrr by
                              LIKP-KUNNR -> KNA1-ADRNR
                              KNA1-ADRNR -> ADR6-ADDRESNUMBER.
    2) E-mail addr of person who created the document.i.e
        LIKP-ERNAM -> USR21-BNAME.
        USR21-ADDRESNUMBER ->  ADR6-ADDRESNUMBER 
        USR21-PERSNUMBER -> ADR6-PERSNUMBER.
       In both the case we have to pass ADDRESSNUMBER to ADR6 table.
    If we pass these condition it fails,B'Coz at a time it passes Two ADDRESSNUMBER and a PERSNUMBER.
    So i created two which fetches only the email addr of  person who created the document.and another view fetches Ship-to-email addr.
    Now i want to include the second view into first view . Is it possible?or please
    tell me someother way to get these email addresses in a single view.

    hi
    as per my knowledge, nested views are not possible. However, while creating a new view, selection method will not giv u option to select the already created view(S) except the tables..i think so.
    regards,
    shamim

  • Dynamically embed View into View Container UI Element

    Hi all,
    I'm searching for a possibility to embed a view into a dynamically created View container element.
    I want to do this out of another view, where a tabstrip is contained. So I have a button on this view for generation of a new tab with an view container element in it. Now I got to the point where I have to set the view to this container within the tab strip.
    I read several blogs and articles, where this is done via the window manager within an method of the window, but non how to do this within a view.
    Any ideas?
    Thanks
    Olli

    HI,
    that's nit what I wanted. What I want to do is a kind of table maintenance. There is a button under the tabstrip for creating a new row. If the user klicks on that button a new tab should be created for the new row. Therefore the view on the tabs are always the same.
    I have created the tabstrib. dynamically add a tab to this strip on button press is no problem. Also a ViewContainerElement is created. But now I have to set the statically created view for the row maintenance into the container.
    Thanks
    Ragards
    Olli

  • How to restore views and procedures after drop user command?

    How to restore views and procedures after drop user command?
    We have 817 EE on NT and one developer created a lot of procedures, functions and vews. DB was not backuped and archived and export has not been done - our fault and we understand it. Sorry for this.
    Ok, now the story: another developer dropped this db user and we lost everything: procedures, functions and vews. The new user with trhe same name was created and new schema was imported in this user, but all old objects are lost. We don't have export and backup and archive log files.
    Question: may we can restore this lost stuff from some other sources. We are looking for lost codes, not data. May be we can use redo logs or shared pool or any other things. Any idea will be appreciated.
    Thanks.
    Victor
    [email protected]

    The switch has occurred after user was dropped, the data has been overwritten and there is be no way to use redo log files.
    I would like to explore another opportunity. Is possible to use Shared Pool or any Data Dictionary internal information to restore texts of the lost SQL and PL/SQL scripts executed in this DB before user was dropped? Not too many scripts are executed in this DB and the lost ones may still be in stack. I remember that Shared Pool (cash) should keep last executed scripts in order to improve performance. They probably are kept in some special format. Can we restore these scripts? Of course they also might be pushed out by Import that had been done after user was dropped.
    Thanks for your help,
    Victor

  • Anyone tried this - Extract data from HANA Live reuse views into BW?

    Hello Experts,
    I've read from this blog http://scn.sap.com/community/bw-hana/blog/2014/05/26/go-hybrid--sap-hana-live-sap-bw-data-integration that this scenario
    > "Loading of data into BW using Reuse Layer of SAP HANA Live as data source (Extract data from HANA Live reuse views into BW)" is possible.
    Does anyone has a step by step guide on how to do this? Can you please share?
    Regards,
    DaSaint

    Hi DaSaint,
    best to check the online documentation
    Notes about transferring data from SAP HANA using ODP - Modeling - SAP Library
    Best regards,
    Andreas

  • Extract Tables/views into ECC 5.0 SAP system from Non-SAP system

    Hi,
    I am looking for some inputs on how to set up the following scenario of extracting data stored in tables/views in a non-sap external system into my SAP ECC 5.0 SAP database.
    Currently we are using a middleware between SAP and the external system to fetch data. I would like to get rid of the middleware and set up a scenario to call this non-sap external system and pull data stored in views into our SAP system directly. Is that possible in SAP version 5.0? If yes let me know the steps to be performed... do I need to set up XI ?

    maybe you can access sap data using some connector such as java or .net connector.

  • Embed an external view into a tabbed menu

    Hi All,
    I'm a beginner in WebDynpro Java.
    Could you please help me to embed an external view into a tabbed menu in WebDynpro Java?
    Please help with your solutions.
    Thank you.
    Regards,
    Sari

    hi sari,
         Inside tabbed menu you can't use external view.
         For your problem you can do .
         1. copy your external view ui element from root elements..
         2. paste into seprate tabs.
    Another Solution
         1. Inside window controller you can create view set in two division..
         2. First Devision for your navigation menu .
         3. Second Devision For your External views
    Thanks & Best Regards
    Aasif Shah

  • How to get data from maintaince view into internal table

    Hi,
    I want to get the all data from v_t179 (maintanence view) into intrenal table.
    if i write select stmt , it is giving error.
    I want all data into internal table.
    regards,
    Ajay

    I think this is what you want:
    TABLES: t179, t179t.
    DATA: v_t179_int TYPE TABLE OF v_t179.
    SELECT * FROM t179
      JOIN t179t ON
        t179~prodh = t179t~prodh
      INTO CORRESPONDING FIELDS OF TABLE v_t179_int.
    Rob

  • Documentation on table, view and procedures of the user portal

    Where can I find documentation on table, view and procedures of the portal user?
    Thanks.

    PL/SQL API doc here :
    http://www.oracle.com/technology/products/ias/portal/html/plsqldoc/pldoc1014/summary.html
    VIEWS doc here :
    http://download-uk.oracle.com/docs/cd/B14099_19/portal.1014/b14135/pdg_cm_api.htm#CHDIFAGE

  • Calling a view into another Dynpro Component

    Hi,
            Could you please let me know the steps involved in calling one of the view into another abap webdynrpo applications.
    Thanks,
    Kumar

    If you want to use a view from another WD Component, then you have to have a Component Usage for that other view.  Have you ever used the ALV Component?  If so this is exactly the process that you would follow.  You can read more about the techique here:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/a7/1d8b412bb5b35fe10000000a1550b0/frameset.htm

  • Import .dba file into iCal?

    I have been using Palm Desktop 4.0.1.0 on my work PC for a number of years (even though my Palm device is long dead). I am changing jobs, and want to take the contents of my calendar when I go, then trash the Palm Desktop App for security. I went to export and the only export option is ".dba". If I try to import a .dba file into an empty iCal on my Mac at home, will it be compatible and populate everything correctly?
    Thanks!
    Dave

    When I Import the .icbu file into Calendar it shows all my entries but in the Calendar which does not sync with iCloud.
    Right you just imported the data, and the data was imported.  If you want it to sync you have to turn that feature on.
    I cannot make a new password since Apple ID does not accept my date of birth... and Apple ID cannot send any notification to my deleted e-mail address... nor does it make use of my secondary e-mail address in Apple ID.
    You should not need a new password.  Just deleteing the email address you used for your AppleID does not change anything about your AppleID account.  You would just need to login and change the account email address to your new one.  When did your AppleId stop working?  Or had you forgotten it.  You could try contacting Apple's customer service, but I doubt they will be able to do anything.  If you have really lost access to that AppleId then you might just have to make a new one and start over.  Sorry I know, not a great answer.
    I made secondary e-mail address with the Apple ID of my deleted (primary) e-mail address
    So you went back to the same service and recreated the same user Id that was already deleted?  So you have the same email address again?

  • How to put source code into procedure ?

    let's suppose that we have a source code for store Schema like this schema that you can download it from follow Link :-
    http://www.zshare.net/download/1322967884dcdbab/
    and now I want to wrap it ,until get the plb file , and then no one can know the content of the schema source code , and as I know the ( procedure , function and package ) only could wrapped , so I tried to embed the source code in procedure , but the process failed Sad
    Is there anyway to embed the source code schema into procedure until wrap the procedure later to get the plb file ?!

    1* select * from v$version
    SQL> /
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    I'm working in Windows XP SP2 , I use Oracle 10gr2 , I use forms6i
    All what I want to know is :-
    How we make normal Procedure like this style :-
    CREATE OR REPLACE PROCEDURE proc_name
    IS
    BEGIN
    EXECUTE IMMEDIATE ' here we will put the schema creation script , download it from that like ( http://www.zshare.net/download/1322967884dcdbab/ ) ' ;
    end proc_name;
    don't worry about the wrap operation , I will adjust it ..... but the important here .... how we embed the "schema creation script" after EXECUTE IMMEDIATE like in previous procedure ?

Maybe you are looking for

  • Adobe reader 11 not working on galaxy 8

    Has any one had issue with the lateste Adobe Reader on Samsung Galaxy note 8? It keeps crashing after the update today. Really annoying!!

  • Double-tapping the home button locks the phone

    iPhone 4s, still running ios 7.1.2 because I don't want my phone bogged down even though I'd love to see some of ios 8's features. This has happened a few times in the last few months.  I'll have an app up.  I'll double-tap the home button so that I

  • Help. I lost my driver disk that came with my ipod.

    I lost the driver disk that came with my ipod mini brfore i instaled it onto my computer. is there anyone that can help me by directing me to a place where i can download one online or can i get a new one sent to me. thankyou for all your help. I hav

  • How to get the limited help manual for CS4

    CS4 When I click the help button on Encore CS4 I get something besides the normal help. It only seems to be Encore where that happens. Premiere AfterEffects both go to the online help manual but not Encore. When clicking help I get this sorry guff: h

  • Making photos 72 dpi

    I need to send some photos, and they have asked for them to be 72 dpi. How do I find out if the photos I have taken and stored in iPhoto are 72 dpi. And if they are not, how do I adjust them. Thanks for your help..... Dot