Taggato: Asm

Oracle 12C – Password File in ASM

Prima di Oracle Database 12c, il file della password si trovava sempre nel file $ ORACLE_HOME / dbs struttura, anche per istanze RAC e per cluster ASM RAC. Per RAC il DBA doveva riuscire a mantenere il file di password sincronizzato su ogni nodo. Ora, in Oracle 12c, è possibile memorizzare il file della password su ASM. Ciò significa che un file di password condiviso per Database Oracle RAC, è condiviso per tutte le istanze del cluster. L’utilità di comando per creare il file della password è sempre la stessa: “orapwd” Oracle 11g file: nome del file della password (obbligatorio),...

Creating Tablespaces in ASM

When ASM creates a datafile for a permanent tablespace (or a temporary file for a temporary tablespace), the datafile is set to auto-extensible with an unlimited maximum size and 100 MB default size. You can use the AUTOEXTEND clause to override this default extensibility and the SIZE clause to override the default size. ASM applies attributes to the datafile, as specified in the system default template for a datafile as shown in the table in “Managing Disk Group Templates”. You can also create and specify your own template. Files in a tablespace might be in both ASM files and non-ASM...

Creating Tablespaces in ASM

  When ASM creates a datafile for a permanent tablespace, the datafile is set to auto-extensible with an unlimited maximum size and 100 MB default size. You can use the AUTOEXTEND clause to override this default extensibility and the SIZE clause to override the default size. ASM applies attributes to the datafile, as specified in the system default template for a datafile as shown in the table in Managing disk group templates If there is a disk group named DATA, you can create a tablespace TBSLAVORO in that disk group with the following SQL statement: CREATE TABLESPACE TBSLAVORO DATAFILE ‘+DATA’;...