Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: ZLOGIN_SCREEN_INFO

Re: ZLOGIN_SCREEN_INFO

From: Vince Laurent <vlaurent_at_NOSPAM.networkusa.net>
Date: Fri, 23 Aug 2002 10:05:45 -0500
Message-ID: <4qjcmucf9ehdbbpdcgrr23r2058ocg14nh@4ax.com>


OK... I am at a loss how to get at the data. I looked through the Oracle books I have as well as the Oracle course books I have taken and there is little to no talk of clusters.

If the data is in the table you mention, where is it and how might I get at it?

Thanks!
Vince

SQL> describe sapr3.dokclu;
 Name Null? Type

SQL> select * from sapr3.dokclu
  2 where id='TX'
  3 and typ='E'
  4 and object='ZLOGIN_SCREEN_INFO';

ID OBJECT L T DOKV PAGENO TIMESTMP PAGELG V

-- -------------------- - - ---- ------ -------------- ------ -
TX ZLOGIN_SCREEN_INFO   E E 0001      0 27Lhvi((2]Q8t6    102 0


On 23 Aug 2002 00:26:01 -0700, Thomas.Binder.Berlin_at_t-online.de (Thomas Binder) wrote:

>I must correct my message before.
>That Text is stored in table (cluster) DOKCLU.
>The ID is 'TX'.
>The object is 'ZLOGIN_SCREEN_INFO'.
>The Type is 'E'.
Received on Fri Aug 23 2002 - 10:05:45 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US