Hi in the between operator how to use date column

Hi
I have one small doubut ,once i try to get the results perticular between dates ,it not working
ex:- in the emp table i try get the employess u hire between 01-jan-80 to 03-jan-80
once i use query select * from emp where hiredate between '01-jan-80' and '03-jan-80'
it is display differnt data.
plz help i want data only 01,2nd and 3rd jan data only how to write query.
Thank's

Hi,
When you want to hard-code a DATE, don't just use a string. Use the TO_DATE function, for example
TO_DATE ( '01-jan-1980'
        , 'dd-mon-yyyy'
        )or use a DATE literal (always specified in 'YYYY-MM-DD' format):
DATE '1980-01-01'Remember that DATE expressions always include the time of day. If you use TO_DATE without specifying the time, or a DATE literal (as I did above) the time defaults to midnight, which is the first point in time on that day.
If you are certain that your all DATEs in your table are at midnight, you can use BETWEEN like this:
select  *
from      emp
where      hiredate between TO_DATE ('01-jan-1980', 'dd-mon-yyyy')
           and       TO_DATE ('03-jan-1980', 'dd-mon-yyyy')
;If your table did have a hiredate such as January 3, 1980, 10:35 am, the query above would not choose it (because 10:35 is later than midnight.)
Because of the problems with BETWEEN, some people do two comparisons instead:
select  *
from      emp
where      hiredate >= TO_DATE ('01-jan-1980', 'dd-mon-yyyy')
and      hiredate <  TO_DATE ('03-jan-1980', 'dd-mon-yyyy') + 1
;This will pick anything on January 3, 1980, regardless of its time.
Edited by: Frank Kulash on Aug 5, 2009 10:49 AM

Similar Messages

  • How to use date column index

    Hi,
    Why is that I got different results for my queries?
    Note that emp_date is indexed, so i dont want to use
    a function to it.
    QUERY1(full table scan)
    SELECT COUNT(*) FROM EMP WHERE TRUNC(EMP_DATE)=TRUNC(SYSDATE-30); (RESULT=8,842)
    QUERY2
    SELECT COUNT(*) FROM EMP WHERE
    EMP_DATE >=(SYSDATE-30) and EMP_DATE < (SYSDATE-30); (RESULT=0)
    QUERY3
    SELECT COUNT(*) FROM EMP WHERE
    EMP_DATE BETWEEN TRUNC(SYSDATE-30) and TRUNC(SYSDATE-30); (RESULT=2,100)
    Please help me how to use indexed date column...

    > Why is that I got different results for my queries?
    Because your queries are different.
    1) This one selects all records on 20 october, regardless of their time component
    2) This one selects all records with an emp_date at least being 20 october 14:56:30 AND being smaller than 20 october 14:56:30. No record will ever satisfy this condition.
    3) This one selects all records on 19./20 october at midnight 00:00:00
    Please see this example:
    SQL> create table myemp (emp_date)
      2  as
      3   select trunc(sysdate) - 30 +
      4          case
      5          when level <= 2100 then 0
      6          when level <= 8842 then dbms_random.value(1,86399)/86400
      7          else 2
      8          end
      9     from dual
    10  connect by level <= 100000
    11  /
    Tabel is aangemaakt.
    SQL> create index i1 on myemp(emp_date)
      2  /
    Index is aangemaakt.
    SQL> exec dbms_stats.gather_table_stats(user,'myemp',cascade=>true)
    PL/SQL-procedure is geslaagd.
    SQL> set autotrace on explain
    SQL> select count(*) from myemp where trunc(emp_date)=trunc(sysdate-30)
      2  /
                                  COUNT(*)
                                      8842
    1 rij is geselecteerd.
    Uitvoeringspan
       0      SELECT STATEMENT Optimizer=CHOOSE (Cost=88 Card=1 Bytes=8)
       1    0   SORT (AGGREGATE)
       2    1     TABLE ACCESS (FULL) OF 'MYEMP' (Cost=88 Card=1000 Bytes=
              8000)
    SQL> select count(*) from myemp where
      2  emp_date >=(sysdate-30) and emp_date < (sysdate-30)
      3  /
                                  COUNT(*)
                                         0
    1 rij is geselecteerd.
    Uitvoeringspan
       0      SELECT STATEMENT Optimizer=CHOOSE (Cost=2 Card=1 Bytes=8)
       1    0   SORT (AGGREGATE)
       2    1     FILTER
       3    2       INDEX (RANGE SCAN) OF 'I1' (NON-UNIQUE) (Cost=4 Card=2
              50 Bytes=2000)
    SQL> select count(*) from myemp where
      2  emp_date between trunc(sysdate-30) and trunc(sysdate-30)
      3  /
                                  COUNT(*)
                                      2100
    1 rij is geselecteerd.
    Uitvoeringspan
       0      SELECT STATEMENT Optimizer=CHOOSE (Cost=2 Card=1 Bytes=8)
       1    0   SORT (AGGREGATE)
       2    1     FILTER
       3    2       INDEX (RANGE SCAN) OF 'I1' (NON-UNIQUE) (Cost=4 Card=2
              50 Bytes=2000)
    > Please help me how to use indexed date column...
    Use this query instead:
    SQL> select count(*)
      2    from myemp
      3   where emp_date between trunc(sysdate)-30 and trunc(sysdate)-29 - interval '1' second
      4  /
                                  COUNT(*)
                                      8842
    1 rij is geselecteerd.
    Uitvoeringspan
       0      SELECT STATEMENT Optimizer=CHOOSE (Cost=2 Card=1 Bytes=8)
       1    0   SORT (AGGREGATE)
       2    1     FILTER
       3    2       INDEX (RANGE SCAN) OF 'I1' (NON-UNIQUE) (Cost=4 Card=2
              50 Bytes=2000)Regards,
    Rob.

  • Where we use the window class in the sql and how to use it

    where we use the window class in the sql and how to use it

    http://docs.oracle.com/cd/E11882_01/server.112/e26088/functions004.htm#SQLRF06174
    Regards
    Etbin

  • Where is my credit balance? I was gifted $50 for Christmas and used it but cannot find the balance and how to use it.

    I was gifted $50 for Christmas and used it ti buy a couple of albums but now canot find the balance and how to use it.

    My account's balance shows at the top left of the store's page on my computer's iTunes, and by logging in to view my account via the Store > View Account menu option. On my devices it shows at the bottom of, for example, the Featured tab in the App Store app under my account id (or you can view your account via Settings > iTunes & App Store and it should show on the screen that you are taken to).
    If nothing shows then have you checked your account's purchase history ? If you log into your account on your computer's iTunes via the Store > View Account menu option, you should then see a Purchase History section with a 'see all' link to the right of it. Click on that and you should then see a list of your purchases.
    If you have a balance then you just need to click on item's price to buy it, assuming that your balance covers its price.

  • How to  use data function using characterstics variable for calculation on

    how to  use data function using characterstics variable for calculation on  attribute as key figure

    Hi Gayatri
    Did you not see my answer for CASE because CASE does indeed offer the use of the BETWEEN clause, but DECODE does not. Let me give you a little synopsis of DECODE.
    In its most simple form it takes 4 values and looks like this: DECODE(A, B, C, D)
    This essentially means, IF A = B THEN C ELSE D
    The trick to solving BETWEEN in a DECODE is to work out algoriths where A = B. Because we don't know how many values are between 00 and 99, although I could guess there were 100 we could of course have 100 parts in the DECODE but that would be awful. How about if we look at it another way and say this:
    IF PART_NUMBER < 'SDK00' THEN pay_amount
    ELSE IF PART_NUMBER > 'SDK99' THEN pay_AMOUNT
    ELSE pay_amount + 100
    This statement only had 2 hard coded values, but how to make DECODE work with less than? Easy, we use the LEAST function. The LEAST function takes 2 values and returns the one with the lowest value. So I use LEAST(PART_NUMBER, 'SDK00') then whenever the PART_NUMBER is lower than SDK00 it will be true. A similar situation exists for the opposite function GREATEST. Putting all of this together then, you can do this:
    DECODE(PART_NUMBER, GREATEST(PART_NUMBER, 'SDK00'), DECODE(PART_NUMBER, LEAST(PART_NUMBER, 'SDK99'), PAY_AMOUNT * 100, PAY_AMOUNT), PAY_AMOUNT)
    In English this can be read as follows:
    IF the PART_NUMBER is greater than or equal to SDK00 and the PART_NUMBER is less than or equal to SDK99 THEN PAY_AMOUNT x 100 ELSE 0
    Best wishes
    Michael

  • Between operator not appearing for date in custom field of IBASE search

    Hi experts
    I am using CRMCMP_IBSEARCH for search enhacement of IBASE by adding a new fields as valid from date in CRM 7.0.
    I have added the field using append structure in the search structure of IBASE.Now my requirement is i am unable to see the between operator in UI for this date field and also i cannot enter date range for my requirement.
    Any su

    Hi,
    please go to SM34 and open viewcluster CRMVC_DQ
    Check and change here the operators for your component and view / attribute.
    Kind regards
    Manfred

  • Between operator for group by date in Apex Interactive Reports

    Hi,
    In the interactive reports filter, i couldn't find the 'between' operator for date field (got a 'group by date' in my sql query (source). I am just wondering, Is it beacuse of the group by date clause?. Is there any way to show the 'between' operator in the interactive reports filter.
    Thanks

    I just opened an existing IR style report, went to actions, filter, selected a date column and found between at the bottom of the list of values.. Are you sure the date you are trying to filter on is a true date column?
    Thank you,
    Tony Miller
    Webster, TX
    What if you really were stalking a paranoid schizophrenic... Would they know?
    If this question is answered, please mark the thread as closed and assign points where earned..

  • How to use COMMENTS column of PER_ALL_VACANCIES?

    In Table PER_ALL_VACANCIES, there is a column COMMENTS. I want to add this column in the CREATE VACANCY page. Do I have to use the customization of IrcEditVacancyVO to use this column?

    Thank you very much! This is exactly what I wanted.
    Average Calories by Trainer
    Natalie
    720
    Michael
    954
    Jason
    718
    Elvis
    688
    One last question since you were all so helpful. How do I sort by the Average calorie burn column from highest to lowest? Every time I try to sort, it messes up all the formulas or won't change the names, just the numbers. In excel it's so easy to do this, I'm so surprised that I'm having issues sorting too! Ideally I'd like it to automatically sort to have the highest trainer on top, but I'm ok doing it manually if I need to.
    Thanks again!

  • Can u  tell me any of you how to use Date class

    Can u tell me any of you how to use Date class. Please send me the source code.

    People won't send you the source code.
    Ask specific questions. You are very vague.
    Tell me how to build.

  • Two phones with the same icloud how to use storage only one the one

    My daughter has a Iphone 4, I have a Iphone 5. Because she is to young to have a credit card that allows her to shop online, she uses mine to buy apps. The phone stands in my name and we share the same Iclud. She needs more storage on her phone, so I said yes for her to buy more storage on her phone. But it seems that the storage has been benefitted my phone instead. How can I switch the storage over on her phone?

    Hi kristgjo,
    If the phones share one iCloud account, then the storage upgrade applies to both devices. For example, I have an iPad and an iPhone that I back up to iCloud. Both use the same account, and both use the same iCloud storage.
    If you go to Settings>iCloud>Storage & Backup>Manage Storage, you will see both of your devices, and the amount of iCloud storage that they are using displayed. If you click on either of the devices, you will be able to see the size of the backup and the specific items that are being backed up and how large they are.
    Cheers,
    GB

  • How to use dates/times in the definition of local fields?

    Hello!
    I have few tough questions for which I haven't found an answer. I hope someone is capable to help me.
    1. Is there a transaction to search tables if we know the field?
    2. I'd like to define a local field and need to use dates in the calculation function. So basically I need to calculate the lean-time from the date of the purchase order (field BSTDK) to the date of the final delivery (field PLIFTS) and the result should be displayed in weeks. How can I do this? Or can I?
    3. Can I use the local fields further in my calculations?
    Thank you in advance!
    Maria Kangasniemi

    Hi,
    1. Is there a transaction to search tables if we know the field?
    Tcode:    SE84
    2. I'd like to define a local field and need to use dates in the calculation function. So basically I need to calculate the lean-time from the date of the purchase order (field BSTDK) to the date of the final delivery (field PLIFTS) and the result should be displayed in weeks. How can I do this? Or can I?
    Doing some calculation you can define it.
    3. Can I use the local fields further in my calculations?
    What is local Fields?

  • Read the valid Operation/Activity Master Recipe data using an FM

    Dear all,
    Can anyone guide me to a function module, which could read the relevant master recipe data taking the validity date into consideration. i.e. the function module should return the correct valid data based on the Key Date.
    Is there such a function module, and could anyone give an example of using this.
    Thanks & Best Regards,
    Dabre

    Hi Ravi,
    Thanks for the response, but does not seem like this FM would give me the required information, since this seems to be taking the process order number etc as the importing parameters.
    I would need to pass something like the recipe type, recipe group and maybe the recipe counter along with the Key Date inorder to get the valid operations/activities for the period.
    Best Regards,
    Dabre

  • HTTP url parameters to pass the target side how handle using udf and source is not mapped to target

    HI Gur's.
    I have a requirement HTTP -post -Proxy.
    Post will send the data in URL. we have written the udf for handling the to receive the  data  we are not mapping with source structure to target structure .Url data  display in SOAP header only.how to store the soap header  data ECC using in proxy receiver.

    thank you shahcsanjay for your reply
    but I think that web.showDocument can not be used by ordinary java web application ..
    I think it can be used only with with "oracle forms" Am I right ?
    If no can you please tell me where can I find a useful document about how to use web.showDocument ...
    thanks again
    Saleem

  • How to use get column name.vi in SQL toolkit 2.0?

    Due to the vi "get column name.vi" paremeters,no table name has connected to the vi. So, I want to ask how to use this vi for gain one column name of a table. Maybe there are some other ways to solve column name getting.
    Thanks.

    Thanks!
    Error 4101 Description:
    Execute SQL - The connection, statement, or query handle you provided is not valid.
    I don't just used the toolkit in a while,now, I am developing a irrigation system. For the table field names defined by users,column names must be known before any select operations. Do you have any other good idea about drawing out the columnname parameters?
    As you know, a valid DSN and table have been also available. The database I used is Access. The bad thing to me is that there is no any text information gotten. And I think, it may be some problems in connection way which I don't find out.
    Really appreciated by your reply.
    Could you give me some example in the aspect?
    Thank you again.

  • How to use data densification?

    I recently attended an Online Oracle Developer Day. In the presentation on Data Warehousing Best Practices, given by Rekha Balwada, there was mention of data densification. I attempted to use it in my environment, without success. Below is the code for my test case, based on the example given in the presentation (slide 57 of 59). I would very much appreciate any help in understanding why my test case does not work.
    I am currently working in Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production.
    The example used two tables, Inventory and Times. Here is the DDL I used to create and populate the tables, and below that the query I ran (copied from the presentation). The query will create a row for every row in the Times table, but the quant column is left null unless there is actual data for that day, which is not what I expected from the presentation. The presentation suggested that the last number for the Quant column would be repeated for each day where there was not an actual row in the table.
    The presentation results (copied from the slide pdf "datawarehousing_developer_13361721729343882"):
    Times_id Product Quant
    01-APR-2011 Bottle 10
    02-APR-2011 Bottle 10
    03-APR-2011 Bottle 10
    04-APR-2011 Bottle 10
    05-APR-2011 Bottle 8
    01-APR-2011 Can 15
    02-APR-2011 Can 15
    03-APR-2011 Can 15
    04-APR-2011 Can 11
    05-APR-2011 Can 11
    -- File created - Thursday-May-24-2012
    -- DDL for Table TIMES
    CREATE TABLE "TIMES"
    (     "TIME_ID" DATE
    ) SEGMENT CREATION IMMEDIATE
    PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
    NOCOMPRESS LOGGING
    STORAGE(INITIAL 163840 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1
    BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
    TABLESPACE "USERS" ;
    REM INSERTING into TIMES
    SET DEFINE OFF;
    Insert into TIMES (TIME_ID) values (to_date('2012-04-01 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-02 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-03 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-04 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-05 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-06 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-07 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-08 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-09 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-10 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-11 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-12 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-13 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-14 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-15 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-16 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-17 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-18 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-19 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-20 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    Insert into TIMES (TIME_ID) values (to_date('2012-04-21 00.00.00','YYYY-MM-DD HH24.MI.SS'));
    -- Constraints for Table TIMES
    ALTER TABLE "TIMES" MODIFY ("TIME_ID" NOT NULL ENABLE);
    -- File created - Thursday-May-24-2012
    -- DDL for Table INVENTORY
    CREATE TABLE "INVENTORY"
    (     "TIME_ID" DATE,
         "PRODUCT" VARCHAR2(20 BYTE),
         "QUANT" NUMBER
    ) SEGMENT CREATION IMMEDIATE
    PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
    NOCOMPRESS LOGGING
    STORAGE(INITIAL 163840 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1
    BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
    TABLESPACE "USERS" ;
    REM INSERTING into INVENTORY
    SET DEFINE OFF;
    Insert into INVENTORY (TIME_ID,PRODUCT,QUANT) values (to_date('2012-04-01 00.00.00','YYYY-MM-DD HH24.MI.SS'),'Bottle',10);
    Insert into INVENTORY (TIME_ID,PRODUCT,QUANT) values (to_date('2012-04-01 00.00.00','YYYY-MM-DD HH24.MI.SS'),'Can',15);
    Insert into INVENTORY (TIME_ID,PRODUCT,QUANT) values (to_date('2012-04-05 00.00.00','YYYY-MM-DD HH24.MI.SS'),'Bottle',8);
    Insert into INVENTORY (TIME_ID,PRODUCT,QUANT) values (to_date('2012-04-04 00.00.00','YYYY-MM-DD HH24.MI.SS'),'Can',11);
    ------------------------------------------------------------------------ Here is the query I ran (also copied from the slide pdf):
    SELECT
    times.time_id,
    product,
    quant
    FROM
    inventory PARTITION BY(product)
    RIGHT OUTER JOIN times
    ON
    times.time_id = inventory.time_id
    ---------------------------------------------------------------------------- Here are my results.
    Times_id Product Quant
    2012-04-01 00.00.00     Bottle     10
    2012-04-02 00.00.00     Bottle     
    2012-04-03 00.00.00     Bottle     
    2012-04-04 00.00.00     Bottle     
    2012-04-05 00.00.00     Bottle     8
    2012-04-06 00.00.00     Bottle     
    2012-04-07 00.00.00     Bottle     
    2012-04-08 00.00.00     Bottle     
    2012-04-09 00.00.00     Bottle     
    2012-04-10 00.00.00     Bottle     
    2012-04-11 00.00.00     Bottle     
    2012-04-12 00.00.00     Bottle     
    2012-04-13 00.00.00     Bottle     
    2012-04-14 00.00.00     Bottle     
    2012-04-15 00.00.00     Bottle     
    2012-04-16 00.00.00     Bottle     
    2012-04-17 00.00.00     Bottle     
    2012-04-18 00.00.00     Bottle     
    2012-04-19 00.00.00     Bottle     
    2012-04-20 00.00.00     Bottle     
    2012-04-21 00.00.00     Bottle     
    2012-04-01 00.00.00     Can     15
    2012-04-02 00.00.00     Can     
    2012-04-03 00.00.00     Can     
    2012-04-04 00.00.00     Can     11
    2012-04-05 00.00.00     Can     
    2012-04-06 00.00.00     Can     
    2012-04-07 00.00.00     Can     
    2012-04-08 00.00.00     Can     
    2012-04-09 00.00.00     Can     
    2012-04-10 00.00.00     Can     
    2012-04-11 00.00.00     Can     
    2012-04-12 00.00.00     Can     
    2012-04-13 00.00.00     Can     
    2012-04-14 00.00.00     Can     
    2012-04-15 00.00.00     Can     
    2012-04-16 00.00.00     Can     
    2012-04-17 00.00.00     Can     
    2012-04-18 00.00.00     Can     
    2012-04-19 00.00.00     Can     
    2012-04-20 00.00.00     Can     
    2012-04-21 00.00.00     Can     
    Thank you for your time,
    Vin Steele

    >
    SELECT
    times.time_id,
    product,
    quant
    FROM
    inventory PARTITION BY(product)
    RIGHT OUTER JOIN times
    ON
    times.time_id = inventory.time_id
    >
    The right outer join means that data for the 'times' table will have NULL values representing the 'time_id' values that do not exist in the 'inventory' table.
    There is nothing in the query or data that would create missing values.
    Another anomaly is that there is no 'product' table. That table would normally hold the master list of products perhaps using product_id as the primary key.
    Then a cartesian join between the 'times' table and the 'product' table would produce the dense set of dimensions for the matrix. This join could seed each matrix data value with a zero (0) for quantity (if NULL is not desired) which would be used for products that are not represented at all in the 'inventory' table or are not represented for particular days.
    The matrix data values for actual data would be added to the zero cell values to get the final value for the cell.

Maybe you are looking for

  • Error occur while doing Determination the dep. area in the asset class

    Hi All Query about FI - AA when I m trying to do determine depreciation area in the asset class with following path Path in IMG FA- AA- Valuation-- Determine depreciation area in the asset class By following above path and my Asset class as soon as I

  • How to export a Webdynpro java DC, for reuse in another system

    Hi Everybody, I am having a Webdynpro Java DC, i want to give that DC to another person to import into his system and work.  i am doing a export of that DC and creating a zip file.  But when we are trying to import it in another system, it is giving

  • N79 bloked

    hi all, i have a problem with my N79, wen i turn on  it ok 2or 4 min later it will be bloked, i don't know what can i do to fix it up,

  • How to change the Time Zone in OAM  log & audit files

    Hi All, I have OAM installed with all components. By default it is using the UTC Time Zone in the log files and Audit files. Could any one please tell me how to change the Time according to the place ? It is an urgent plzzz. Thanks & Regards, Vaasu.

  • Has anyone managed to get Authorization working with JAAS from CusLoginMod?

    Hi everybody, I am on a standalone oc4j 10.1.3.1.0 I want to be able to access a private resource using form based authentication and I would like to use JAAS from with a custom login module. The authentication part works just fine but the authorizat