cancel
Showing results for 
Search instead for 
Did you mean: 

How to query XMII_DB_MEMORY table?

Former Member
0 Kudos

Hi All,

I have a requirement to read the shared memory properties stored in the table 'XMII_DB_MEMORY' of the MII data source.

Can anybody tell me how to query this table?

I tried to write a SQL query but I couldnt find the XMII_DB_MEMORY table in the available tables.

Thanks in advance!

Regards,

Sowjanya

Accepted Solutions (0)

Answers (1)

Answers (1)

agentry_src
Active Contributor
0 Kudos

Hi Sowjanya,

Why do you need to read them directly from the table or put another way, why aren't you using them as a defined property from within standard MII transaction functionality?

It seems like you are making this much harder than necessary.

Regards, Mike

Former Member
0 Kudos

Hi Michael,

We have to take a back up of the shared memory properties which we want to do by querying the table and storing its results.

Regards,

Sowjanya

agentry_src
Active Contributor
0 Kudos

Hi Sowjanya,

The shared memory properties are stored in the underlying NW database, so making backups should be part of the maintenance of the NW installation.  If you are looking for a local copy of the shared memory properties, there are easier ways to accomplish this. 

It sounds like you need to question the requirement rather than try some odd way to achieve it.

Regards, Mike