Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to build index in oracle? how to chk oracle up or not
in sql?

Answer Posted / ketinenikrishna

An example when you are required to rebuild an index is if
in the brconnect stats log it is specified that an index is
in an unusable, missing, or bad index. There are three ways
that can help you succeed with this task. If we are talking
about a single oracle database that is not working with
other systems, than, of course, the only way is to rebuild
the index at sql level. But we are not talking only about
databases so far but about SAP systems that work with Oracle
databases as well right?
You can rebuild an unusable, missing, or bad index by
choosing any solution from the following 3:
1. Rebuild the index from SAP.
In order to perform this task in SAP, you need to run a
report of course. You need to go to SAP transaction SE38, or
if you prefer, SA38. In this transaction you will execute
the report RSANAORA. Once you had this report executed, on
the screen that follows you only need to put your index name
in the field and choose radio button Index rebuild. The last
step is to choose execute button again.
2. Rebuild the index at sql level.
In order to rebuild an index with this method you must log
on to operation system level with the ora<sid> user. Once
you are logged on connect with “sqlplus / as sysdba” string.
Now, for rebuilding the index you want you will use this
command alter index <name of the index> rebuild online.
3. Rebuild the index using Brtools.
That is of course as you already know a solution that you
can use being logged on as orasid at OS level. After you
choose brtools. Of course if you want you can type directly
the specific command of brspace for rebuilding the index,
but here I will show you how to do it and also understand
the steps. First you will choose from the brtools menu
option 3: Segment Management. In the next menu on option 3
you have Rebuild index. In the next menu under option 7 you
will be asked to provide the name of the index you want to
rebuild. After you did that, all you have to do is proceed
with option ‘c’ (continue) in order to have the index rebuild.
Log into infrastructure instance & login as sysdba;
How to chk oracle up or not in sql?
You can follow any one this method
1. Log into infrastructure instance & login as sysdba;
>sqlplus ‘/as sysdba’
SQL> select status from v$instance;
Status should be open.
2. Log into infrastructure instance & issue the following
command
ps -ef |grep ora
ps -ef |grep ora_
ps -ef |grep pmon
R3trans -d ; give RC – 0000 means active other than 0000 is
error
If DB instance is running, then the above command returns
the pmon process running
3. In Brtools
1. Instance Management,
6 – Show instance status,
3-Database instance,
Give the Database Name and press continue….give the status

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how can i decleare select-options in module pool table control?

3638


What is a support package? What is its purpose?

1139


Is system user sap basis consultant and dialogue user other user like fico, hr, mm user?

1584


What is R/3? and what is basis version?

1421


How many times bdls transaction executes for 2 clients

1946


What is the use of account id in logon tab?

2202


What is an “ok” code is and what is the difference between “t-code” and “ok” code?

1424


what can we do if shadow instance is down and getting up in prepare phase of upgrade

2651


What is transport layer and domain controller? In which system you have create domain control?

1937


Have you done any parameter changes using configtool and visual admin tool?

1874


For ex: i scheduled one ABAP program as a background job but it was running 10 days, how to analyze the problem?

1927


What is process for applying patches?

1184


How can you define login policy for users in sap system?

1171


Explain kernel upgrade?

1098


How do you create an instance?

1154