CDC - J$ triggers in the Table, the view

Hi friends,

When we are implementing Change Data Capture, the back end what are the roles of logging table, table of the Subscriber, views and triggers?

Can someone explain in detail?

Thanks in advance.

Hello

Sure it's covered in another post here - have you tried the search?

Triggers: Applied to the source table, write the PK columns on insert/update/delete in the Journal table.

Leaf table: holds the pharmacokinetics of changes.

Views: knuckles (external) the table of the Journal to return to the source table to complete the rest of the line, deletes only the PK is filled

The Subscriber tables: here's the clever part - better if you take a look here, once you put in place: CDC framework suppors multiple subsribers to a Publisher - each Subscriber has its own "window" of the changes, he is interested, this is controlled by the journal of lock / extend window options in ODI. The tables of the Subscriber is the owner of the min / max numbers YVERT for this window of subscribers, the display of log data use in a join to show only the window of changes required for ODI to a given subscriber.

Note: in the newspaper view data, you will find a record of change repeated for as many subscribers you have, this is normal.

Good luck!

Tags: Business Intelligence

Similar Questions

  • Why, the views have a tab constraints in SQL Developer 4.0.3 or 4.1.0?

    I create constraints on views all the time now to improve performance when you are working on a dblink, but I can only confirm the looking at the DOF tab. shouldn't it be a tab constraints as tables have? After all, it has a triggers for the views tab.

    Compared to this, should not be an option to right click in the window connections for stress and relaxation on views as there are Tables?

    Thanks in advance,

    Steven Wilson

    We have recently added support for constraints on views in the Data Modeler. Add that here is something we could look at for a future version.

  • Triggers in the Workspace Manager

    I have some problems with the Workspace Manager and triggers in 10g:

    If you have a trigger defined on a table and you the version of this table, ORACLE will create 3 'instead of' - triggers on the view that represents the table.
    The "content" of the trigger is created in a procedure of $ wm.

    My question is: How can I change my trigger without unversioning the table?

    As an example, consider the following two tables:

    -Create the data Table
    CREATE TABLE MY_TABLE
    (
    X_ID NUMBER (28) NOT NULL,
    V_TEXT VARCHAR2 (200),
    V_COMMENT VARCHAR2 (4000)
    );

    -PK from table
    ALTER TABLE ADD CONSTRAINT PK_MY_TABLE MY_TABLE
    PRIMARY KEY (X_ID)
    WITH THE HELP OF THE INDEX;

    -Create the registry Table
    CREATE TABLE MY_REGISTRY_TABLE
    (
    X_ID NUMBER (28) NOT NULL,
    V_OLD_TEXT VARCHAR2 (200),
    V_OLD_COMMENT VARCHAR2 (4000).
    V_NEW_TEXT VARCHAR2 (200),
    V_NEW_COMMENT VARCHAR2 (4000).
    D_WHEN DATE NOT NULL
    );

    Now, we create a trigger that automatically saves changes on my_table:

    -Create the trigger
    CREATE OR REPLACE TRIGGER TR_MY_TABLE
    AFTER INSERT OR UPDATE OR DELETE ON MY_TABLE
    FOR EACH LINE
    BEGIN

    INSERT INTO MY_REGISTRY_TABLE)
    X_ID
    V_OLD_TEXT
    V_OLD_COMMENT
    V_NEW_TEXT
    V_NEW_COMMENT
    D_WHEN
    )
    VALUES)
    NVL(:Old.) X_ID,: new. X_ID)
    ,: old. V_TEXT
    ,: old. V_COMMENT
    ,: new. V_TEXT
    ,: new. V_COMMENT
    sysdate
    );

    END TR_MY_TABLE;
    /

    Now, we decide to version my_table.

    exec ('MY_TABLE') dbms_wm.enableversioning;

    This turns my_table 2 data tables and a collection of views.
    The trigger has changed as well. The initial trigger was gone, and there are 3 "INSTEAD OF" - triggers view my_table:
    OVM_Delete_102
    OVM_Insert_102
    OVM_Update_102

    These three triggers in the end call a system generated procedure:
    WM proc_udt_187 $

    If I try to change this procedure, the system doesn't let me do.

    So, my question is, how do I change my trigger on my_table without unversioning the table?

    Hello

    3 INSTEAD OF triggers are created regardless of whether if the table contained a trigger defined by the user or not. They are mainly used to implement the DML, but are used for other things as well as you noted. To change the trigger definition, you must use the Workspace Manager DDL procedure. See section 1.8 of the user guide. Essentially, you run dbms_wm.beginDDL on the table, update the trigger on the LTS table that is created (the trigger will be the original name that you gave it), then run dbmswm.commitDDL.

    Kind regards
    Ben

  • The default tables generated views (UUT_RESULT, STEP_RESULT... and more)

    Hello

    I need an overview of the measured data, which is logical and this catalogue is put to use for further processing.
    My question is: is there the prepared tables views (UUT_RESULT, STEP_RESULT... and more) that are generated by default to the database on the SQL Server?

    Thanks for the help

    Machulda

    Machulda,

    No, he gave no views with TestStand patterns, at least I'm aware of none.

    My guess is that the views are first, perhaps according to the data provider and the actual database configuration. The schema defines the minimum configuration of the database to record data from TS, but the database can be much more complex.

    A second point is that the display of the data leaves to be desired in a different way about the use case. A table is appropriate? A graph? Don't forget that if NEITHER would provide such a view-interface, it should cover all of these options. He would become so, essentially, a new comprehensive tool like frontend for your custom database.

    I'm not saying it's impossible, but it would be much too hard to provide as an addon to 'general '...

    Norbert

  • Y at - it a table that lists the views created

    Hello!

    I created a view using CREATE or REPLACE, but I forgot to check first if the view name already exists. Since I used the option to replace, if it was be a existing view with the same name, it is automatically replaced by my point of view.

    I want to assure you that I have doesn't replace an existing view. Is there a table that contains a list of all the views created?

    Thank you.

    Select * from user_views OF TIMESTAMP (sysdate-1/24) where view_name = 'MY_VIEW '.

    -to see if a view of that name existed there is 1 hour.  If that were the case, then your REPLACE or ovewritten who discovers.

    Similarly, you can ask about user_objects

    Hemant K Collette

  • Fail to load the ODI - ODI-17517: error in the interpretation of the task. ORA-00942: table or view does not exist

    Hi all

    Try to run the loads on the test environment and faced this exception. Guidance on what could be the cause?

    A functioning test environment code development. All models have been migrated using the synonym and the project had to be imported using Mode Duplication.

    The project had two dimension and makes loads... Dimensions has been properly run, its only that all the facts are a failure...

    ODI-1217: CM_PKG_CF_TEST Session (1494702) fails with return code 7000.

    Caused by: com.sunopsis.tools.core.exception.SnpsSimpleMessageException: ODI-17517: error in the interpretation of the task.

    Task: 6

    java.lang.Exception: the application script threw an exception: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

    OSB Info: get the joining to the line level columns: column 0: columnNo

    at com.sunopsis.dwg.codeinterpretor.SnpCodeInterpretor.transform(SnpCodeInterpretor.java:485)

    at com.sunopsis.dwg.dbobj.SnpSessStep.createTaskLogs(SnpSessStep.java:711)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:461)

    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2093)

    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1889)

    to oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$ 2.doAction(StartScenRequestProcessor.java:580)

    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)

    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:513)

    to oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$ StartScenTask.doExecute (StartScenRequestProcessor.java:1066)

    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)

    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)

    at java.lang.Thread.run(Thread.java:682)

    Caused by: org.apache.bsf.BSFException: the application script threw an exception: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist

    OSB Info: get the joining to the line level columns: column 0: columnNo

    at bsh.util.BeanShellBSFEngine.eval (unknown Source)

    at bsh.util.BeanShellBSFEngine.exec (unknown Source)

    at com.sunopsis.dwg.codeinterpretor.SnpCodeInterpretor.transform(SnpCodeInterpretor.java:471)

    ... 11 more

    -< code printed here >-

    at com.sunopsis.dwg.dbobj.SnpSessStep.createTaskLogs(SnpSessStep.java:738)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:461)

    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2093)

    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1889)

    to oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$ 2.doAction(StartScenRequestProcessor.java:580)

    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)

    at oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor.doProcessStartScenTask(StartScenRequestProcessor.java:513)

    to oracle.odi.runtime.agent.processor.impl.StartScenRequestProcessor$ StartScenTask.doExecute (StartScenRequestProcessor.java:1066)

    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)

    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)

    at java.lang.Thread.run(Thread.java:682)

    An analysis more thrust, found that Repo work had no appropriate grants.

    After adding, it solved the problem.

  • ORA-01092: ORACLE instance is complete. Forced logoff ORA-00942: table or view does not exist on the 12 c CARS

    Hey Geeks,

    I met a problem when starting my 12 c RAC database.

    To mount it fine, but when I try to open, he throws me an error.

    System Global area 1.5400E + 10 bytes

    Bytes of size 4737560 fixed

    2952791528 variable size bytes

    1.2415E + 10 bytes database buffers

    Redo buffers 26857472 bytes

    Mounted database.

    SQL > alter database open;

    change the database open

    *

    ERROR on line 1:

    ORA-01092: ORACLE instance is complete. Disconnection forced

    ORA-00942: table or view does not exist

    Process ID: 11338068

    Session ID: 1429: No.3

    Here is the output of the trace file...

    ORACLE_HOME = / oracle_home/app/orahome

    Name of the system: AIX

    Name of the node: INS1

    Version: 1

    Version: 7

    Machine: 00C8CCA74C00

    Instance name: INST1

    Redo thread mounted by this instance: 1

    Oracle process number: 7

    The Unix process PID: 20381876, image: oracle@ins1 (TNS V1 - V3)

    2014-11-27 22:49:20.892

    SESSION ID: (197.5) 2014-11-27 22:49:20.892

    CUSTOMER ID :() 2014-11-27 22:49:20.892

    NAME OF THE SERVICE :() 2014-11-27 22:49:20.892

    NAME of the MODULE: (sqlplus@ins1 (TNS V1 - V3)) 22:49:20.892 2014-11-27

    ACTION NAME :() 2014-11-27 22:49:20.892

    2014-11-27 22:49:20.889716: start the recovery of field = 0, valid = 0, flags = 0 x 4

    2014-11-27 22:49:24.580

    Awarded with 32 slaves of recovery success

    With the help of 3 buffers overflow by slave of recovery

    2014-11-27 22:49:24.740

    1 post of thread: logseq 15, block 2, CHN 3510749

    cache-bass rba: logseq 15, block 3

    RBA on disk: logseq 15, block 72, RCS 3510824

    Start the recovery at logseq 15, block 3, Yvert 0

    2014-11-27 22:49:24.981

    Started the resilvering redo thread 1 seq 15 blocks 72-73

    2014-11-27 22:49:24.994

    Finished resilvering redo thread 1 seq 15

    2014-11-27 22:49:24.994

    Started writing zeroblks thread 1 seq 15 blocks 74-81

    2014-11-27 22:49:24.994

    Completed written zeroblks thread 1 seq 15

    = Redo read statistics for thread 1 =.

    Total physical reads (from disk and memory): 4096 KB

    -Redo read_disk - statistics

    Read rate (ASYNC): 35KO in 0,25 s = > 0.14 Mb / s

    Long: 0 Ko, moves: 0/104 (0%)

    Longer LWN: 2 k, moves: 0/33 (0%), moved: 0 MB

    Redo last scn: 0x0000.0035922b (3510827)

    ----------------------------------------------

    -Recovery Hash Table statistics

    Hash table buckets = 262144

    More long string hash = 1

    Hash string average = 25/25 = 1.0

    Max compares by lookup = 1

    AVG compares by lookup = 151/176 = 0.9

    ----------------------------------------------

    2014-11-27 22:49:25.007

    KCRA: start the debt for 25 blocks of data collection

    2014-11-27 22:49:25.039

    KCRA: treated blocks = 25/25, has claimed = 25, eliminated = 0

    2014-11-27 22:49:25.054

    Online Redo Log recovery: thread 1 mem Group 6 Seq 15 reading 0

    2014-11-27 22:49:25.060

    Ask again filled with 0.02 MB

    2014-11-27 22:49:25.235

    Control of completed recovery point

    -Recovery Hash Table statistics

    Hash table buckets = 262144

    More long string hash = 1

    Hash string average = 25/25 = 1.0

    Max compares by lookup = 1

    AVG compares by lookup = 176/176 = 1.0

    ----------------------------------------------

    Recovery thread nab 1 seq 15 to 74 with 8 zeroblks sets

    2014-11-27 22:49:26.000

    2014-11-27 22:49:26.000433: validate the domain 0

    2014-11-27 22:49:26.001348: valid domain 0, flags = 0x0

    2014-11-27 22:49:28.315

    County ofsmtab$: 0 entries

    2014-11-27 22:49:28.732

    ORA-00942: table or view does not exist

    ORA-00942: table or view does not exist

    2014-11-27 22:49:28.738

    USER (ospid: 20381876): put an end to litigation because of the 942 error

    In my case, the problem solved by running the following...

    GRANT SELECT on SYS. The USER$ in XDB.
    GRANT SELECT on SYS. The USER$ in CTXSYS.
    GRANT SELECT on SYS. The USER$ to DVSYS;
    GRANT SELECT on SYS. The USER$ to LBACSYS.
    GRANT SELECT on SYS. The USER$ to APEX_040200;
    GRANT SELECT on SYS. The USER$ to DV_SECANALYST;

    See the screenshot above.

  • Inside af AF:selectOneChoice: table sometimes does not display the appropriate values, based on the results of the query of the view object

    Hello

    I use jdev 12.1.2.

    I have a few components of af: selectOneChoice that is contained in an af:table element.  The table is extracting lines from database and display data.  Now here's the weird part: sometimes the component of selectOneChoice will have the correct value selected, and other times it will be just left unchecked.  I can verify that the data in the object view lines are indeed correct after I request them.  The LOV for soc components are properly set up (some are configured as static list display objects and some are set up as model driven lists based on display objects).  I have just completely puzzled me as to why they work sometimes and then not work at times even though I am following the exact same steps to reach that point in my application.  Someone at - he never meets this problem before?

    Thanks for reading.

    Problem solved!

    For anyone having this problem in the future: do not try to do a partial trigger on a table that is not in the visible panelTab.  The problem is that when my view criteria applying, I was refreshing the TWO tables.  This caused that was not visible to lose the selectOneChoice selection, while the other table was very good.  Remove the partial relaxation for the table that was not visible caused the data to be maintained properly during the exchange between the tabs and change the view criteria.  Thanks for the help again Ashish, stumbled on the real root of the problem, after following some of your suggestions.

  • How to remove the scroll bar in the view table obiee 11g

    Hello

    How to remove the scroll bar in the view table obiee 11g other than TNA config.

    Thank you

    In 11.1.1.7 you can change it in the table's properties. By default, it will be

    "Fixed headers with active scroll.

    To take

    "Pagination of the content" and check

    Thank you

    AJ

  • Can I introduce a few relationships in data with the views and the Table maker?

    Hello. I have db with lots of views and tables. Can I introduce a few relationships in maker data with Tables and views? I have to configure PK and FK for my tables and views if I want to see relationships? I just started with the Data Modeler. Thank you for your help.

    Hello

    If you import your database Tables (Import / Data Dictionary), foreign keys defined in your database will be also imported.

    He is also a foreign key discovery tool in maker of data that can help you identify possible FK relationships and add them to your model.

    To use it, right click on the entry for your relational model in the tree view of the browser and select the foreign keys to discover on the menu drop down.

    Note that data Modeler does not support PKs and FKs on views.

    David

  • Remove the view grid lines table Pivot

    Hi people,

    How to remove the view grid lines table Pivot? Any script must be integrated? If Yes, then please give me the details.

    Kind regards

    AJ

    This is how you do it,

    Take each of your lines and measures in the PivotTable, and then select the "Values of Format" option when you click on the menu options for each of the lines and the measures.

    In that set the border color to your "background color" which could be "white" and make sure that the border post has the value 'None '.

    That's your vision of pivot will not have the grid lines more...

    Please indicate if this help

  • AF:table does not display the records to make the updating of the view object iter

    Hi Experts,

    I use JDeveloper 11.1.1.4 and I have a page that shows a view object records one particular reading as an af:table. When I run the page to everything first he shows all the data at all. But there are 2 folders when I run the query that only read the view object. In my page there is a link called "Refresh" which calls the operation "Execute" in the view of my view object iterator. When I click on this link the table shows two records. Why the table shows no files once when the page is rendered?

    Please help me.

    Hi user,

    Yes use component query to display criteria. Please let me know if something specific I need to check when I use the query component. If you have already faced this problem please help me to solve it.

    you are looking to do this,
    http://www.4shared.com/photo/B36OTSl9/check.html

    Published by: Les on November 22, 2011 12:26 AM

  • The table or view in oracle to Package information

    Please give me the name of the table or view in oracle where the names of all packages are available and their associated procedures or functions... otherwise there is a way to inform
    select text from user_source where  type='PACKAGE';
    

    This query can give you defination all package you can know Members (stored procedures/functions/variables etc.) of a package.
    But I have no idea about any explicit data dictionary view that lists all the members of the package defined by the user. Hope to see here as appropriate.

  • Read_Network, which results in the Java error "Table or view does not.

    Hello gurus,
    I tried a network Oracle (Oracle 11 g) of loading under the same user when I created the network Tables. But still I'm getting ' table or view does not exist. What could be the problem here? Help, please.

    Start
    SDO_NET_MEM.NETWORK_MANAGER.READ_NETWORK ('ROADS_NETWORK', 'TRUE');
    end;

    ERROR on line 1:
    ORA-29532: Java completed by eception Java exception appeal:
    oracle.spatial.network.NetworkDataException:
    oracle.jdbc.driver.OracleSQLException: ORA-00942: table or view does not exist
    ORA-06512: at the 'MDSYS. SDO_NETWORK_MANAGER_I', line 284
    ORA-06512: at the 'MDSYS. SDO_NETWORK_MANAGER_I', line 114
    ORA-06512: at line 2

    Metadata network are the following.

    ROADS_NETWORK SPACE LRS_GEOMETRY 161 ROADS 1 1 ROAD_SEGMENTS SEGMENT_GEOM ROADS_NODES NODE_GEOMETRY ROADS_LINKS COST REALIZED COST ROADS_PATHS PATH_GEOMETRY ROADS_PATHS_LINKS LINK_GEOMETRY

    To install Oracle Workspace Manager (WM) is an option for your DB?
    If so, please follow the below script to install WM on your DB.
    configuration of the Workspace Manager

    If this isn't the case, you may need to create some dummy WM functions and tables.
    I would like to know if this is the case for you.

    Kind regards

    Jack

  • How to handle the ORA-00942: table or view does not exist

    HII All,

    I'm trying to delete a table dynamically independently of its existence in a procedure. Sound fine when the table exists, but when the table does not work I am facing following error
     ORA-00942: table or view does not exist
    I've made use of pragma exception_init and modified my code like below
    Create or replace Procedure sp_FSASA_FEEDUPLOAD_process
              (
               p_test_dir               in     varchar2,
               p_feed_file_name     in     varchar2
              )
    is
              l_exttable_str varchar2(32000) ;
              
              l_log_file constant varchar2(200) := 'logfile_rgh.log';
              
              l_table_doesnt_exist Exception;
              
              pragma exception_init(l_table_doesnt_exist,-00492);
              
              
              
    Begin
              
              Begin
                   execute immediate 'drop table FSASA_FEEDUPLOAD_EXT purge' ;
              Exception
                        when l_table_doesnt_exist then
                             null;
              
              End;
              
              
              
              
              l_exttable_str := 'Create table FSASA_FEEDUPLOAD_EXT ';
              l_exttable_str := l_exttable_str||' ( ';
              l_exttable_str := l_exttable_str||' Category_No                    varchar2(1), ';
              l_exttable_str := l_exttable_str||' Financial_Category          varchar2(300), ';
              l_exttable_str := l_exttable_str||' GFCID                         number, ';
              l_exttable_str := l_exttable_str||' Balance                         number(34,14), ';
              l_exttable_str := l_exttable_str||' Refernce_no                    varchar2(20), ';
              l_exttable_str := l_exttable_str||' Account_no                    varchar2(20), ';
              l_exttable_str := l_exttable_str||' ce_trans_id                    varchar2(20) ';
              l_exttable_str := l_exttable_str||' ) ';
              l_exttable_str := l_exttable_str||' Organization external ';
              l_exttable_str := l_exttable_str||' ( ';
              l_exttable_str := l_exttable_str||' type                    oracle_loader ';
              l_exttable_str := l_exttable_str||' default directory      '||p_test_dir;
              l_exttable_str := l_exttable_str||' Access parameters ';
              l_exttable_str := l_exttable_str||' ( ';
              l_exttable_str := l_exttable_str||'  records delimited by newline ';
              l_exttable_str := l_exttable_str||'BADFILE '||q'[']'||p_test_dir||q'[']'||':'||q'[']'||'feed.bad '||q'[']' ;
              l_exttable_str := l_exttable_str||'LOGFILE '||q'[']'||p_test_dir||q'[']'||':'||q'[']'||':feed.log '||q'[']' ;
              l_exttable_str := l_exttable_str||q'[FIELDS TERMINATED BY X'09']';
              l_exttable_str := l_exttable_str||' missing field values are null ';
              l_exttable_str := l_exttable_str||')location('||q'[']'||p_feed_file_name||q'[']';
              l_exttable_str := l_exttable_str||')' ;
              l_exttable_str := l_exttable_str||' )Reject limit unlimited ';
              
              dbg_print(l_log_file,'l_exttable_str : '||l_exttable_str);
    
              
              execute immediate l_exttable_str;
    
    
    End;
    But I am still unable to get rid of him. Pls help me.

    (1) I need the drop because I need to immediately create the table with the name of different file and different path.

    (2) the last thing I do not do is to check the name of the table in the USER_OBJECTS and then drop.

    (3) suggest that create an external table dynamically as a correct approach or not.

    (4) up to now, we use utl_file for reading stream file but I am much interested to use the concept of EXTERNAL TABLE.

    (5) as the file name and the path is changed, I need to create my external table during execution.

    Please suggest me that I can change my file name and the path when running

    Don't drop and re-create it, just create once as DDL not in code and then change it to point to a new file.

    External table

Maybe you are looking for

  • Cannot connect to AT &amp; T after updating to Firefox 14.01. Chrome OK

    After updating Firefox to 13.01 14.01, I can't access my AT & T account. The newspaper into a web page loads normally, but when I fill in the fields name and password and enter, he returned to the home page, no error message, empty fields.13.01 worke

  • My message do not show up in my Apple Watch

    Hello I have a iPhone 5 s Version: 9.2 and one Model: Apple Watch Version: 2.1 but when the new message came to me, I don't see the message in my notification pop up at my watch and after going to my message watch application, I see only a phone numb

  • Printer HP Photosmart Plus B210e range

    My printer print carriage makes a horrible clicking sound and an error message shows (Ox61011bed).  The carriage does not move to the center when the cover is opened, but it moves freely when I move it.  There is no jam.  What should I do next?

  • activation of Windows 2008 0x8004fe30 error

    While activationg Winf\dows 2008 Server error getting message 0x8004FE30

  • Setting the limit for DatePicker

    Can someone tell me how to set the maximum and minimum date picker date... I tried the setMaximumDate() and setMinimumDate() methods, but this isn't ristricting the day and the month of date picker. I want that the date picker to display only 10 days