Advertisement
Guest User

sbd

a guest
Jan 21st, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. Start: sqlplus / as sysdba > startup > quit | lsnrctl start (lub status) | emctl start dbconsole | su > root123 > /sbin/dhclient (do ip) |
  2. 4 2) Server > Initialization Parameters > Current > Name > job > Go > Return > Apply 4) Enterprise Manager > Database > Shutdown > Host Credentials (Username i Password: oracle) > Ok >> Advanced Options (Immediate) > Cancel > Yes > Refresh > Ok 5) …..itd
  3. 1. utworzyć nowy lokalny netservice o nazwie NS_<student_id> i parametrach naza coś IP <ip_wm_studenta>, port 1521
  4. 3. Ustawić parametr serwera JOB_QUEUE_PROCESSESS na 25 Server > Initialization Parameters > znalezienie JOB_QUEUE_PROCESSESS > zamiana wartości na 25
  5.  
  6.  
  7. 1. NETSERVICE: HOME -> listener (value) -> (Related Links) Net Services Administration -> (Drop-down) -> Local Naming -> oracle/oracle -> create -> Net Service Name = cokolwiek -> User Service Name = oracle -> Addresses ADD -> Fill port and Host -> OK
  8. 2. TABLESPACE: Server -> Tablespaces -> Create -> Fill name, another default -> Add Datafile -> fill File Name -> change File Size -> OK
  9. 3. PARAMETR SERWERA: Server -> Initalization Parameters -> search for job* -> change value -> APPLY
  10. 4. ROLE: (Security) Roles -> Create -> Name = nazwa_roli -> Object Privileges -> Drop-down = Table -> ADD -> Select Table Objects = nazwa_tabeli -> Available Privileges = uzupełnić (INSERT, ITP) -> OK
  11. Dodatkowo: dziedziczenie ról Roles -> Create -> Roles -> Edit List -> wybór roli -> OK
  12. 5. USER: Server -> (Security) Users -> Create -> Fill Name, password, Tablespace (?), profile (down-drop) -> Roles -> Edit List -> odpowiednie role -> OK -> System Privileges -> Edit List -> odpowiednie uprawnienia -> OK -> Apply
  13. 6. USER: Server -> (Security) Users -> Create -> Fill Name, password, Tablespace (?), profile (down-drop) -> Roles -> Edit List -> odpowiednie role -> OK -> General -> Status = locked or Action drop-down = Lock User -> Apply
  14. 7. PROFIL: Server -> (Security) Profiles -> Create -> Fill fields, to co wymagają -> OK
  15. Server -> Initialization Parameters -> Name field: resource_limit -> GO -> set to TRUE -> APPLY
  16. 8. TABELA: Schema -> (Database Object) Tables -> Create -> Leave default -> Continue -> Fill Name, Schema, Tablespace -> Fill table fields -> OK
  17. 9. INDEX: Schema -> (Database Object) Indexes -> Create -> Fill name, schema -> select table name -> populate columns -> add value order = 1 to index column -> OK
  18.  
  19. VIEWS: Schema -> (Database Object) Views -> Create -> fill name, schema -> query text (select) -> OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement