DBCA SHOWING NO DATA AND FRA... Help, please?

Hi, I was trying the new installation of Oracle 11 g. Executing command (DBCA), to the DATA CONFIGURATION WIZARD, step 6 of 12: location of the database files. In the database box, I click to BROSE BUTTON but it does not show DATA or FRA. You will find the attached screenshot for more clear.

databasearea.png

PROBLEM WAS SOLVED... because we know that /dev/raw / * must contain the ORACLE as USER AND OINSTALL as a GROUP in order to distribute the ASM for DATA and FRA... No ONE including ME REMARQUERAIT the USER AND GROUP that I presented above. I am again submitting the above information here as well, or you can check the same information [root@example dev] # ls - ld/dev/raw / * of the above. So this is what the user and group was before. Because to show DATA AND FRA drive to the title of the ASM, the/dev/RAW/expected to be under ORACLE as USER AND OINSTALL as GROUP but before /dev/raw / * was under ROOT as USER and DRIVE as a GROUP and because of this it was not showing the DATA and FRA assigned disk while using the DBCA COMMAND

[root@example dev] # ls - ld/dev/raw / *.

CRW - rw-. 1 root disk 162, 1 Jan 29 21:29 / dev/raw/raw1

CRW - rw-. 1 root disk 162, 2 Jan 29 21:29 / dev/raw/raw2

CRW - rw-. 1 root disk 162, 3 Jan 29 21:29 / dev/raw/raw3

CRW - rw-. 1 root disk 162, 4 Jan 29 21:29 / dev/raw/raw4

CRW - rw-. 1 root disk 162, 5 Jan 29 21:29 / dev/raw/raw5

CRW - rw-. 1 root disk 162, 6 Jan 29 21:29 / dev/raw/raw6

CRW - rw-. 1 oracle oinstall 162, 0 Jan 29 21:29 / dev/raw/rawctl

THE MAIN PROBLEM in MY CASE WAS ON AFTER, if you give OR type chown-r oracle: oinstall/dev/raw, chmod 770/dev/raw, chmod 660/dev/raw/raw * MANUALLY then it will display the correct GROUPS and USERS

[root@example Desktop] # chown r oracle: oinstall/dev/raw

[root@example Desktop] # chmod 770/dev/raw

[root@example Desktop] # chmod 660/dev/raw/raw *.

[root@example Desktop] # ls - ld/dev/raw / *.

CRW - rw-. 1 oracle oinstall 162, 1 Jan 30 09:35 / dev/raw/raw1

CRW - rw-. 1 oracle oinstall 162, 2 Jan 30 09:35 / dev/raw/raw2

CRW - rw-. 1 oracle oinstall 162, 3 Jan 30 09:35 / dev/raw/raw3

CRW - rw-. 1 oracle oinstall 162, 4 Jan 30 09:35 / dev/raw/raw4

CRW - rw-. 1 oracle oinstall 162, 5 Jan 30 09:35 / dev/raw/raw5

CRW - rw-. 1 oracle oinstall 162, 6. Jan 30 09:35 / dev/raw/raw6

CRW - rw-. 1 oracle oinstall 162, 0 Jan 30 09:16 / dev/raw/rawctl

[root@example Desktop] #.

WHILE

If you the same things chown-r oracle: oinstall/dev/raw, chmod 770/dev/raw, chmod 660/dev/raw/raw * in /etc/rc.d/rc.local then it shows USERS and DRIVE as root and disc.

[root@example ~] vi /etc/rc.d/rc.local

! / bin/sh

#

# This script will be executed * after * all the other init scripts.

# You can put your own stuff of initialization here if you do not

# want to do the full Sys V style init stuff.

touch/var/lock/subsys/local

/ dev/raw/raw1 gross/dev/sda11

/ dev/raw/raw2 gross/dev/sda12

/ dev/raw/raw3 gross/dev/sda13

/ dev/raw/raw4 gross/dev/sda14

/ dev/raw/raw5 gross/dev/sda15

/ dev/raw/raw6 gross/dev/sda16

chown-r oracle: oinstall/dev/raw

chmod 770/dev/raw

chmod 660/dev/raw/raw *.

[root@example dev] # reboot or refresh

AFTER THEN AGAIN if YOU CHECK the USER AND the GROUP using ls - ld/dev/raw / * then his root watch and the disk commands as the user and group. It shows the root and the disc where it should be ORACLE and OINSTALL under USERS and GROUPS. I couldn't find the reason why even after put chown-r oracle: oinstall/dev/raw, chmod 770/dev/raw, chmod 660/dev/raw/raw * shows the wrong USER AND GROUP?

[root@example dev] # ls - ld/dev/raw / *.

CRW - rw-. 1 root disk 162, 1 Jan 29 21:29 / dev/raw/raw1

CRW - rw-. 1 root disk 162, 2 Jan 29 21:29 / dev/raw/raw2

CRW - rw-. 1 root disk 162, 3 Jan 29 21:29 / dev/raw/raw3

CRW - rw-. 1 root disk 162, 4 Jan 29 21:29 / dev/raw/raw4

CRW - rw-. 1 root disk 162, 5 Jan 29 21:29 / dev/raw/raw5

CRW - rw-. 1 root disk 162, 6 Jan 29 21:29 / dev/raw/raw6

CRW - rw-. 1 oracle oinstall 162, 0 Jan 29 21:29 / dev/raw/rawctl

SO HERE'S WHAT I DID... THE SOLUTION WORKING for me is that I created the shell script file named test.sh.

STEP 1: CREATE the SHELL SCRIPT FILE test.sh

[root@example Desktop] # cat /root/test.sh

chown-r oracle: oinstall/dev/raw

chmod 770/dev/raw

chmod 660/dev/raw/raw *.

STEP 2: Place rc.local file test.sh

[root@example ~] vi /etc/rc.d/rc.local

! / bin/sh

#

# This script will be executed * after * all the other init scripts.

# You can put your own stuff of initialization here if you do not

# want to do the full Sys V style init stuff.

touch/var/lock/subsys/local

/ dev/raw/raw1 gross/dev/sda11

/ dev/raw/raw2 gross/dev/sda12

/ dev/raw/raw3 gross/dev/sda13

/ dev/raw/raw4 gross/dev/sda14

/ dev/raw/raw5 gross/dev/sda15

/ dev/raw/raw6 gross/dev/sda16

/root/test.sh

STEP 3: REFRESH rc.local or you can RESTART the pc once more

[root@example Desktop] # /etc/rc.d/rc.local

STEP 4: CHECK the USERS and GROUPS as mentioned below: -.

[root@example Desktop] # ls - ld/dev/raw / *.

CRW - rw-. 1 oracle oinstall 162, 1 Jan 30 09:35 / dev/raw/raw1

CRW - rw-. 1 oracle oinstall 162, 2 Jan 30 09:35 / dev/raw/raw2

CRW - rw-. 1 oracle oinstall 162, 3 Jan 30 09:35 / dev/raw/raw3

CRW - rw-. 1 oracle oinstall 162, 4 Jan 30 09:35 / dev/raw/raw4

CRW - rw-. 1 oracle oinstall 162, 5 Jan 30 09:35 / dev/raw/raw5

CRW - rw-. 1 oracle oinstall 162, 6. Jan 30 09:35 / dev/raw/raw6

CRW - rw-. 1 oracle oinstall 162, 0 Jan 30 09:16 / dev/raw/rawctl

[root@example Desktop] #.

asmca $ [grid@example Desktop]

DATA AND FRA PROBLEM SOLVED

Tags: Database

Similar Questions

  • After importing the files in lightroom cc2015.2, they are all less exposed and developing the show exposure to-5. Help, please.

    After importing the files in lightroom cc2015.2, they are all less exposed and developing the show exposure to-5. Help, please.

    Hi paulw,

    For existing images whose exposure have changed, please select all and go to photo > develop settings > reset.

    For import next session, please follow the steps below:

    1. Turn off apply tone auto under Lightroom preferences settings
    2. Restart Lightroom and then import images again.

    Concerning

    Sarika

  • News of Apple shows yesterdays date and does not update.

    I use air ipad with ios (9.3.1) 1 last and had a message that "the food wasn't", so I closed the app then a few minutes later tried

    Yet once and the application works, but shows yesterdays date and new. I tried several times for several hours, but still not the same thing. The State of the system apple shows new as a green light. What the devil?

    All advice appreciated.

    Thank you

    Gary in Oregon

    Other apps like calendar have the right date?

    Try to restart the iPad

    Restart your iPhone, iPad or iPod touch - Apple Support

  • My laptop does not shows correct date and time... and when scrolling a page it scrolls very slow

    Hello

    I'm having a problem with my laptop. It does not shows date and the correct time. I put it to update manually, and every time I restart or turn off my laptop and reopen it shows as in the year 2007. Please help me... And when I scroll a page, it will slow real lines showing a... As half page goes up. My touchpad is not working properly it's button are good work. I've updated with synaptic driver, but it displays error as there are two or more materials

    Hello

    -What is the limited issue with scrolling of Web pages or all Microsoft-related applications (Excel, Word, One notes, etc...)?
    -What version of Internet Explorer is installed on your computer?
    -You are aware of any changes made on the computer before this problem?
     
    Step 1: For the synchronization of the clock of your computer problem, I suggest to return the article mentioned below and check if the problem persists.

    Loss of the time in a computer settings might also be due to some problems in the system (Input Output) BIOS of a computer database. You can also check with your computer manufacturer to see if there is no updated BIOS for your computer model.
    Warning of the BIOS:

    BIOS change / semiconductor (CMOS) to complementary metal oxide settings can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/CMOS settings can be solved. Changes to settings are at your own risk.

     
    Step 2: For the problem with scrolling of Web pages, I suggest to see the link below and check if the problem persists.
    The problems with the mouse button or scroll the parameters
     
    Step 3: Run the Microsoft FIXIT from the link below and check if the problem persists.

    Difficulty of broken desktop shortcuts and common system maintenance tasks
     
    Hope this information helps.
  • Date and time help for low Vision users

    I'm looking for a way to display the current time, date and day of the week on a computer screen in a really HUGE size.

    A member of my family has low vision, but with the help of the built-in Magnifier Windows 7 and other features of "accessibility", it still manages to use his computer, barely. However, it can read is no longer a clock, watch or calendar. As a result, it can easily lose track of time, date and even the day of the week. It is very disorienting for him.

    What they need is a program that responds to the touch of a button in arising of a display time, date and day of the week in a very large size on its screen. Ideally, the program would temporarily display this information in a large black print on a white background for a few seconds, after which it would disappear until he presses the button to make it appear again. Or it can be assigned to the screen until this that clicked with the mouse.

    I still think that a request to do this kind of thing may already exist, but I've not been able to find. The widget Windows Date and time, and the Gadgets are too small and contain too much information. All we need is a way to show a bare minimum of information:

    Monday
    July 4
    13:25

    Or something like that, but very large. The only required options are a way to specify the size of police and the duration of the display.

    Any suggestions? Thank you!

    -Jeff

    Your best bet would be to Google something like a clock on the screen for users with low vision.

    http://www.VisionAWARE.org/info/everyday-living/essential-skills/choosing-a-clock/125

  • Generate report with a date picker. Help, please

    Hello

    I'm building an interactive report which should display the records corresponding to the date picker.

    I'm going to pull a report emp_name and LOAD_DT.  LOAD_DT is a date column from table1.

    Select "emp_name," LOAD_DT from table1

    where LOAD_DT =: P44_PICK_A_DATE;

    I chose article page to submit P44_PICK_A_DATE

    When I choose a date, he gives no error data

    Help, please.

    Thank you

    KJ

    Bind variable in the APEX will behave as strings. I normally apply TO_DATE(:P1_MY_DATE) without the date format and rely on application session formats / align.

    In your case, it would be more efficient to

    where load_date = to_date(:P44_PICK_A_DATE)

    unless you do something specific with date formats, then you would be just details the to_date

    Keep in mind, this also applies to the numbers, it would be more explicit

    where id = to_number(:P1_ID)

    Which is related to why there is a function v() and nv().

  • after effects and photoshop, help please

    Hi all

    can anyone help please.

    Ive been making a short film with my son and put some base effects, just for laughs.

    I noticed an effect on ADOBE TV that was directed by Gareth Edwards in his film MONSTERS I thought would not be good to try in my film, but I carnt do things.

    Here is the link for this purpose...            http://TV.Adobe.com/watch/customer-stories-video-film-and-audio/monsters/

    That is the effect when he changes the menu Board in a coffee at one of its signs of the infected area, he allso changes some other signs.

    in the video he says that it exports a picture yet of consequences in photoshop and he puts on his image {with a few tweaks it and here}, when hes been ok in photoshop, it some how updates in AfterEffects?

    can any please help, thank you

    This is a simplified explanation of the process.  He left side corresponding to the explanations of monitoring of movement and perspective was certainly for shooting under discussion.

    If you do the same process in a static, locked off the coast of the shooting, with no foreground object in front of your sign, it would be quite possible to create a single image in Photoshop and it sets on your scene in AE.  But once the camera moves, you will need to understand Motion Tracking.  If the objects pass in front of the replaced component, you need to understand masking.

  • Wireless disconnects itself and Card Miniport Tun Microsoft shows error code 10. Help, please

    the wireless adapter turns off while being connected and if the connection is lost and even if the wireless router is placed rite nxt him he cnt detect it and then the computer must be restarted.

    Hello

    Thanks for the reply. Please let us know the State of the question, once you have performed the steps in troubleshooting.

  • Problem of date and time! Please notify.

    My computer will not keep the exact time or dates. For this reason, my task scheduler will not run if necessary. It's also affecting also other programs. I followed all areas of assistance on my system with regard to the exchange of time. When I'm this morning he had still you 28 and time was at 16:51 AND "help?

    This has nothing to do with Windows Update features, Lynn. Try posting here: http://answers.microsoft.com/en-us/windows/forum/windows_xp-performance

    Previous & related threads in this forum-online http://answers.microsoft.com/en-us/Search/Search?SearchTerm=date+time&CurrentScope.ForumName=Windows&CurrentScope.Filter=windows_xp-performance&askingquestion=false

  • I can't open the pictures and need help please with my Windows Vista and the WindowsLivePhotogallery error Code: 0x8007007e. Carole

    I have a Windows Vista laptop with many pictures.  I can not open the photos on my Windows Live Photo gallery and have received

    Error code: 0x8007007e.

    How this can be solved?

    Thank you.  Carole

    This forum is for Microsoft Security Essentials.

    Please go to the Windows Live forum to get help.

    http://windowslivehelp.com/

  • Adobe ID and membership help please!

    Hello! I bought the suite adobe a year ago and now I can't find the number of members in my account, it seems that I've never had a membership... How to do? I need programs such as illustrator, photoshop and indesign, but in my account they offer me the 30 days trial version... Thanks for your help

    Your subscription to cloud shows correctly on your account page?

    If you have more than one email, you will be sure that you use the right Adobe ID?

    https://www.adobe.com/account.html for subscriptions on your page from Adobe

    If Yes

    Some general information for a subscription of cloud

    Cloud programs don't use serial... numbers you, connect you to your cloud account paying to download & install & activate... you may need to sign out of the cloud and restart your computer and log into the cloud for things to work

    Sign out of your account of cloud... Restart your computer... Connect to your paid account of cloud

    -Connect using http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html

    -http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html

    -http://helpx.adobe.com/creative-suite/kb/trial--1-launch.html

    -ID help https://helpx.adobe.com/contact.html?step=ZNA_id-signing_stillNeedHelp

    -http://helpx.adobe.com/creative-cloud/kb/license-this-software.html

    If no

    This is an open forum, Adobe support... you need Adobe personnel to help

    Adobe contact information - http://helpx.adobe.com/contact.html

    -Select your product and what you need help with

    -Click on the blue box "still need help? Contact us. "

  • How can I add the form date picker? Help, please.

    Hello everyone am new here... drew a stack of site Web but I'm now trying to find how to add a switch of dates for my site... anyone please can help you.

    It is not yet supported by Muse. You can find a widget for this to www.musewidgets.com or use a third party such as WooForms or JotForms shape provider.

  • Data merge problem - HELP Please!

    To say that I'm new to data fusion would be a VAST understatement...

    I'm trying to merge the names of the companies of CSV in InDesign, but the apostrophes in names come through as to the strange time characters when I spotted and merge the document.  Does anyone have a solution? I am desperate at this point.

    Thank you!

    Work may be on a Mac with a CSV file generated by a user of Excel on Windows?

    By connecting your CSV, look for the 'Show Import Options' button. There you can select your delimiter (usually a comma, right?) and your platform and Encoding. If my above assumption is correct, then you will want to set it to ASCII and PC , but if it's another arrangement, you must find the right platform and encoding by trial and error, or understand the source encoding and the platform of the CSV in other ways.

  • I can't find all the albums I have uploaded before the date limit. Help, please!

    I uploaded several photos and albums of Revel before the deadline, but cannot find them. I wasn't able to use the old adobe id and I fear that they are associated with the other account. Someone from Adobe can help me please? I am desperate... many family photos are gone!

    Your att.net account is one that has pictures - the same one that you are connected to this forum.  Is - that you're connected to?

  • Slide show under the menu bar, help please

    Hi again,

    I need help from members of the community awesome Adobe once again, good news, is that I actually have an example to show this time to make it easier to answer. I recently started a new page for the company I work with, and there is a change in the menu bar and a slide show I've wanted to do for a long time, maybe even the Twitter ticker bar if somebody wants to cover in this discussion.

    First of all, the link: http://restorationacpc.com/

    The menu bar, as you can see, the Red thing moving across the top of the screen with the tabs menu on it as home, about us, ect. ect. For some reason, that he travels out of the page, as I planned to do, he stops just short and you can see the background of the page to the left and to the right of the bar, which is the smallest issue that I encounter here.

    The biggest problem with the menu bar I want difficulty is that logo Showcase D & B push the slide downwards, and while that seems not necessarily bad, I would like to again for the slide show to sit under the logo with the logo shining on the top of the slide show.

    Finally, something small and optional to hit for anyone who wants to solve, y at - there a way for me to have the Ticker Twitter bar to the top at the top of the site to sit ON top of the logo d & b and against the Red menu bar? I would like for the Twitter's Ticker bar to look like it is part of the bar menu if possible.

    As always, any help is greatly appreciated!

    For the slide show to push up:

    . scmenu in your CSS (line 102) file:

    Add:

    position: relative;

    I see that you already have z-index. But z-index will not work without reference to a position.

    . displaywrap (line 53 of your CSS):

    Add:

    position: relative;

    top:-56px;

    z-index: 1;

    Which should push the slide show for you under the logo.

    Your page margins are not reset to 0 - that is why you see to the left and to the right area.

    Line 58 of style.css, body - add this:

    margin: 0;

    padding: 0;

    This will reset your margin of body and padding to 0. For anything that requires filling, you can define a substitution within its own class or id.

    For Twitter bar, if you push closer to the menu, what will you do on your trip button "hide"?

    On a sidenote, I've noticed a lot of faulty code:

    headstuff class ="twoColLiqLtHdr" >. "

    scmenu class ="twoColLiqLtHdr" >. "

    tab class ="twoColLiqLtHdr" >. "

    I think you did your tags! You can stick to the definitions standard div... .

    Line 24 of HTML where you set your jQuery script tag is missing a closing >. Fix this.

    Line 138 of HTML:

    <>#">Tag

    Invalid tag.

    Run your code by http://validator.w3.org/, check & fix all the errors first.

Maybe you are looking for

  • iPad Pro 9.7 cases

    OK, so I moved a bunch of cash on a new Pro 9.7 "iPad, Apple pencil and a smart keyboard. I also had a Zagg protective Glass screen. Unfortunately, the back of my beautiful iPad is not yet protected, leaving is sensitive to all kinds of scratches, sc

  • OfficeJet Pro 8720: officejet pro 8720

    I just bought this all-in-one printer. I have a 8.5 X 11 photo but you want to scan a part of it in jpeg format. I found how to scan and then save the part I want, but it is pixelated. I have chaned the scan at the highest settings, but still have th

  • The alarm will work even if my phone is turned off?

    I was wondering if the alarm on Apple Watch still works even if the phone is off or out of range.

  • Network driver help

    Hello I just installed windows 7 on my Hp g series and require some network drivers. I read what to do, but I need to short to come on what drivers im. I think I have the appropriate hardware id PCI\VEN_10EC & DEV_8176 & SUBSYS_1629103C & REV_01 PCI\

  • When you use a blank CD in the CD drive and try to open it to put the files, it is written "Please insert a disk in the drive."

    Original title: windows 7 CD drive reads CD when there is something on it but not read a blank CD. When I put a blank CD in the CD drive and try to open it to put the files it contains, it says please insert a disk in the drive. Movido al foro EN - U