In which files data will store in a database

Hi All,
there will be three folders =
admin
ora81
oradata
in these 3 folders where data (tables etc ) will store
Thanks,

Hi pradeep normally data is stored in datafiles which are placed on a tablespace. datafiles then consist extents which contain data blocks where data is stored, you can check the appropriate location of your datafiles by using v$datafiles view.

Similar Messages

  • Basic type :HRMD_A07  in which table data will be store

    Hi,
    I have the basic type HRMD_A07 .so can any one tell me in which table data will store .
    Thanks in advance.
    Regard

    Hi,
    Check the following link for more information on tables and the flow of information in sd
    <u>http://www.erpgenie.com/sap/abap/tables_sd.htm</u>
    Award points if it adds information.
    Thanks
    Mohan

  • Configuration of FP-Modules. In the catalog is something written about sending data on data change. There is a checkbox in the FP-Explorer but I can�t find a configuration menu in FP-Explorer to set the threshold value at which the data will be send.

    Configuration of FP-Modules. In the catalog is something written about sending data on data change. There is a checkbox in the FP-Explorer but I can�t find a configuration menu in FP-Explorer to set the threshold value at which the data will be send.

    : Configuration of FP-Modules. In the catalog is something written about sending data on data change. There is a checkbox in the FP-Explorer but I can�t find a configuration menu in FP-Explorer to set the threshold value at which the data will be send.The FP-1600 modules automatically send data on-change only. The change threshold is by default 0%. Any change, even a single least significant bit change, is sent back to the computer. If the FP-1600 firmware revision supports deadbanding (firmware revision 3.0.x and later, can be downloaded from ftp://ftp.ni.com/support/fieldpoint/Update/FPEthernet0320.zip ). Then on each analog channel or count channel you can specify a percentage change for deadbanding in FieldPoint Explorer. This is done on a channel by channel basis, by right-clicking on the particular IO module and choosing Edit this Device, then choosing Channel Configuration. Each channel (if it supports deadbanding) will have a deadband entry box on the middle right side of the screen).
    The FP-1000/1001 seri
    al network modules do not support deadbanding. The checkbox in FieldPoint Explorer is simply for how FieldPoint Explorer displays the data to the user and does not effect client programs nor the behavior of the network module itself.
    Regards,
    Aaron

  • In which table it will store in pricing

    hi gurus,
    I have a question in prcing procedure determination we create conditon table in v/03 transaction code.  We can find some standard tables also there.  No my question is in which table they will store in abap all those conditon table.  please help me in this regard.
    Thanks & Regards
    points will be rewarded.

    Hi,
    Those condition tables are database tables themselves.
    For example, if you create a c ondition table 998, then the corresponding database table is A998 where A implies its application for pricing. The table A998 also will have some other fields added to it by default, like variant key, value etc.
    Now for this combination of fields, the condition records you create will be updated in the table A998
    Hope this clears ur doubt.
    Pls reward if it helps you

  • In which table it will store SavedSearchPortletPrefs?

    In which table it will store SavedSearchPortletPrefs?

    Hi,
    Those condition tables are database tables themselves.
    For example, if you create a c ondition table 998, then the corresponding database table is A998 where A implies its application for pricing. The table A998 also will have some other fields added to it by default, like variant key, value etc.
    Now for this combination of fields, the condition records you create will be updated in the table A998
    Hope this clears ur doubt.
    Pls reward if it helps you

  • WHICH INFOTYPE WE WILL STORE EMPLOYEE pan number?

    WHICH INFOTYPE WE WILL STORE EMPLOYEE pan number?
    Moderator message: please do more research before posting, do not post in all upper case.
    Message was edited by: Thomas Zloch

    Hi Lohit,
    Infotype 0185(Personnel Id's) can be configured for PAN.
    Regards,
    Rijuraj

  • Table in which TECO Date is Store

    Dear All,
    Can any one help me in finding out the Table in which TECO Date of Order  is Store.
    or any report in which TECO date is present.
    I already check COOIS and CO03, there is no TECO date avilable there.
    Regards
    Shayam

    Dear ,
    COOIS/COHV this kind of report will not display TECO date .Basically , you should have ABAP query with following sequence to get the date :
    1.Enter Production Order Number  : AUFK
    2.Pass the value of Object Id  from  AUFK to  JEST   then to Tabel : JCDS
    Seat with your abaper with those tables and explain him so that he can help you out
    Regards
    JH

  • Is it possible to retreive data and store it in database from a AWM cube?

    Hi all,
    Table to cube is possible by maintaining..but Is it possible to retreive data as it stored in cube and store it in database from a AWM cube?
    Regards,
    Arjun Jkoshi

    Hi there,
    Yes, it is possible - and very easy. Remember an OLAP cube is fully integrated with the Oracle database and therefore treated very much as a native object.
    With 11g OLAP, cube views are created automatically when you define a cube using AWM. These views provide SQL access to the data in the OLAP cube meaning that it is very easy to transfer data into a table using techniques such as 'create table as select * from cube_view' or 'insert into table select * from cube_view'. You can use WHERE clauses to filter specific values from the cube into the table, and in 11g, an optimisation has been added to ensure that NULL rows are eliminated from the result set automatically (OLAP cubes are typically very sparse and therefore contain many NULL values)
    With 10g OLAP, cube views can be added on top of existing cubes that have been created using AWM. It is easiest to do this using the [view generator|http://www.oracle.com/technology/products/bi/olap/viewGenerator_1_0_2.zip] utility from the [OTN OLAP home page|http://www.oracle.com/technology/products/bi/olap/index.html]. With the views in place it is once again very easy to transfer data into a table using techniques such as 'create table as select * from cube_view' or 'insert into table select * from cube_view'.
    I hope this is clear and makes sense. Which version of Oracle OLAP are you using?
    Thanks
    Stuart

  • Which files are needed for connection to database in 11gR2?

    I'm confused about the following files:
    sqlnet.ora
    tnsnames.ora
    listener.ora
    host file
    If I understand correctly, sqlnet.ora and tnsnames.ora can exist in both client and Oracle database server and listener.ora should only exist in Oracle database server. I guess host file can exist in both client and Oracle database server.
    I'm trying to understand which of the files are needed to access Oracle 11gR2 database using different tools such as
    sqlplus, SQL Developer, and Database Control on Oracle database server or from a client machine.
    If I'm on an Oracle database server, which of the files are needed for accessing 11gR2 database on that server for the different tools?
    If I'm on a client machine, which of the files are needed for accessing 11gR2 database on an Oracle database server for the different tools?

    881656 wrote:
    I'm confused about the following files:
    sqlnet.ora
    tnsnames.ora
    listener.ora
    host file
    If I understand correctly, sqlnet.ora and tnsnames.ora can exist in both client and Oracle database server and listener.ora should only exist in Oracle database server. I guess host file can exist in both client and Oracle database server.
    I'm trying to understand which of the files are needed to access Oracle 11gR2 database using different tools such as
    sqlplus, SQL Developer, and Database Control on Oracle database server or from a client machine.
    If I'm on an Oracle database server, which of the files are needed for accessing 11gR2 database on that server for the different tools?
    If I'm on a client machine, which of the files are needed for accessing 11gR2 database on an Oracle database server for the different tools?sqlnet.ora is used to configure the actions of sqlnet on whatever machine. Some of the config parms available to it apply only to the server side, some apply only to the client side, some apply to both.
    tnsnames.ora is used by client processes to resolve a connect alias to a specicific host, port, and service. It is used ONLY by the client side of tns. You see it on host machines because those machines can also run client processes.
    host file. Oracle doesn't know what this file is. Oracle doesn't give a flying fig about this file. It is used by the standard network software in the OS to resolve a name to an IP address. The only reason you even see it discussed in the Oracle world is because Oracle TNS sits on top of the standard OSI network stack, and uses it. Thus, if your tnsnames file has an entry like:
    houston =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = vmlnx01)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = houston)
    #==========tns will never know or care where vmlnx01 is. The request will be packaged and sent to the standard network stack with a request to "route this package to vmlnx01, wherever that is.". The OS network stack will then resolve 'vmlnx01' to an ip address, by one of several possible methods. ONE of those methods is to look it up in the local hosts file.

  • Which oracle data type store Maximum data?

    Hi All
    could any one suggest me that i store maximum data in oracle data type for that which data type i have to use?
    i m working on Oracle 10g
    Thanks

    Refer
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements001.htm#i54330
    and choose the data type that you need to (except for LONG - it has too many limitations and is only provided for backward compatibility).

  • Which file types will iPhoto11/iMovie11 import into their libraries?  Which are not imported?

    I am moving files from my PC to my Macbook 13' and then importing them into iPhoto11/iMovie11.  Are there file types that will not be imported and therefore should not be removed from their original location after the import?

    Sure. iPhoto will import Jpegs and many Raw files. Tiffs, png and many other formats as well
    Video: Iphoto will import movs and avis. It won't import AVCHD but iMovie will.
    Problem is that that information is useless to you. Why? Because video file are all containers. Not all avis are the same, it all depends on the codec used to create them.
    Regards
    TD

  • UIImage and original jpg file data

    Hi,
    i've encountered a strange behaviour in my iphone app that i didn't expect when using UIImage.
    I would really need your expert help.
    Assuming i have a jpg file (lets say.. somewhere in my app sandbox).
    I load the image to UIImage using - UIImageInitWithContentsOfFile.
    After that i use the UIImageJpegRepresentation and NSData object to write the image back as a file.
    when i compare the original jpg file to the new one i just saved i see that the images are NOT the same !
    Well, they look the same, but when i take a close look at both images i see a drastic change in the image's data (such as color space differences).
    So, my question is - every time i use the UIImage object the original jpeg file data will be replaced when i write back to disk the same image ?
    Isn't there a way to pass through the UIImage object but obtaining the EXACT same jpeg as a result ?
    will my jpeg file data will change everytime i use UIImage ?
    my app is really depended on jpg data consistency and i would like to know if that's possible..
    please... need help.
    thanks.

    Hi,
    thanks.
    i still don't understand - is it possible to hold the jpeg data as raw data of an image which was picked using the ImagePickerController (i.e an image from the photo library). as i understand, since the picker controller gives me back an UIImage, the original jpeg data of the image file (the image from the photo library) is not available anymore because the UIIMage representation of the image is a bitmap (which means the photo library image was decompressed to be held by the UIImage).
    what i really need is to hold the original jpeg raw data of the jpeg file of the image that was picked from the photo libray. it seemed to me that after i get the UIImage from the controller and save it to my sandbox as a jpeg, the original image from the photo library and the new saved image are not the same in terms of size and color space.

  • Which user data or customization is associated with Sharepoint Server Publishing feature

    Hi
    I want to deactivate/activate sharepoint server publishing feature but there's a warning message which says:
    Any user data or customizations associated with this feature might be lost
    How could I know specifically which user data will be lost after deactivating this feature?
    Please note that this is "Sharepoint Server Publishing" and not "Sharepoint Server Publishing Infrastructure".  The feature I want to deactivate is a site level feature and not a site collection level feature.
    Any clues may be helpfull

    If you deactivate the Publishing Infrastructure at the site collection then any items in your Pages lists may not survive.
    http://sharepoint.stackexchange.com/questions/87031/what-user-data-or-customizations-will-i-lose-if-i-deactivate-and-reactivate-a-si
    Generally speaking you need to check dependencies of other Features to this Feature, but also to ensure that existing functionality do not depend on any artifacts this feature could deploy (Web parts, physical files, controls, etc.).
    To check if other features depend on this one you could do this by looking up the GUID of the feature in a physical folder and everywhere it appears check the FeatureDependencies element.
    To identify what this feature does you would look into the Feature.xml and Elements.xml to see what artifacts it deploys, e.g. stuff deployed via Modules must be removed manually, any custom controls, web-parts, which might depend on the actual assembly
    deployed by the feature will also crash.
    Also, to my knowledge the SSRS site collection feature is part of the actual Enterprise features which are usually pushed-down from Central Admin when using the "Activate/Deactivate Enterprise Features on existing sites" - any farm admin would be able to
    re-activate it again.
    If this helped you resolve your issue, please mark it Answered

  • Which file need to create functions

    Outsource to a file the technical functions (input in a
    field, click a button ...) so they
    can be called from the script file. Your scripts
    automated will call these functions.
    in which file I will write these functions to be called by the code generated by the script!
    thank you!

    see here.    You will need the Pro version of LabVIEW or purchase tha application builder from NI
    Paul <--Always Learning!!!
    sense and simplicity.
    Browse my sample VIs?

  • Constraints store in the database............

    Can someone tell me that in which form the constraints store in the database ,are they store in form of pcode or something else

    To find out constraints against the table , you need to fire .
    sql > select table_name , constraint_name , constraint_type
    from user_constraint ;
    Hare Krishna
    Alok

Maybe you are looking for

  • How to share an iTunes library

    I have an iTunes library that is probably 90% music I added from CDs I own and the other 10% purchased from the iTunes Store.  Is there a way to copy (or share) this library to my wife's mac on the same network?  Or do I need to add an external drive

  • Can't install a temporary license key because the system ID is unknown.

    Hi , I'm doing a Java installation and getting the followijng error. Could not get the hardware key.java.net.ConnectException: A remote host refused an attempted connect operation. Could not get the hardware key. java.net.ConnectException: A remote h

  • Outer Join not functioning

    I have a query as shown below select w.columns1, w.cloumn2, w.counter Select a.columns1, a.cloumn2, a.rownum counter from (subquery a union subquery b) ) w view b where w.counter(+) = y.counter, The view has standard 12 records with a value 0. Now my

  • Adobe Reader XI is missing "check Updates" link on Help menu

    On several installations of Adobe Reader, we are missing the check updates link on the Help menu.  any help or suggestions on how to fix that?

  • Remove delete

    can anybody tell me how to remove / delete items from my ipod