Looking for some SYSTEM PRIVILEGES

I am looking for a SYSTEM PRIVILEGE, which allowed the user to view the source code of all the PACKAGES, FUNCTIONS and PROCEDURE.
IMPORTANT: the USER COULD NOT CREATE ANY object in the database.

Concerning
create user query_user identified by query_user default tablespace users temporary tablespace temp quota 0 on users;
grant create session to query_user;
grant select any table to query_user;
grant select any dictionary to query_user;

It should also work.

HTH
Srini

Tags: Database

Similar Questions

  • Looking for some practice files for video in line/book of "Adobe Photoshop CS5 Extended: Essentials. I use the tutorial via membership in Safari book online and the files are not available on Safari.  Do you know where I can get the files?

    Looking for some practice files for video in line/book of "Adobe Photoshop CS5 Extended: Essentials. I use the tutorial via membership in Safari book online and the files are not available on Safari.  Do you know where I can get the files?

    Looks like the manufacturer was "Total Training. I can't find the title to Adobe.com

    http://totaltraining.com/store/Photoshop-CS5-extended-Essentials/

  • Are you looking for some creative book formatting guidelines

    I'm formatting a book, my first one and am about to start to refine the overall formatting to make it beautiful. I'm running into a bit of a creative block and I'm looking for some basic guidelines for the formatting of the book. I wonder about fonts, how to use, ideas on the position of the hierarchy, fonts for tables compared to the rest of my text, etc.  I formatted everything, but apparently just awkward and ugly because I do not have a sensitivity to the standards.

    Does anyone know of a resource where I could find some tips on this?

    craigatadobe12345 wrote:

    I'm formatting a book, my first one and am about to start to refine the overall formatting to make it beautiful. I'm running into a bit of a creative block and I'm looking for some basic guidelines for the formatting of the book. I wonder about fonts, how to use, ideas on the position of the hierarchy, fonts for tables compared to the rest of my text, etc.  I formatted everything, but apparently just awkward and ugly because I do not have a sensitivity to the standards.

    Does anyone know of a resource where I could find some tips on this?

    Independent publishers, start here: planning of your book

    This site is mostly about self-publishing, but he does not reject until you have searched through his archives and followed its links to other resources. There are a lot of good things!

    HTH

    Kind regards

    Peter

    _______________________

    Peter gold

    Know-how ProServices

  • Looking for some useful tips for a website idea, I have

    Hello

    Since last year, my company has a contract for a manufacturer of equipment tech maintain a benchmarking project of price, features user, specifications, etc. of their products against their competitors. It is quite a thorough comparison and contains more than 100 products. It is up to date with new versions of the product and will continue to keep informed on new products. In any case, the contract is almost up, and I think that the project could be more lucrative if I created a Web site with all the information I gathered last year. My problem is that I have never created a site for profit. I created a personal website and my business site by using a combination of CS5 DW, FW and Flash. I know some html, php, mySQL and flash and am quite comfortable with the CS5 software in general.

    As I mentioned, I am new to try to make money on a Web site, but here are two possible ways, I have however to do so:

    1. just throw all the information on the websites, and provide access to all users for free and hope to gain advertising revenue of the manufacturers who offer their products on my site.

    or

    2 offer a sample of the basic information on all products, but require a subscription for full access (maybe $199 / year).

    My target market will be composed of the manufacturers themselves, professional computing and dealers of these products.

    IM also wondering if I should do based on Flash and very attractive or simply in html.

    I guess I'm looking for advice on which path to choose and advice to do this effort with success.

    Thanks in advance!

    -Dave

    I'll make sure to read the contract and every partner of the fine print really, really carefully before doing so. But back to your question - it is more a question of marketing, and I would say hiring a good marketer (or become one) to make the most of this opportunity.

    And how to find a good marketing agent?

    I would suggest using Seth Godin (http://sethgodin.typepad.com/) as your guide/model. If the person you want to hire knows and follows the good advice of marketing of Seth, you would probably do very well. If they do not know who Seth Godin is and are obsessed with the rankings SEO and explosions by email, I'd be very worried (this is not to say email and SEO rankings explosions are 'bad', but should not be the only options in your marketing approach).

    Good luck!

  • I have no sound except for some system sounds, such as when you click on something that is not available.

    I already checked to make sure that the sound card works and that it is not silent.  I don't know what else to do - it used to work perfectly.  My sound mixer has described "device" and "requests" and I know there were formerly sections in the mixer.  Help!

    Hi MelodyK1968,

    · What is the service pack installed on the computer?

    · What is the number and the model of the computer?

    Check the State of the audio device in Device Manager. Follow the steps for the same thing:

    a. click on start

    b. click Run, in the Run dialog box type devmgmt.msc

    (c) in the Device Manager window, look for the video audio player and game controllers and expand drive, double-click the sub element to check if an error message or error code is listed.

    Run the fix it from the link below and check off the results: no sound in Windows: http://windows.microsoft.com/en-us/windows/help/no-sound-in-windows

    With regard to:

    Samhrutha G S - Microsoft technical support.

  • Looking for some comments...

    Everyone,

    I wrote this script to collect information of data store and I'm looking to see if there is any way to improve it. He is currently working but I was wondering if some of you powershell guru would not mind looking after for me. Right now I am collecting name friendly VMFS, UUID, VMHBA, BlockSize, capacity and FreeSpace. Thanks for any input.

    *

    SE connect-VIServer localhost

    *

    $report = @)

    $alldstores = Get-Datastore

    {foreach ($ds in $alldstores)

    $dsfree = ($ds |) ( Get-View). Info

    $dsinfo = ($ds |) ( Get-View). info. VMFS

    $row = "" | Select Name, Diskname UUID, capacity, BlockSizeMB, Freespace

    $row.name = $dsinfo. Name

    $hbas = «»

    foreach ($extent in $dsinfo. To what extent) {}

    If ($hbas. Length & gt; 0) {$hbas += ""}

    $hbas += $extent. DiskName

    }

    $row.diskname = $hbas

    $row.uuid = $dsinfo. UUID

    $row.capacity = $dsinfo. Capacity 1024 MB

    $row. FreeSpace = $dsfree.freespace 1024 MB

    $row.blocksizemb = $dsinfo. BlockSizeMb

    {$report += $row}

    $report | Export Csv .\dsinfo.csv -NoTypeInformation

    *

    Disconnect-VIServer -confirm: $false

    *

    Looks left good. Play well.

    Some small suggestions:

    *) you can avoid the use of Get 1 - view by using a temporary variable to store the result

    *) 1024Mo equals 1 GB

    *) format, the numbers having only 2 decimal places. Easier to read

    $report = @()
    $alldstores = Get-Datastore
    foreach ($dsImpl in $alldstores){
         $ds = $dsImpl | Get-View
         $dsfree = $ds.info
         $dsinfo = $ds.info.vmfs
    
         $row = "" | Select Name, Diskname, UUID, Capacity, BlockSizeMB, Freespace
         $row.name = $dsinfo.Name
         $hbas = ""
         foreach ($extent in $dsinfo.Extent) {
              if ($hbas.Length > 0) { $hbas += " " }
              $hbas += $extent.DiskName
         }
         $row.diskname = $hbas
         $row.uuid = $dsinfo.Uuid
         $row.capacity = "{0:N2}" -f ($dsinfo.Capacity /1GB)
         $row.FreeSpace = "{0:N2}" -f ($dsfree.freespace /1GB)
         $row.blocksizemb = $dsinfo.BlockSizeMb
         $report += $row
    }
    $report | Export-Csv .\dsinfo.csv -NoTypeInformation
    
  • Looking for some basic info in the OPS.

    Hello

    I'm new to the framework of OSTEOARTHRITIS.

    What is - this $FND_TOP, $APPL_TOP?

    I have R11i EBS installed in Windows 2003 Server SP2 in my PC for learning.

    How to enter above echo in the file system?

    I have the client FTP FileZilla & also installed PuTTY.

    To run the tutorials in JDev Extension for EBS, dbc file must be Oracle Apps DB connection?

    Can someone please explain in detail?


    Kind regards.

    user78995 wrote:
    Really, I'm a Virgin right now & have no concept as well as experts 'sourcing the env file.

    Please, if you can more elaborate?

    Please read the documentation.

    From the command prompt, run the file envshell*.cmd the original application file.

    Thank you
    Hussein

  • New to planning, looking for some advice

    Hi all, I am 10 years old and more on Essbase development and administration working in finance, now, we decided to get to replace the budget process. I read the forum, the directors of HP guide and what I found on the web...
    I started to draw the types of application and plan on paper so that the box TI Gets and installs the software.

    I came across a few questions I'd like to share with you and maybe get some previews...

    1 - What are the differences between creating a Classic or EPMA/BPMA application?

    2 - my company has 2200 cost centers, should they be considered the entity Dimension? Or I simply give the entity dimension over a structure akin to the people / units who will work on the budget?
    For the profit and loss account and balance sheet, we do plan to profit center (20 +/-) and produced (300 + /), but the spending plan we do to the cost center and GL account (3000).

    Thanks in advance

    Hello
    You can consider a shared repository of objects of metadata that can be reused in multiple applications EPM of the same or different type EPMA. For example, if your organization has a hierarchy unique entity, you create this time in EPMA and reuse it in a database Essbase and HFM application. Thus, any change in the structure of the entity gets reflected to any application that she ensure integrity in habitat used total EMP. There are several other benefits, one of the most important of which is the ability to synchronize data between applications of the EMP. In contrast with the classical approach to create and maintain the application in a more isolated environment. At first glance, you may think that this approach cannot provide the same level of integrity and that it is somewhat limited with regard to the management of the database. However, many of the apparently weak aspects can be strengthened with the intelligent use of tools like ODI, contour utility load, etc. The main advantages of this approach are rapid development, easy maintenance and flexibility. Otherwise, with respect to the final product, it's the planning application, both approaches produce outputs the same.
    As to your question about the structure of the entity, I think that matters, it is the process of budeting. If the costing will be done for the cost centers and budget users are restricted to a single entity or a particular group of entities, it would be wiser to entity cost centers. You can think about segregation Department/unit user shared services through the creation of groups of users, assign users to these groups and set access rights using these grouos.

    See you soon,.
    Alp

  • Suddenly, incoming messages are nested by sender/object, I'm looking for some control so that I can cancel it. I want to stay with different messages, I've always had.

    Subject line says it all. I have v.31.3.0 - not a new version created this new situation or do I have an option? Thank you, Janos

    Try this.

    Select a folder that displays this question.

    In the Menu, go to view. Sort by and select Unthreaded. I'm guessing that yours went to grouped by genre.

    No menu? Press the < alt > on your keyboard to bring up the menu temporarily.

    http://chrisramsden.vfast.co.UK/13_Menus_in_Thunderbird.html

    In general, you can do so by clicking on the buttons at the top of the ad-hoc sort columns. In Windows Explorer in Windows 7 and 8, they seem to have decided to hide the fact that you have useful buttons, because they are pale and without borders to avoid attracting attention to themselves. But the sort lists by clicking on the column header button is a very common technique for a long time. Sort by columns should also disturb and re - arrange any sort order is currently in force.

    http://www.Ramsden.org.UK/8_How_to_sort.html

  • Looking for some network drivers for HP Pavilion g7-2243us for Windows 7

    Hello

    I tried all the drivers for my HP for Windows 8. Yes, I am installing Windows 7 on the machine. Windows 8 gave me so many nightmares to lock up. Have already reset the PC 6 times. It is time to put 7 here. But, does anyone have knowledge of where to find the LAN drivers and other? It doesn't have the Atheros. I tried 4 on the HP site with no luck. Windows is not yet pick up.

    Help! Thank you

    Andy

    Have you tried to install this driver again?

    http://h20000.www2.HP.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en & cc = us & prodTypeId = 0 & prodSeriesId = 5212912 & swItem = ob-111784-1 & prodNameId = 5212913 & taskId = 135 & mode = 4 & idx = 2

  • 251. 014 l: need help looking for some drivers

    Dear expert HP,

    I decided to install win7 ultimate 64-bit week last on my desk (251 - 014-l)

    and I had trouble finding the 3 drivers...

    1. network controller

    2. SM Bus controller

    3. USB controller

    any help will be greatly appreciated

    Thank you!!

    Hello:

    You need these drivers...

    SMbus: Install this driver first and then restart.  2nd file on the list, it's the auto install file.

    https://Downloadcenter.Intel.com/download/20775/Intel-chipset-device-software-INF-Update-utility-

    Network controller (wireless card):

    http://h20564.www2.HP.com/hpsc/SWD/public/detail?sp4ts.Oid=6943827&swItemId=ob_145419_1&swEnvOid=4058

    USB3: Download, unzip and run the file setup.exe from the link below.

    https://Downloadcenter.Intel.com/download/22824/USB-3-0-driver-Intel-USB-3-0-Extensible-host-controller-driver-for-Intel-8-9-100-series-and-C220-C610-chipset-family

    You'll also need the bluetooth driver for your PC wireless card model has...

    http://h20564.www2.HP.com/hpsc/SWD/public/detail?swItemId=ob_155436_1

  • Hey everyone, new here, looking for some advice

    I sell my X 201 Tablet and I was wondering what was the best way to wipe my hard drive. Also is reformatting as simple as using the partition via a backup media player?

    "evening.

    Welcome to the community!

    I like DBAN to clean hard drives that I'm recycling. You can read about it and download here: http://www.dban.org/

    Lenovo also has a data destruction tool, but I've never used. You can find it here:

    http://support.Lenovo.com/en_US/detail.page?LegacyDocID=TVAN-SDD

    For DBAN, you need an external drive to boot from to run the tool. Not sure if there is a different option for the tool of Lenovo. Once the process is complete, there will be nothing left on the disk. A new installation of the OS will be responsible for creation of partition and formatting.

    HTH.

  • Stupid problem. I'm looking for some PS brushes on the web for realistic painting, but I found only brushes which claim to be realistic brushes, but in fact, they are only SCANS of real brush strokes...

    ... You can not acutally painting with them, only funny ornament stamps do. My question is: where to find realistic Photoshop brushes, allowing me to really paint with them? Thank you for the answers, I really have a huge problem with that.

    (PS - Version: CS6)

    See this site: brushes Kyle Webster

  • looking for some plug-ins for dreamweaver 8

    As I am creating an ecommerce site, I'll need a lot of coding. Anyone know of any good sites in addition to Adobe where I can download some free additional behaviors to Dreamweaver 8.

    Did you Google "Dreamweaver extensions?

    --
    Murray - ICQ 71997575
    Adobe Community Expert
    (If you * MUST * write me, don't don't LAUGH when you do!)
    ==================
    http://www.dreamweavermx-templates.com - template Triage!
    http://www.projectseven.com/go - DW FAQs, tutorials & resources
    http://www.dwfaq.com - DW FAQs, tutorials & resources
    http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
    ==================

    "cpltek" wrote in message
    News:f1nilf$INP$1@forums. Macromedia.com...
    > Well, I thought that someone may know of all Web sites good hand that I could
    > not found myself.

  • I'm looking for some trial CS6 download

    I need help downloading a trial of a comprehensive offering of CS6

    http://helpx.Adobe.com/x-productkb/policy-pricing/CS6-product-downloads.html

    Mylenium

Maybe you are looking for