You can use alter tablespace command to extend tablespace in Oracle: SQL> alter tablespace RAIDDATA add datafile 'FILE_LOCATION' size 100m autoextend on maxsize 31G; Note: You can find file location from the 1st query as mentioned above. In case of ASM, use diskgroup name as a file loca...
STORAGETEMPLATE : Optionally, specifes the Exascale storage template applied to the Oracle Database data files. You can use the OEDACLI LIST STORAGETEMPLATES command to view the list of available templates. If not specified, the default template (DATAFILE) applies. For example, you can specify...
rhpctl add workingcopy -workingcopyworkingcopy_name-imageimage_name[-oraclebaseoraclebase_path] [-pathabsolute_path] [-storagetype {NFS | LOCAL} [-useruser_name] [-dbnameunique_db_name[-dbtype {RACONENODE | RAC | SINGLE}] [-datafileDestinationdatafileDestination_path] [-dbtemplatefile_path|...