New in Oracle need basic help

Hello
I'm new in Oracle (First day in oracle), in one company i have Oracle 11g (windows server 2003), but the problem is that I need to understand:
1) Name an location in file sistem of instances created
2) Name an location in file sistem of databases created
3) What is the best full backup method and how to create backups using cmd ?
google.com didnt help me.
Can some one help me ?

Hi there,
in Oracle we have a schema concept - All objects with segments are within the schema
Every schema can use one or more tablespaces
Each tablespace should have at least one datafile associated.
With that said, You can run this query to know where is your schemas:
Select owner,tablespace_name,sum(bytes/1024/1024) MB from dba_segments group by owner,tablespace_name;
And to check the location of each tablespace:
select tablespace_name,file_name from dba_data_files order by 1,2;
And to check all directories that have some file from the database
http://heliodias.wordpress.com/2007/10/04/oracle-diretories-list/
Regards,
Helio Dias
http://heliodias.wordpress.com

Similar Messages

  • New to oracle need some help

    Hello everyone,
    I must say that I feel a little like a little fish in a big pond but i am fairly new to oracle and untill recently have used mainly in my school. I recently downloaded database10g and developer suite10g. I can use database 10g just fine through the web interface but i wanted to integrate developers many programs into this. I know that I'm probably making a bunch of very simple mistakes but I would appreciate any help that could be provided. I am running oracle on a windows system and will possibly also be installing it on an linux system so making it work on this computer would really be great.
    Thanks in advance,
    Rick

    nevermind i figured it all out but if anyone happens to stumble along past this posting with the same issues just shoot me an email at [email protected] and ill help you out.
    rick

  • New to Oracle, Need to connect forms 9i with oraclient 10g schemas n tables

    Hi,
    I am very new to oracle applications and i am not even sure if the terminology i am using is right. I have trained on Oracle SQL/PL and Forms 9i recently and i am trying to create an oracle environment where i can practice.
    I have downloaded the Oraclient 10g and 9i Developer suite. I want to use the forms applications and even do coding for SQL/PL from the forms sql/pl editor.
    I am not able to connect the forms application to the database as it is asking for a username, pswd and a host string. During installation i have not given any id's or passwords.
    can someone help me on how i can start using the existing tables from the oraclient and build forms.
    thanks in advance for the help.

    thanks. i don't know what to read as the course i did was totally on a developer track, i have knowledge of DB only through PL/SQL and i have forms 9i. I understand that one needs to link up the forms to some sort of a database schemas n tables to be able to start working with it's pl/sql editor. and i know i have the database with the oraclient 10g. all i need to know now is how to connect this database to the forms client. cuz everytime i go into the pl/sql editor it is asking of me to provide a user name, password and a host string which i don't know where to get from. please guide

  • I'm new in OracleAS portal, basic info

    HI. I'm new in OracleAS, how do it configure the links of the tabs when I create them on a page??
    Thanks

    What do you mean by configuration of tabs? If you meant how to call them, then please use the following syntax to call your tabs:
    To access the first tab on a page 'MyPage' in a pgGrp 'MyPageGroup', you would need the following URL:
    hostname.domain/portal/page/portal/MyPageGroup/MyPage:MyFirstTab
    To set attributes for tabs and also learn how to edit them, please see this link:
    http://download.oracle.com/docs/cd/B14099_19/portal.1014/b13809/lookfeel.htm#sthref1745
    hope that helps!
    AMN

  • Need basic Help - SG300 with vlan and routing

    Hi,
    i need some basic help with configuring vlan/routing.
    Situation:
    DSL Router - Cisco 300 - XenServer
    192.168.1.253 - 192.168.1.19 - 192.168.1.10 (mgmt ip)
    goal is, to reach from inside xenserver vms the internet.
    vms = 192.168.2.x
    gateway ip = 192.168.2.1
    what i did:
    - configured vlan 102, tagged, with the xenserver port
    - configured on xenserver a network with vlan id 102, attached to the vm
    - this network is conntected to an external bond
    - configured ipva4 interface: vlan102 - Static - IP 192.168.2.1 (this is the gateway ip of the vms)
    - automatic configured IPv4 Route: 192.168.2.0/24 next hop 0.0.0.0, Directly connected
    So at the moment i cant ping from inside a vm to the DSL Router (192.168.2.2 to 192.168.1.253)
    any ideas what i misconfigured or whats wrong?
    cheers,
    -Marco

    Hi Tom,
    ok, that make sense. I can ping the router now inside vms from 192.168.2.x network.
    But i cant ping external adresses, error: Destination net unreachable.
    My other problem i have, i cant reach any server from outside over router portforwarding.
    How do i have to configure the upload port to the dsl router? Is it a access port or a trunk
    port with all vlans (tagged or untagged?) At the moment ive a tagged Trunkport with all vlans.
    IPv4 Interface Table
    Interface
    IP Address Type
    IP Address
    Mask
    Status
    VLAN 1
    Static
    192.168.1.19
    255.255.255.0
    Valid
    Should the VLAN1 ip adress not the router ip adress ? Do i need an additional vlan for
    the router ? At the end i like to change the switch ip from dhcp to static (change automaticly
    when switching to layer 3 mode), but ive to look for the ios commands first.
    What else do i missing ?
    Thanks a lot,
    Marcus

  • Beginner to iDVD, needs basic help to get started

    I am in need of help. I want to make DVDs of my old 8mm tapes. I have a Sony 8mm video camera. What do I need , like adapters, cables or cards to make this happen. I have iDVD on my system, but have never attempted anything like this before. I just recently purchased this computer. Can ya'll help me get started?
    Thanks

    Charley,
    Read this:
    http://www.macworld.com/2004/05/features/fromvhstodvd/index.php
    You'll just use your Sony8mm like the VHS deck.......
    John B.

  • New to Oracle- Need help with installation from cmd shell.

    Hello!
    I am writing a script to automate the installation of Oracle Forms and Reports 6i in XP through cmd.exe. The script works great, but the command is incomplete.
    Currently the command in the script is "setup -responseFile directory\response.rsp".
    This is supposed to generate a .rsp file containing all the options I selected in the custom installation (so I can simply call that file in future implementations of this script to automatically get all those settings), but it does not.
    Does any one know what might be wrong: why isn't this generating the response file?
    Or, do you know the arguments for the command so that I don't even need a response file?
    I've googled this about a dozen times and found nothing very helpful.
    Any advice is appreciated.
    P.S. I've also tried -record -destinationFile. No luck with that either.
    Message was edited by:
    user582111

    Madrid,
    I had already tried that with no success. Just to be sure, I tried it again a moment ago exactly as you have it written except for the location name ("setup.exe -record -destinationFile \\directory\response.rsp"). Again, I don't see a response file.
    I have viewed the link you sent me as well. Unfortunately, it looks like a I need to use the Universal Installer? I don't see anything like that in my installation directory. Am I completely missing something? Oracle is a whole new bag for me.

  • New iBook G3, needing basic airport help!

    I recently purchased a refurbished iBook G3 with an airport card installed. My question is very basic -- one that is probably so simple that an answer isn't necessarily obvious on any of the discussion posts or tutorials I have read. It is this: Do I need one of the Airport Base Stations to connect to the Internet? I have a G4 IMac desktop system that is connected to the Internet via DSL; I would like to be able to have the laptop elsewhere in the house to be on the Internet. I guess I need to purchase the base station, but which one? I don't need anything fancy -- just reliable and easy. And when I get one, will my current DSL modem still work pr be necessary? Thanks in advance!

    Thanks for the help. So let me make sure I understand. I don't need to buy the Airport Extreme if I only want to connect my laptop to a wireless internet connection but leave my desktop connected to the Ethernet modem? I can buy any wireless compatible base station?
    Thanks for your help!
    Also, I have another basic question. I'll also post this in the network forum. With my new iBook G3, I'm having problems connecting to the Internet via Ethernet (using the same settings as my desktop iMac).
    When I open Internet Connect, I have the options of Internal Modem, Airport, VPN or 802.1X. I don't have a "Built-in Ethernet" option at the top like on the Internet Connect app on my desktop.
    So I choose 802.1X. Under Network Port I choose Built-in Ethernet. I type in what I think is my User Name and Password (the one I use on my desktop Internet Connect). After awhile, it connects (or at least it says it is connected) yet I'm not able to open Safari or any other Internet application — it says File Not Found.
    I'm sure it's very basic, but what am I doing wrong???
    I have the Ethernet cable connected into the Ethernet port on my laptop. Thanks in advance for help!

  • Need basic help with my new iMac

    Can someone please assist me with these questions?
    When I click on F3 (wireless keyboard), I can see all my windows that are open (I think this feature is called expose?), but it just shows the windows for about a second and then I see my desktop. I'm not able to select the window I want to activate. It used to show me all the windows open and then I could just click on the one I want to activate. I don't know what I did to change this.
    Also, I added some stuff (widgets?) on my dashboard and I don't know how to remove them. How do I do this?
    Thanks in advance for your help.

    It sounds like you have Expose set to "Desktop" rather than "All windows" or "Application windows". Check your settings in System Preferences.... 
    cheers
    mrtotes

  • New to flex, need some help

    Hello, I am a new user of Flex 4 and have recently gone thru the training courses available here (Flex in a week).  I have been tasked with moving some of our firm's webpages that use jsp and spring to connect to a mysql database to a flex frontend. 
    I've been looking over the BlazeDS tutorial (http://www.adobe.com/devnet/flex/articles/spring_blazeds_testdrive.html) and it seems rather helpful, but I could use some help in how to make a connection to a mysql database on an external server-- where does the connection info go, user name, password, etc. 
    In a nutshell, the application I am to design would need to be able to go out to a database to first verify user credentials, then to upload csv files and store the data into a database, and finally allow users to retrieve the data in datagirds and display in basic bar charts.  Thanks to the training, I have a good understanding on using the datagrid, but the connecting to an external database is where I'm having trouble. 
    Also, I have seen a flex webpage where data is displayed in a chart and the user can export the chart as a jpg or export the input data to a csv file.  Is anyone familiar with this capability?
    Thanks for your help-- I am excited to learn all there is to know about Flex!

    I would you should read the following link completely.
    http://www.adobe.com/devnet/flex/articles/flex_hibernate.html
    You need to create an Client/Server-application with 3-tiers client, application server (Java/Hibernate/Spring) and database server (MySQL for example).
    Just buy a book over Flex and Java and read it.

  • Newby needing basic help

    this has to be the least intuitive program I've ever used. I'm trying to set my input so my son can record from his keyboard, but there is no preferences option under audio input for anything other than built-in audio. I have Line-in active in my system sound preferences. This is driving me nuts because I also would like to transfer some old LPs and cassettes to my computer.

    I too am new to Apple. I just bought a Mac Laptop with the dual Intel setup and I am struggling with my m-audio keystation. I can not get it to access any of the sounds. It is acting as if it needs a driver, but everywhere I go it says that no driver is necessary. I feel like I am missing something. I have read the posts here and I feel like I have tried all this options can someone please help.
    Also, I am using FastTrack for my inputs. Anyone using condenser mics requiring phantom power? How are you setting this up. I have a mixer that I can run a line out of into the guitar line of of the FastTrack but I am unsure if this will work.
    One last issue I am having issues with my monitors using Fast Track. My left speaker works at the proper volume level for the first couple minutes of a song then cuts to a very low volume. Is this a problem with the monitor or Fast Track.
    I realize must of this relates to M-Audio stuff but any help would be appreciated. I really want to get up and recording but I am limited to loops right now.
    Thanks,
    RJ

  • Creating book, need basic help!

    My predecessor created an InDesign book using CS2.  I am to create the new version of the book using CS4.  I have her template/final version from last year.  It is a reference book made up of a series of articles.  I need to replace the old with the new.  Is there a shortcut for this?  I have tried cutting and pasting to no avail.  Thanks for your help.

    Your in for a crash course on Paragraph Styles.
    TNR full just means the creator used Times New Roman - Full justified for that block of copy. Study the layout; as you insert your text cursor in different areas, you'll see the styles/formatting used.
    Get a feel for the layout; It starts with a header style, followed by a body copy style, perhaps finishes with {TNR - Last} just before the next article. If the person was adept, Head Style may automatically be followed by Body. (You can get by without understanding this)
    Save a copy, Open YOUR copy document, select all text (insert cursor, select all, > Delete) File > Place the new copy, sounds like you did that, but the formatting isn't ready, no surprise.
    Insert text cursor into one spot, or several paragrapghs of body copy, click the appropriate para style. You need to study the styles against last version to understand the usage. One (or more) styles are Parent Styles - other styles are based on the parent for instances of Indent, or Numbered/Bulleted or Last Paragraph. (Double click a Style > General Tab shoes if it based upon and other tabs show different attributes)
    You see mixed, you selected more than one paragraph. When you see a style highlighted with a + next to it, there is a modification used.

  • IPhoto lost after leopard installation- new Mac user needs your help!!

    First, let me state: BRAND NEW MAC USER- BEWARE!
    Just got a new mac for Christmas (refurbished). It came with iPhoto. My first call was to technical support about issues installing Leopard. After we resolved those problems, iPhoto was gone (as well as several other less essential things like checkers, etc). Since I installed Leopard, do I now need to repurchase iLife or iPhoto? iPhoto was the real reason we bought the system- I'm dying to use it but it has vanished. I know so many people have posted questions about similar issues but they all seemed to have existing libraries that aren't working correctly. So forgive me if this is a repeat questions but I'd really appreciate the help. Take pity on a very new and very lost user... Thank you!

    You need to re-install iPhoto from the system restore disks that came with your Mac. Choose to install the bundled applications only.
    Regards
    TD

  • New to xMII, need any help documents/material

    Hi Experts,
    I am an ABAPer with 2 years experience, I am very new to xMII.
    Could anyone of you help me understand what is xMII? I would be happy if you could send me some basic material/documents for beginners to learn xMII.
    Thanks,
    Vishal.

    READ BEFORE YOU POST

  • New to LiveCycle need some help.  How to....

    I am new to Livecyle but it has been pretty easy to figure out the basics. I have two questions. I am using LiveCycle Designer 8.0.
    First:
    When I place the "submit by e-mail" button on a form, does it only send back to me as an XML file? If yes, is there a way to change that so it sends as a PDF? If there is no way to change it to an XML file, how and what program do I need to read the XML file?
    Second:
    If I send a form out to a customer say and want them to keep it and save it for their use, is there a way to do this. Everytime I send it to myself it prompts me that I will be unable to save and can only print the form for personal use.

    This will create a button which works correctly in Acrobat, but you will find that nothing happens when users on Adobe Reader click it. After you make the button you will need to open the file in Acrobat 8 Pro, then select "Enable Usage Rights in Adobe Reader" from the Tools menu then save the new file.
    In the new file that is produced, the button will be able to send the PDF/XDP via email from Adobe Reader (with data).
    Be careful using this, (from the top of my head) the licensing terms for Acrobat state that you if you enable this in the document then it can either be distributed to 500 people who can submit it unlimited times, or unlimited people but only 500 data submissions can be processed. Read the fine print in the user agreement for details.
    If you are likely to come close to these limits you must license the server product Reader Extensions ES.

Maybe you are looking for

  • To improve performance of select

    Hi all, I premise that I'm not a Dba Administrator, but I must resolve a performance problem. I read the Rob Van Wijk thread "When your query takes too long ..." and I'll post you my tkprof result Trace file: c:\oracle\product\10.2.0\admin\orcl\udump

  • Solaris 10 x86 Install - Firewire Issue

    Greetings, I am installing Solaris 10 x86 (03/05) and am running into a lot of trouble with the firewire drivers. The first CD installs properly, but any subsequent reboot (to install other CDs or boot the OS) fails. By watching the boot messages on

  • Merge cells in table (RTF template)

    Hey, everybody! Is it possible to merge cells at runtime on some condition? Edited by: user11367404 on 24.08.2009 6:10

  • Where to Download weblogic.wtc.jatmi Library/Package

    Dear Tuxedo Experts, I am trying to somehow make a Java client for a Tuxedo Server that listens to C clients. I have found the online javadocs for weblogic.wtc.jatmi which seems to be the answer to my question. Would you guide if that package help me

  • Run LabVIEW in embedded Linux

    Hello, My application platform is ARM 2410, the OS is embedded Linux extract from Red Hat Linux 9. I want to use LV to construct a HMI , which will use inter-process to communicate with other processes. I'd like to know which LV families product or m