Re: Removing sidadm from Unix DBA group
Hello Chandan, Refer to Removing sidadm from Unix DBA group Regards,Ning
View ArticleRe: Impact on running system spfile deletion
Hi, You can also refer to SAP Note 601157 for more information about parameter files . Regards,Bíborka
View ArticleRe: Impact on running system spfile deletion
Hi,If you delete the spfile with Oracle up and running you will have no problems until you stop the instance and try to start it again (if no pfile exists)BRBACKUP create a copy of the spfile as pfile,...
View ArticleRe: Oracle compression with SWPM
Hello Balaji, Have you tried searching SAP Notes for these questions ? The note below should help you. 1289494 - FAQ: Oracle compressionRegards,Siddhesh
View ArticleRe: Oracle compression with SWPM
Hello Balaji, Only user tables in user tablespaces can be compressed. Oracle system tables (tables in tablespaces SYSTEM or SYSAUX) can not be compressed. (mentioned in note 1436352 – Oracle Database...
View ArticleRe: Oracle compression with SWPM
Thanks Siddhesh.I have checked that note already and there were no reference on the steps detailing when used during installation.I wanted to know more with respect to Oracle compresssion used during...
View ArticleRe: Oracle compression with SWPM
Thank you Ning Tong So just straight away approach - enable OLTP compression for the SAP TS like PSAPSR3, PSAPSR3700 & PSAPSR3USR. So Indexes must be compressed manually or can stay as such only...
View ArticleRe: Oracle compression with SWPM
Hi Activating compression at tablespace level for all tables using that SWMP option does not sound like a good idea to me...SAP recommends to only compress the largest tables.Always apply that latest...
View ArticleRe: Oracle compression with SWPM
Hello Balaji, Yes, you should compress index manually later. Refer to the following notes:Note 1464156 - Support for index compression in BRSPACE 7.20Note 1109743 - Use of Index Key Compression for...
View ArticleRe: Oracle compression with SWPM
Hello Yves, Not all table are compressed if I select compress for OLTP during SWPM installation. (1436352 - Oracle Database 11g Advanced Compression for SAP Systems) SQL> select count(*) from...
View ArticleRe: Oracle compression with SWPM
Dear Ning Note 1436352 only tells that "New SAP installations from 7.00 on have an option in SAPINST to create oltp compressed tables during the installation of an SAP system." 1066 tables not...
View ArticleRe: Oracle compression with SWPM
Hello Yves, Thanks a lot for your remind. If this is the case, now I am not sure. I'd better open a message to SAP AGS support to get the news. Regards,Ning
View ArticleRe: Oracle compression with SWPM
Hello Yves/Ning,Thanks for all your responses.But in the OSS note 1436352 - Oracle Database 11g Advanced Compression for SAP Systems there are restrictions citing with regard to the OLTP table...
View ArticleRe: brconnect error ORA-20000
Hello, I have the same problem after implementing SSFS. Without SSFS (using /) it is working, but with // it doesn't! Can you help me please ?
View ArticleRe: Impact on running system spfile deletion
Hi Shivam, 1) After spfile deletion which was used during oracle startup how oracle is determining parameter values, Is it during startup oracle loads all parameters from spfile to memory and using...
View ArticleRe: Impact on running system spfile deletion
Hello Fidel, That command to create from spfile from memory sure is a lifesaver Regards,Siddhesh
View ArticleRe: Oracle compression with SWPM
Hi Balaji, The Advanced DB configuration during SAP installation is only if you are oracle database experts. If you not sure about doing then go as normal.Thanks,BM
View ArticleRe: Oracle compression with SWPM
Hi Balaji , Do you see any reason why you are looking into compressing the tablespace . Are you in any sort of compulsion to reduce the disk usage ? Compression more specifically should fall into a...
View ArticleRe: Oracle compression with SWPM
Hi Balaji, One thing is not clear for me, does the 'migration project' means your are at first starting with a system copy (and not an installation) ?In such scenario I will only work on compression...
View ArticleCannot delete parameter optimizer_index_cost_adj on Oracle 10.2
Hi all, I want to delete the parameter optimizer_index_cost_adj in Oracle 10.2 as per SAP recommendations, I did the following to remove it from the spfile: SQL> alter system reset...
View Article