Metadata: DBA_* vs ALL_*

Hi,
Could any one clear me what is the difference between metadata tables DBA_* and ALL_* (For example difference between DBA_SEGMENTS and ALL_SEGMENTS).
Regards,
Nagarjun.

Could any one clear me what is the difference
between metadata tables DBA_* and ALL_* (For example
difference between DBA_SEGMENTS and ALL_SEGMENTS).They basically contain the same columns. The filter which decides the rows to extract, is different based on the user's capability.
USER_ = rows for objects I own
ALL_ = rows for objects I can access, including those I own
DBA_ = all rows

Similar Messages

  • Dba_tab_columns and all_tab_columns

    HI
    AIX 5.3
    oracle 10.2.0.3
    which view should be accessible to developers dba_tab_columns or all_tab_columns? and why?
    also dba_* and all_*
    Thanks,
    vishal

    ALL_* - displays all the information accessible to the current user, including information from the current user's schema as well as information from objects in other schemas, if the current user has access to those objects by way of grants of privileges or roles.
    DBA_ view displays all relevant information in the entire database. DBA_ views are intended only for administrators. They can be accessed only by users with the SELECT_ANY_TABLE privilege. (This privilege is assigned to the DBA role when the system is initially installed.)
    USER_ view displays all the information from the schema of the current user. No special privileges are required to query these views
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/statviews_1001.htm#i1572007
    http://download-uk.oracle.com/docs/cd/A97630_01/server.920/a96536/ch2.htm
    HTH
    -Anantha

  • Dictionary

    Hello All,
    The Data Dictionary contains information abot the logical structure and physical structure as well. This line is from the Database Concept of Oracle.
    I want to know what kind of physical information does it contain. Logical information is ok to me.
    Thanks.

    The oracle Reference guide is the place to start for this. The DBA_/USER_/ALL_ views are mostly all structural information -- like tables, columns, tablespaces, data files, etc. The V$ views are where the database exposes its internal activity while it is running. V$SQL is a look into the shared pool where sql is stored, V$SESSION shows session information, and so forth. Though, the V$ views are not actually part of the data dictionary, as are the DBA_/USER_/ALL_ views.

  • Multiple schema users

    QUESTION 1
    If I understand correctly, in Oracle RDBMS,
    the following 3 concepts are 1:1
    user
    account
    schema
    So, you can create/drop a user-account-schema,
    using CREATE/DROP USER.     
    Correct?
    QUESTION 2
    Two Developers will connect to the same schema.
    How can you distinguish between them?
    Will they both use the same user-account/password?
    What manual/concept should I look for?
    Thank you very much,
    Marios

    Here is my verbose entry to add to the confusion:
    Concept:
    You can create something arbitrarily called a USER in Oracle. To do that, you use the 'CREATE USER' command. It puts an entry into the internal 'user$' table.
    At this time, all you have is an entry in the user$ table. It is not (yet) an account nor a schema. Feel free to call it a userid.
    Concept:
    You have objects such as tables, indexes, and so on. For a variety of reasons you may want to have two similar objects with the same name - eg: two 'Employee' tables. In order to separate them, you need a "name space" - some qualifier that will uniquely identify them.
    "Schema" is what we call the type of namespace used to qualify objects.
    Objects are recorded in the internal obj$ table. The schema namespace is recorded in the column 'owner'. That is called the 'schema owner' and is often referenced as 'owner' in various DBA_ views.
    Oracle decided that the schema namespace must be tied to something referenceable. A handy thing was the user# in the user$ table. SO they added a foreign key constraint that said the owner in the obj$ must be found in the user$ table. This was a design decision they made. (No comment whether this was a good decision or not.)
    In order to remove the user$ entry from the user# table, every object that references that specific namespace must be removed first. This can be done automatically through the 'CASCADE' clause of the DROP USER command.
    This is a debateable point, but IMO an entry in the user$ is not a schema until it has one or more entries in the internal obj$ table.
    Concept: (This is MY interpretation, not an official one)
    It may be desirable to connect to the database to use instance resources - to create a session. To do that, you need an entry in the internal sysauth$ table that corresponds to the 'CREATE SESSION' privilege. Without that priv, the user$ entry can not connect. (BUT it CAN hold objects and therefore be a schema.)
    I consider a userid that has the CREATE SESSION priv to be an account.
    When someone connects using an account, the connection creates a SESSION. That session includes a Session ID (SID) and a Serial number. This info (SID and Serial), as well as the account's user name, is visible in V$SESSION view. The session is governed by the resource management subsystem, using either the RESOURCE PROFILE or other mechanisms in the resource manager to invoke limits and restrictions.
    For example, the resource profile could limit the account to only one concurrent session (one login at a time), or unlimited concurrent sessions.
    A developer can connect using any account (ie. w/ create session priv) to which she has the password and for which sessions can be created (based on resource profile). Once connected, for each schema-related operation (select, insert, create ...), the system will check security to ensure that the account has access to the object with the required privileges, as defined by the developer and implemented by the App DBA using appropriate GRANTs.
    Concept
    TO access any object requires a full qualification of the object information, in the form SCHEMA.OBJECT. For convenience, once connected, an account will have a default SCHEMA that will be used to qualify any object that is not fully qualified. The default schema is initally set the same as the account. To change this, one can use the ALTER SESSION SET CURRENT_SCHEMA command.
    Note
    The information in the user$, obj$ and sysauth$ tables is exposed via the DBA_ (and ALL_, USER_) views described in the Oracle Database Reference manual in the doc set at http://tahiti.oracle.com - it is rarely, perhaps never, necessary to get to the base tables for any reason other than curiosity.
    Edited by: Hans Forbrich on Oct 1, 2009 5:43 PM

  • Extract schema/metadata - names for all tables and attributes

    Hi, I am quite new to Oracle DB (only been doing dev mostly with sqlserver before). Is there a way to extract schema (names for all tables and attributes) for 10g and 11g in application code (either java or .net) or pl/sql?
    Thank you,
    -Tony

    There are built in views that start with DBA_, ALL_, and USER_. All means all the user can see, user means all the user has, and dba means everything, which generally means the same as the others plus an owner. So you can desc user_tables to see what-all that view has, then select columns from the view with ordinary sql. See the doc set for all the views available, interesting ones are ...views, ...objects, ...tab_cols and so forth.
    There are also built in procedures for getting metadata, google for details.
    Many tools have easy GUI's for this too. EM has ways on the administration screen to get to various objects, and then you can show the ddl. Maybe sqldeveloper has something too.

  • My iTunes library and metadata/ID3 tags issue

    Since 2010, iTunes is the only media player I use to play music. My library consists of music purchased from the iTunes Store, CD rips and stuff many artists these days release as freebies on the internet to promote a new album. Also, M4A and MP3 are the only formats I use so far.
    Since iTunes, I really got into editing my library's metadata tags by hand, in order to create a custom archive which serves my preferences best. I should mention that besides iTunes being the only software I use to play my music library, it's also the only software I use to edit their metadata. Also, before iTunes – when my library was on different media players – I never bothered with editing them.
    A few days ago, I found how a lot of people in forums complain about the way iTunes edits and stores metadata. So, I experimented and moved a few of my songs to other media players after editing their tags within iTunes. And indeed the tags and/or artwork were often displayed messed up and/or incorrect, some times partially and some times completely.
    Some people were referring to the version of the ID3 tags being the issue, while others suggested using the "convert ID3 tags" feature. I myself am a little bit confused. "Converting the ID3 tags" wasn't available for my M4A files and once I performed it for my MP3's I didn't know which setting I should apply or what version to choose. I chose one version randomly but I'm not sure what happened.
    My goal is to make my music library able to play and display my custom metadata on the majority of the popular media players. I hope that firstly this is possible and that secondly it won't be a solution which requires me going through every single song individually.
    I really hope that all those years work on my library wasn't for nothing.
    I'm using a MacBook running Snow Leopard 10.6.8 and my iTunes version is 10.7
    While my music library is more important that my iTunes version, I do like iTunes 10 more than 11.
    I apologize for any grammar mistakes, since English is not my first language. Thank you all for your time and any suggestion is welcome.

    itsjamesd wrote:
    Hello turingtest2 and thank you for your reply.
    In response to "a possible cause of problems is multiple embedded tags", what exactly does that mean and how can I avoid doing it in the future?
    Anything ripped with iTunes should get a single tag. If multiple tags in some of your older mp3 rips are the cause of the problems when you try to access the files elsewhere then you should apply the suggested remedy selectively, not to the whole library indiscriminately. Once fixed you shouldn't have the problem again unless you use different ripping software. If so check the options to ensure you generate a single ID3v2.3 tag. Downloads from elsewhere are pot luck.
    If I use Convert ID3 Tags>None before converting to v2.3 as you suggested, how many times is "several times" and why do I have to do it more than once? Also, what are your thoughts on 'v2.3 vs. v2.4'?
    Several is at least two, but more could be needed if a file has both v1 and v2 tags in multiple languages. If there are two tags, the first conversion to none should remove the first one, and the second conversion the second. Experiment, And stick to v2.3.
    In response to "the process removes any embedded art but otherwise preserves the data that iTunes knows". All fields excluding cover art remain the same? Does that mean that I will have to start from scratch and apply new cover art individually for each album? That would be too time consuming given the fact that I embed custom art.
    Yes, everything but artwork is held in the iTunes database and is restored with the final Convert ID3 Tags... v2.3. Use Doug's scripts SaveAlbumArtJpeg before you start and RestoreArtworkFromAlbumFolder afterwards to save and the restore your existing artwork.
    Also, what happens with my M4A files' metadata? ID3 tags are only used for MP3's, right?
    Yes, m4a/aac files have a different tag mechanism. Multiple ID3 tags is just one possible issue that you might have. You said:
    So, I experimented and moved a few of my songs to other media players after editing their tags within iTunes. And indeed the tags and/or artwork were often displayed messed up and/or incorrect, some times partially and some times completely.
    It might be worth going into some more detail about exactly what differences you noticed. iTunes can automatically associate (instead of embedding) artwork when it can match the album in the store which could be why some tracks didn't get artwork.
    tt2

  • Importing to iTunes moves previously proper files to unknown folder.  Metadata missing inside of iTunes.  Help!

    I've been having problems with iTunes for a long time now and have yet to find the solution. 
    I store my complete library on my external hard drive.  When I import a CD into the iTunes on my Mac that had previously been imported on another computer, my iTunes refuses to recognize the artist and album information.  It only recognizes the track number and track name. 
    I had imported tracks on a PC in WMA format, and converted them using iTunes on my PC to WAV.  They showed up in my iTunes on my PC just fine that way.  I then copied the new WAV files in their proper Artist/Album/Tracks folders from my PC's iTunes Media folder to my external drive.  When I import those files now on my external drive to iTunes on my Mac, the files move to Unknown Artist folder on my external drive.  I've got preferences set to place files in my external drive's music folder.  What can I do differently?
    I've tried "Keep iTunes Media folder organized" which then immediately takes files out of my organized locations and moves them to the Unknown Arist folder even when I'm not importing.  I've also tried "Copy files to iTunes Media folder when adding to library."  I tried just importing directly from a flash drive hoping it would copy files that were moments ago recognized correctly on my PC's iTunes to my external drive's Music folder correctly.  Doesn't work.  Still imports songs to iTunes with no artist or album data and places them in the annoying Unknown Artist folder on my external drive.
    When I import a disc directly to iTunes (sending it to the computer's iTunes Media folder when my external isn't connected), it recognized the data correctly.  Then if I connect my external and copy the files from the computer's internal drive to my external Music folder, delete the files in iTunes, and then import the files from their new location, they are then unrecognized as having Artist and Album information.  A few years ago I had no issue moving files this way and everything stayed organized.  I'm guessing Apple fudged something up in an update?
    What the heck?  Is there a different program I could use (whether on PC or Mac) that would import the disc information and keep the metadata attached and fix my issues?  I eventually will need to transfer my external drive's files to another drive, as externals are not permanent storage solutions, so when I eventually import all my music in iTunes again I won't have the time or the energy to rename every track independently.  Why doesn't the information recognized by iTunes remain associated with that file when I move the file to another location and reimport to iTunes?
    Any help would be sincerely appreciated.  This has been a long struggle for me with no answers and my music collection is extremely important to me.

    There have many reports here of large adds not running to completion. Sometimes it will die on a certain troublesome file, and sometimes there is no obvious reason.
    Since you have verified that the individual files seem to be fine, the workaround is to add the folders in smaller batches.

  • Restoring my photos and metadata after hard drive format. yep, I'm THAT guy

    Hi guys,
    Unfortunately my 17,000 photo aperture library (master files stored externally to the aperture library - ie referenced) was accidently deleted (long story) in a drive consolidating effort around my house.
    The good news is that I was able to recover the images using a file recovery program.
    My problem is that the files once recovered have a new filename different from the original (ie instead of IMG_4345 it is J1928731-1323). The metadata for the photo from EXIF is still present and I am able to sort the photos based on photo date time group once re-imported into aperture. Since the filename is not the same as the original, I am unable to reconnect the files to restore the individual metadata changes to each image made in aperture.
    I have been able to 'mirror' my original library ie, for each project there are the correct order and number of images in the recovered project folders.
    My question is:
    1. Is there a way to force a file re-connect with an image with a different filename?
    2. Failing Q1, is there a way to select a group of images all with different metadata and paste it to another group of images where the number of images between the two groups is equal? Lift & stamping each individual photo is VERY painful...
    Any help would be fantastic
    Message was edited by: matt_hornet to ellaborate the problem

    matt_hornet wrote:
    Unfortunately my 17,000 photo aperture library (master files stored externally to the aperture library - ie referenced) was accidently deleted (long story) in a drive consolidating effort around my house.
    Ouch. You have my sympathies!
    My question is:
    1. Is there a way to force a file re-connect with an image with a different filename?
    As far as I remember, File>Manage Referenced Files... will do this if you Alt/Option-click the Reconnect Now button. It's still going to be a mammoth task, but faster than copying all the metadata to new imports...
    Ian

  • Logical systems for modeldata and RFC metadata

    Hi All,
    I want to know how I can display the my own created logical system names under the drop-down menu when i have to select the logical system names for modeldata and rfc metadata. I don't want to them to be written instead i want them to be one of the options in the drop down menu, as we have them in the FLIGHT_LIST_INIT example found in the sample applications and examples.
    Thanks in advance
    Srikant

    Hi,
       While creating SLD for your R/3 systems give the desired name of wht u want instead of logical name.
    For configuring the same refer the link below :-
    http://help.sap.com/saphelp_erp2004/helpdata/en/29/e0b75c2b7d40c5bfbda82e905b701c/frameset.htm
    Regards,
    guru

  • Best practice of metadata table in data warehouse environment ?

    Hi guru's,
    In datawarehouse, we have 1. Stage schema 2. DWH(Data warehouse reporting schema). In stageing we have about 300 source tables. In DWH schema, we are creating the tables which are only required from reporting prespective . some of the tables in stageing schema, have been created in DWH schema as well with different table name and column names. The naming convention for these same tables and columns in DWH schema is more based on business names.
    In order to keep track of these tables we are creating metadata table in DWH schema say for example
    Stage                DWH_schema
    Table_1             Table_A         
    Table_2             Table_b
    Table_3             Table_c
    Table_4              Table_DMy question is how do we handle the column names in each of these tables. The stage_1, stage_2 and stage_3 column names have been renamed in DWH_schema which are part of Table_A, Table_B, Table_c.
    As said earlier, we have about 300 tables in stage and may be around 200 tables in DWH schema. Lot of the column names have been renamed in DWH schema from stage tables. In some of the tables we have 200 column's
    so my concern is how do we handle the column names in metadata table ? Do we need to keep only table names in metadata table not column names ?
    Any idea will be greatly appriciated.
    Thanks!

    hi
    seems quite a buzzing question.
    In our project we designed a hub and spoke like architecture.
    Thus we have 3 layer, L0 is the one closest to the source and L0 table's name are linked to the corresponding sources names by mean of naming standard (like tabA EXT_tabA tabA_OK1 so on based on implementation of load procedures).
    At L1 we have the ODS , normalized model , we use business names for table there and standard names for temporary structures and artifacts
    Both L0 an L1 keep source's column names as general rule, new columns like calculated one are business driven and metadata are standard driven.
    Datamodeler fits perfect for modelling L1 purpose.
    L2 is the dimensional schema business names take place for tables and columns eventually rewritten at presentation layer ( front end tool )
    hope this helps D.

  • XMP metadata from Flashbuilder why not visible in Adobe Bridge?

    Hi there,
    I'm currently wondering around XMP metadata and swf files.
    A: Flash CS5: works
    When I use the XMP panel in Flash CS5 and export a swf, open Adobe Bridge CS5 and select the file, the XMP data are correctly displayed.
    B: Flash Builder(Flex 4.1): don't work
    When I use Flashbuilder and add my metadata to the compilation, then compile, open Adobe Bridge CS5 and select the file, nothing is included in metadata.
    Procedure based on the following (same problem if metadata are directly set through compiler arguments):
    http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_14.html
    ../src/config/ProductMetaData.xml
    <flex-config>
    <metadata>
        <title>My title</title>
        <description>My description</description>
        <publisher>The publisher</publisher>
        <creator>The creator</creator>
        <language>EN</language>
    </metadata>
    </flex-config>
    compiler argument
    -load-config+=config/ProductMetaData.xml
    As far as understood, on the background the following is added to the swf at compile time:
    <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1'>
            <dc:format>application/x-shockwave-flash</dc:format>
            <dc:title>My title</dc:title>
            <dc:description>
                <rdf:Alt>
                    <rdf:li xml:lang='x-default'>My description</rdf:li>
                </rdf:Alt>
            </dc:description>
            <dc:publisher>The publisher</dc:publisher>
            <dc:creator>The creator</dc:creator>
            <dc:language>EN</dc:language>
        </rdf:Description>
    </rdf:RDF>
    I've checked that the medata is correctly added to the swf file using this small software polarswf:
    http://download.cnet.com/Polar-SWF-MetaData/3000-6676_4-10738623.html
    I do not know if it is safe to use it in a produciton context at least in trial mode it allows to check the metadata included in your swf.
    I wonder if this metadata coonot be read by Adobe Bridge because they are at a "lower level" than those put by flash CS5 XMP panel?
    Thank you in advance for your help.
    This is not a blocking situation, but I'm curious to understand what happend.
    Cedric Madelaine (aka maddec)

    I was following this post for a LONG time, since I noticed the same problem.
    This week I was getting in it into myself again and I noticed you use load-config. I used these compiler options :
    contributor name
    Sets metadata in the resulting SWF file. For more information, see Adding metadata to SWF files.
    creator name
    Sets metadata in the resulting SWF file. For more information, see Adding metadata to SWF files.
    date text
    Sets metadata in the resulting SWF file. For more information, see Adding metadata to SWF files.
    But that resulted in this XML string where the dc namespace was missing a / on the end of the URI
    That caused the metadata which was added in flashbuilder was only visible in bridge in the rawXML panel, and not the specific fields
    changing the URI in http://purl.org/dc/elements/1.1/ did the trick ( did this in bridge by exporting the rawXML, changed the / , and imported it )
    <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1'>
            <dc:format>application/x-shockwave-flash</dc:format>
        </rdf:Description>
    </rdf:RDF>
    Sadly there was no way I could add this / myself everytime.
    BUT then I discoverd this option :
    raw-metadata XML_string
    Defines the metadata for the resulting SWF file. The value of this option overrides any metadata.* compiler options (such as contributor,creator, date, and description).
    This is an advanced option.
    And you could give the exact RAW XML as you  described
    <rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
        <rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1/'>
            <dc:format>application/x-shockwave-flash</dc:format>
            <dc:title>My title</dc:title>
            <dc:description>
                <rdf:Alt>
                    <rdf:li xml:lang='x-default'>My description</rdf:li>
                </rdf:Alt>
            </dc:description>
            <dc:publisher>The publisher</dc:publisher>
            <dc:creator>The creator</dc:creator>
            <dc:language>EN</dc:language>
        </rdf:Description>
    </rdf:RDF>
    to the compiler. This could also be done in Flash with JSFL.
    In the end I wrote an ANT script which injects the exact XMLstring of metadata to Flash and Flex projects by using the raw-metadata parameter in FLEX and JSFL for flash.
    Hope this helps

  • White Balance Metadata not showing in Adobe Bridge CS6

    Hi there, I am running Bridge CS6 on a Mac, and use Canon 5D and 5DMark 111 cameras. I have an issue with Bridge which I can not seem to figure out. Whether I shoot Raw or JPG and I am trying to do some testing for white balance, once I open the images in Bridge, in the little icon panel just below the folders/favourites panel etc I can see the f stop info, speed, metering , ISO etc, but the only icons I get for WB are if use auto - then I see AUTO.  But when I do a manual WB like 'cloudy', 'tungsten', or 'shade' etc all I get are the symbols for 'Custom" or "Manual".  How do I get the actual symbols for what type of WB i've chosen to show up? 
    I have purged the Cache - both in the individual folder and the overall Cache in preferences.  I have checked that all the boxes are ticked in the preferences panel for the Metadata.  So not sure what else to do.
    Cheers D

    Ok thanks for that, at least I wont be chasing my tail.
    I did install the DNG converter 8.3 but I still NEF files as a NEF icon. Any clues to what I may not be doing right there?

  • Adobe Bridge - White balance metadata

    When I browse raw files from my Canon EOS Rebel XT/350D in Adobe Bridge I always look at the Metadata tab to check for the f-stop value, speed, white balance settings, etc. of the currently-selected raw image file.
    I noticed that the pictures shot in Automatic White Balance appear on the upper-left portion of the Metadata tab as an icon indicating AWB. However, whenever I take pictures with manually-set white balances, such as shade, day light, tungsten, etc., the metadata tab no longer indicates the white balance I chose, instead, it either shows an icon of a camera or two dashes, as in --.
    Is there any way I can set Adobe Bridge to show the appropriate White Balance icon for pictures I take with manually-set white balances?

    Hi Curt,
    Thanks for your reply. Yes, White Balance is checked in preferences/metadata. All of the Exposure metadata entries are also checked.
    I forgot to mention that my version of Camera Raw is 4.5 (the latest).
    You know, although White Balance is checked, I cannot find a White Balance text entry on any of the metadata lists (File properties, IPTC core, Camera Data (EXIF), etc.). The only place where I can see the White Balance setting in on the upper left corner of the Metadata tab, under the f-stop value.
    Here is a personal question for you: When you browse your pictures in Adobe Bridge and you select one that was taken with a specific White Balance (not Auto), does your Adobe Bridge display an icon for that particular White Balance setting? I just want to eliminate the possibility that this happening only in my computer.
    Thanks a lot for your time and attention.

  • How can I integrate metadata and keywords in Lightroom with those in Photoshop, Bridge, and Photoshop Elements? In other words, is there a way to retrieve common metadata templates from all modules? Thanks!

    Keyword and Metadata Integration throughout Adobe Modules

    Thanks! That's helpful.
    What I mean by "common metadata", is a unified, updated, most current metadata, which I could update in each program. That is without overwriting the metadata, but appending new keywords to the metadata I created in the previous program.
    I use Bridge, then Lightroom and finally Photoshop. That's the regular workflow: Bridge for preliminary sorting and and adding some keywords; Lightroom for organizing and picking the best images; finally, Photoshop for processing. I got Photoshop Elements on trial. Doesn't work for my purposes.
    I need to share and update the metadata / keywords when I go from one program into another. Can't retrieve metadata I set up in Bridge into Lightroom. Same happens with Photoshop, where I can't retrieve keywords I add in Lightroom. It's tedious to write up the keywords again.
    Thanks for your efforts!

  • Bridge Help | Work with metadata in Adobe Bridge

    This question was posted in response to the following article: http://helpx.adobe.com/bridge/using/metadata-adobe-bridge.html

    Might check this past post to see if you have ownership of your HD.
    The key to solving this issue lies is understanding that in terms of Windows 7 Security, every internal or external hard drive, plus folders, sub-folders and files thereon has an OWNER. Also each OWNER has a certain level of PERMISSION to do things such as moving files to a different folder, deleting or re-naming them etc. If you try to do things that you don't currently have Permission to do, that is when you get an ‘Access Denied’ error message. Also your system has an Admistrator or Administrators and at the outset you need to ensure through the Control Panel that you are listed as one of them. .
    If, like me, you didn't realise these things, (and why would you if Microsoft or your computer or hard drive suppliers couldn't be bothered to really make sure you knew about them), then trying to fathom the ‘Access Denied’ problem becomes a stressful and frustrating nightmare as I can testify having spent a week at it!
    The steps that I took to resolve the issue and which I believe now constitute the 'Correct Answer' are as follows:
    First make sure that you have Administrator rights on your system via the Control Panel
    Next ‘right click’ on the Drive whose files you want to gain full access to, for example the drive that your pictures are stored on, and click on 'Properties'.
    Under the Security tab you will see a list of Groups and Users on this drive and the Permissions that they have to do things.
    Before doing anything to edit these Permissions, first click on the Advanced button. This opens another window with a tab showing the Owner of this drive.
    Click on the Owner tab and if you are not already listed as the owner, make yourself the owner by selecting your name from the list. I believe it should appear there if you are an admistrator or user. (In my case at this stage the owner was initially shown as an obscure string of numbers and letters which I believe identified the drive when it was connected to the lap top I was using before I upgraded my machine)
    Now be sure to check the box that says "Replace Owner on Subcontainers and Objects" and the click Apply. On completion of this step, the drive in question and all the folders, subfolders and files thereon should now be 'owned' by you. You could check this out by right clicking on a particular folder then clicking Properties > Security > Advanced > Owner. Your name should appear. So far so simples!
    Now go back to the Security Tab for your drive (Step 2 / 3 above) and look at the Permissions you currently have. Your aim now is to allow yourself 'Full Control.' If you don’t currently have this level of permission click Edit, select your name on the list, check ‘Full Control’ and 'Apply' the change.
    I think I'm right in saying that at this point whilst still working in the Drive directory you are now given the option of ticking boxes which allow you to, in effect, cascade the permission you have just granted yourself to all the files and folders on that drive. Tick the box to allow this and Windows should then take care of the rest.If I'm not quite correct here then in my particular case, for example, all my images were stored on my external drive. The top level, or 'parent' folder in which all my pictures could be found was the 'My Pictures' folder and I had created a number of folders and subfolders ('child ' folders) within that folder. The permissions I gave to the Parent folder – My Pictures – were cascaded down through the Child folders.
    On completion of the above step I tested the result in Windows Explorer by dragging a few files back and forth between folders and it now worked perfectly - I was now able to move / delete / rename etc all files without now getting the dreaded access denied message. What a sense of relief! This meant that I could now open Bridge normally rather than having to right click it and 'Run As Admistrator' - albeit that is a very useful thing to do until you get the problem sorted as described.

Maybe you are looking for

  • Mobile network problem in my lumia 520

    Once network gone, I have to Restart it then again mobile network come.calling proble occurs many times even network is dispayed. Network problem sshould be rectify.

  • Picking up iphone at Apple store feb 10th- but bought it using a family members upgrade! help!

    Apple said they won't activate it for me when I pick it up tomorrow because only verizon can handle situations like this-where I am taking someone elses upgrade- what do I do!

  • Error updating two reports on same page! Could you have a look please?

    Hey guys! I have the following situation : two updateable reports on one page with IDs 'DATE_REPORT' and 'WORK_REPORT' two pl/sql processes on submit after c.... named 'SUBMIT_DATE' and 'SUBMIT_WORK' two buttons named 'SAVE_DATE' and 'SAVE_WORK' Fina

  • Open Item Management for GL Account

    When I run transaction code FAGL_FC_VAL - Foreign Currency Valuation a certain GL account is not apprearing on the list generated by the report. The Open Item Management checkbox is selected for this GL account in the master file, whereas the other G

  • Color is different in each software

    Hi, I got a Lenovo W520 with Win7 this week, and trying to figure out a very weird issue. When i open an image in photoshop, it looks totally different than what it looks in Chrome, or Windows Live Photo Gallery. each softare shows the same image wit