Partition for all values

Hello

I created the partition in the list with all values, I want the partition, but I also want to make 1 partition for values that do not appear in the list.
How can I do this?

Osman

Check out this list of partitioning of the documentation example:
http://download.Oracle.com/docs/CD/B19306_01/server.102/b14220/partconc.htm#sthref2591

Tags: Database

Similar Questions

  • How default of a multiple selection for all values setting?

    I have a setting that allows the user to select multiple values.  I want the default to use all values (which means basically just ignore this parameter in the generated SQL code).  However, I can't create named on this calculation since it accepts multiple values, and the calculation supports only the first value.  Is there a way to do what I need, without selecting all the values in the list (the LOV contains hundreds and hundreds of values so it's not a viable option).  I'm not very experienced with the discoverer and don't know all the tips/solutions workaround, if you are looking for expert advice.

    Thank you

    Hello

    You must code the parameter and the condition that he accepts the word ALL.

    For example, suppose you are working with ITEM_NUMBER and you have thousands of articles. You want the user to be able to one or more key or access all THE items.

    You must create a Boolean condition like this:

    ITEM_NUMBER IN: ITEM_PARAMETER

    OR

    UPPER(:ITEM_PARAMETER) = "ALL".

    So if the user key word ALL all all or or any variation of the word to be determined as true by the condition and all items will be selected. If the user does no key ALL, and then the other half of the condition will be applied and the element must be a valid element as contained in the list of all the elements. You can even create your parameter with a default value of all THE

    Best wishes

    Michael

  • How to avoid the report for all values of roller running upward of guided navigation

    Hello

    Thanks in advance

    I have 3 reports on three different pages of a dashboard. (Set up a navigation guided on a column of each report). When I click on the value of the column of guided navigation lead me to report 2 for this particular value (is invited), similarly for 3 report also so far it works great.

    However when I go back to report 3 2 and 2-1, the reports are run for all the values for the value which has been adopted by the guided navigation of the previous report (on which I clicked to go to the next report of value) instead.

    Published by: 808623 on November 9, 2010 02:10

    Use the ' back ' button.

    Otherwise, history.back(-1) it will take you to the session previous search in Google to get the HTML code and place it in object HTML/text at the bottom of each page of dashboard

    which will restore the last session he values he's running not not all previous values

    Thank you
    Saichand.v

  • creating table of partition with null values

    Hello

    I have a table with 20 GB of data. I changed this table in the table to partition with partition of the range
    the column with which I took for range (date), holding the values null

    can I have a partition for null values?

    Hello

    CREATE TABLE ICBS. KNET_STMT_EXTRACT_NEW_P
    (
    SRVC_TYPE VARCHAR2 (200 BYTE),
    FILLER_1 VARCHAR2 (200 BYTE),
    RTE_STAT VARCHAR2 (200 BYTE),
    TRAN_DATE VARCHAR2 (200 BYTE),
    TRAN_TIME VARCHAR2 (200 BYTE),
    POST_DATE VARCHAR2 (200 BYTE),
    DATE OF REC_INSERT_DT,
    DATE OF PROCESSED_DATE,
    KNET_RECON_RESSON VARCHAR2 (100 BYTE),
    NEW_TRAN_DATE VARCHAR2 (10 BYTE),
    REASON VARCHAR2 (200 BYTE)
    REASON_IND NUMBER (5),
    NODE_ID VARCHAR2 (8 BYTE),
    PROGRAM_ID VARCHAR2 (8 BYTE),
    USER_ID VARCHAR2 (8 BYTE),
    TIME_STAMP DATE
    )
    ICBS TABLESPACE
    PCTUSED 0
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE)
    64K INITIALS
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    DEFAULT USER_TABLES
    )
    LOGGING
    PARTITION BY RANGE (REC_INSERT_DT)
    (

    KNET_STMT_EXTRACT_NEW_P_DEC11 PARTITION VALUES LESS THAN (TO_DATE (' 2012-01-01 00:00:00 ',' SYYYY-MM-DD HH24:MI:SS ',' NLS_CALENDAR = GREGORIAN '))
    LOGGING
    NOCOMPRESS
    ICBS TABLESPACE
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE)
    INITIAL 1 M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    DEFAULT USER_TABLES
    ),
    KNET_STMT_EXTRACT_NEW_P_JAN12 PARTITION VALUES LESS THAN (TO_DATE (' 2012-02-01 00:00:00 ',' SYYYY-MM-DD HH24:MI:SS ',' NLS_CALENDAR = GREGORIAN '))
    LOGGING
    NOCOMPRESS
    ICBS TABLESPACE
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE)
    INITIAL 1 M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    DEFAULT USER_TABLES
    ),
    PARTITION KNET_STMT_EXTRACT_NEW_P_MVAL VALUES LESS THAN (MAXVALUE)
    LOGGING
    NOCOMPRESS
    TABLESPACE TBL_MAXVALUE
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE)
    INITIAL 1 M
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    DEFAULT USER_TABLES
    )
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    MONITORING
    ALLOW THE MOVEMENT OF THE LINE;

    Published by: hitgon on April 30, 2012 10:56

    Published by: hitgon on April 30, 2012 10:58

    Published by: hitgon on April 30, 2012 10:59

  • BlackBerry Z10 well defined, I can't get the phone to ring and vibrate as the default value for all calls. I can put individual contacts, but I want to ring and vibrate for all.

    Although the value, I can not phone ring and vibrate as the default value for all calls. I can put individual to vibrate and ring contacts and it works but I want as the default for all incoming calls. Any help would be appreciated, thanks

    Sorry, I found the answer in the manual

    "Change your ringtone, sounds or alerts.

    GoTo settings\notifications to the bottom of the screen select application\phone

    You can activate vibrate out there, put the ringer default etc.

  • Find values for all variables

    Hello

    The Sub data, I want to find records where status = 1 and the values for all the questionnarie ($quest1 to Quest5) is other than 1, i.e. the value must be null, 0 or a negative integer

    Thanks in advance

    with t as

    (

    Select 101 as the nest, 1 as the status, "Cookie" as a term, 1 as $quest1, Quest2 0, 0 Quest3, 0 Quest4, 0 as Quest5 from dual union

    Select 102, 1, "Chips", 0, 0, 0, 0, 0 double Union

    Select 102, 1, "Chips", 0, 0, 0, 0, 1 double Union

    Select 102, 1, 'milk', 0, 0, 0, 0, null Union double

    Select 103, 0, 'mixture', 0, 0, 0, 0, 0 double Union

    Select 103, 1, 'sugar', 0, 0, 1, 1, 1 Union double

    Select 104, 1, 'sugar', null, null, 0, 0, 0 double Union

    Select 105, 1, 'the', 1, 1, 0, 0, -1 Union double

    Select 106, 0, 'milk', 1, 1, 0, 0, -1 double Union

    Select 106, 1, 'milk', -1, -1, 0, 0, -1 Union double

    Select 106, 1, 'milk', 0, 0, 0, 0, 0 of the double

    )

    Select * from t

    When status = 1

    Output

    NESTSTATUSTERM$QUEST1QUEST2QUEST3QUEST4QUEST5
    1021Chips00000
    1021Milk0000
    1041sugar000
    1061Milk-1-100-1
    1061Milk00000

    Select *.

    t

    When status = 1

    and nvl ($quest1, 0)<= 0="">

    and nvl (quest2, 0)<=>

    and nvl (quest3, 0)<=>

    and nvl (quest4, 0)<=>

    and nvl (quest5, 0)<=>

  • most long time value of service for all registered databases in Oracle enterprise manager

    Hello

    We use the grid control Oracle enterprise manager 11g in our environment.

    I want to capture the long service time values for all the databases that are stored in the grid control.

    Is there any query to get the values of the database of the grid control.

    Please help me.

    Thank you

    Is not a 11g to test, but try mark for the target_name + target_type = "oracle_database' of mgmt$ metric_daily or mgmt$ metric_details, and do a like on metric_column looking for this particular measure... Once you have found the metric_name + metric_column, you can shoot for all the DB.

  • How to change the value of the Application for all users?

    Hi, I work on Apex 3.2.1.00.12 which is installed on a database of Oracle 10 g Enterprise Edition Release 10.1.0.5.0

    I'll explain my problem... At the beginning of the application, the user choose a year, each year can have 3 status and based on the State to restrict or grant access to certain tabs, pages and options. I put the status of the year selected in an Application element and then I just use an authorization scheme to check if the user can access pages or options.

    The problem is that if the administrator changes the status of the current year (for example, 1-2), users who are currently in the application will have access to the options of the State 1, instead of the State 2 options. is there a way to change the value of this element for all users?

    Thank you.

    Force a disconnection of all users? You can't really affect the values of the sessions other than your own via a browser, and from the point of application is part of a single session...

    You could re-read the value of point of application of its source whenever you load a page or tab game...

    Thank you

    Tony Miller
    Ruckersville, WILL

  • error message "Please provide a value for all required fields.

    I try to install enterprise converter on my virtualcenter server.  I use the latest version (2.5u3), and when I get to the part where I provide identification information, I get the error message "Please provide a value for all required fields.  It is, I have - all fields are filled with the correct values.  I tried 2 different accounts - time local administrator and another account, that I've created specifically for vmware and they both fail with this error message.

    Someone has ideas of what's going on here?

    Elf

    The account used for the converter must be able to log on as a service.  This can be set in the local security on the VC server policy.

    geob

  • using % for all null values or empty including

    Hello all;

    Below is the sample data
    create table t1
    (
    ID varchar2(200),
    time_create date
    );
    
    insert into t1
        (id, time_create)
      values
        ('A', sysdate);
      
      insert into t1
        (id, time_create)
      values
        ('B', sysdate);
        
        insert into t1
        (id, time_create)
        
        
      values
        (null, sysdate);
        
    I have the below sql statement
        
        select * from t1
        where t1.id like decode(:id, 'ALL', '%', :id);
    now I have a situation where if user input is EVERYTHING, I want to get all the results, including null values or values space, how can I change the decode statement to do.

    This is the output I want below for ALL
    ID  TIME_CREATE
    A   5/23/2011 11:14:23 PM
    B   5/23/2011 11:14:24 PM
         5/23/2011  11:14:25 PM
    Any help is appreciated. Thank you.

    Maybe:

    Select * from t1
    where (: id = 'ALL')
    OR id =: id);

    Or something similar depending on

    Scott

  • Single request for the display of all, but the values of 1 column for all tables

    Hello

    All tables have the column SYS_CREATION_DATE.
    But I don't want to not display the value of this column

    Can anyone suggest a way in which I could achieve this?

    Oracle version: 11 GR 1 material
    OS: SunOS


    See you soon,.
    Malika

    Published by: user9131570 on July 6, 2010 19:57

    user9131570 wrote:
    @Tubby

    I * table-wise display the values of all but 1 columns (SYS_CREATION_DATE) in my database.*

    I need it to compare to another data base for all these values.

    I would like to make a wild guess at what you are getting.

    In view of these two tables

    create table emp
       (empid number,
        empname varchar2(15),
        empaddr   varchar2(15),
        sys_creation_date date);
    --
    create table dept
       (deptid number,
        deptmgr varchar2(10),
        sys_creation_date date);
    

    you want to combine somehow

    select empid,
             empname,
             empaddr
    from emp;
    

    with

    select deptid,
             deptmgr
    from dept;
    

    in a single sql statement?

  • Display values in LOV by one and addition of choice for all

    Hello

    How can I add to values of the shape parameter of Runtime (RPF) of each record as well as the option for all records. Below, I describe my problem more in detail.

    Here is a picture of what I want
    [Photo of LOV | http://img201.imageshack.us/img201/7974/captureq.png]

    To be clear lets say we have employee table:

    Nr. Name
    --------------
    1. Joe
    2. To get married
    3. Sam
    4. Steve
    5. Jack

    In order to add all employees to the list of values simply write us: "SELECT Nr OF THE employee. Then our RPF would contain the following entries in the drop-down list box:

    1
    2
    3
    4
    5

    But I also want to add the option for 'ALL', so my RPF should contain:

    ALL THE
    1
    2
    3
    4
    5

    I know that this can be done by using the UNION somehow, but I just can not understand.

    Thanks for the help in advance.

    You can adjust your where to handle the special value, as

    Select nr, name from employee where name = DECODE(:parameter, '-1', name, :parameter)
    
  • Re: How to get Max (all values of columns) records on a partition interval

    Hello
    Hours      Days            Name     used_size
    1     01-09-012     R1     1100
    10     01-09-012     R1     1150
    15     01-09-012     R1     1160
    23     01-09-012     R1     1200
    
    1     01-08-012     R1     1600
    10     01-08-012     R1     1700
    15     01-08-012     R1     1800
    23     01-08-012     R1     1500
    
    1     01-09-012     J1     10
    10     01-09-012     J1     20
    15     01-09-012     J1     30
    23     01-09-012     J1     60
    
    1     01-08-012     J1     70
    10     01-08-012     J1     5
    15     01-08-012     J1     17
    23     01-08-012     J1     22
    
    
    Needed o/p:
    
    23     01-09-012     R1     1200
    23     01-08-012     R1     1500
    23     01-09-012     J1     60
    23     01-08-012     J1     22
    We have table as above, IE. everyday, there are records at regular intervals of hours for different users.

    I want to get a single record of every day for one hour on this day for all users.


    Please let me know if my question was unclear?

    -Thank you

    Another way, maybe more simple here, here could be just group by user, day.

    SELECT user, day, Max(hours) max_hours, Max (used_size) KEEP (DENSE_RANK LAST ORDER BY hours) mh_used_size
      FROM (table)
     GROUP BY user, day
     ORDER BY user, day
    
  • Find the right Partition for swap Partiton when there are PARTITION and SUBPARTITION

    Hi all

    I have a small problem:

    I want to find the right cause of partitions of the partition key.  I have a partition and a Subpartition (sample - table in annex).

    I leave the database to generate the partition (and name), the name is generated. I need to find for the exchange of partition

    the right of Partition has cause of a given value of the partition key (in this case EVOD_PART_DATE and 20141101 value).

    When I try to find the right partiton name, I would use generally not:

    SELECT DISTINCT dbms_rowid.rowid_object(ROWID) data_object_id
       FROM F_CONTRACT_EVENT
       WHERE  EVOD_PART_DATE = TO_DATE ('20141101','YYYYMMDD')
    

    Okay, I get 2 rows, I'm expecting one, but cause the result are the subpartions, I get this:

      SELECT *  FROM ALL_OBJECTS WHERE DATA_OBJECT_ID IN ( 155159,155154);
    

    I see:

    EVO_DM    F_CONTRACT_EVENT    SYS_SUBP4292    155159    155159    TABLE SUBPARTITION
    EVO_DM    F_CONTRACT_EVENT    SYS_SUBP4287    155154    155154    TABLE SUBPARTITION
    

    But I don't want the subparts, I want the PARTITON!

    The table:

    CREATE TABLE "EVO_DM"."A0_F_CONTRACT_EVENT" 
       ( "EVOD_DDATE_ID_VALID_FROM" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DDATE_ID_VALID_TO" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DTIME_ID_START" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DSUST_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DCHAN_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DARTI_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DCAMP_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DUSAG_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DOPSY_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DDEVI_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DSHOP_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DPLFO_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DACCO_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DDECL_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DOBJT_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DOFFR_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DCNTR_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DCURR_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DCONT_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DIVWC_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "DD_SUBSCRIPTION_ID" VARCHAR2(50 BYTE) DEFAULT '~' NOT NULL ENABLE, 
        "SINGLE_ISSUE" NUMBER(8,0) DEFAULT 0, 
        "SUBSCRIPTION" NUMBER(8,0) DEFAULT 0, 
        "RENEWAL" NUMBER(8,0) DEFAULT 0, 
        "CONVERSION" NUMBER(8,0) DEFAULT 0, 
        "DOWNLOAD" NUMBER(8,0) DEFAULT 0, 
        "UPDATES" NUMBER(8,0) DEFAULT 0, 
        "NET_VALUE_IN_EUR" NUMBER(10,4) DEFAULT 0 NOT NULL ENABLE, 
        "GROSS_VALUE_IN_EUR" NUMBER(10,4) DEFAULT 0 NOT NULL ENABLE, 
        "COMMISSION_IN_EUR" NUMBER(10,4) DEFAULT 0 NOT NULL ENABLE, 
        "TAX_IN_EUR" NUMBER(10,4) DEFAULT 0 NOT NULL ENABLE, 
        "POSITION_NR" NUMBER(3,0) DEFAULT -1, 
        "DD_ORDER_NR" VARCHAR2(50 BYTE) DEFAULT '~' NOT NULL ENABLE, 
        "EVOD_SOURCE_CD" VARCHAR2(50 BYTE) DEFAULT '~' NOT NULL ENABLE, 
        "FLAG_STOCK_RELEVANT" NUMBER(1,0) DEFAULT '0' NOT NULL ENABLE, 
        "RENEWAL_NR" NUMBER(3,0) DEFAULT -1, 
        "EVOD_DDATE_ID_SUBSCRIPTION" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
        "EVOD_DPRCG_ID" NUMBER(20,0) DEFAULT -1 NOT NULL ENABLE, 
      
       EVOD_PART_DATE DATE  GENERATED ALWAYS AS ( TRUNC(TO_DATE(TO_CHAR(EVOD_DDATE_ID_VALID_FROM),'YYYYMMDD'),'MM')) VIRTUAL)
    PARTITION BY RANGE(EVOD_PART_DATE)
    interval(NUMTOYMINTERVAL (1,'MONTH'))
    SUBPARTITION BY LIST(EVOD_SOURCE_CD)
    SUBPARTITION TEMPLATE(
    SUBPARTITION "P_ITUNES"  VALUES ('ITUNES') ,
    SUBPARTITION    "P_WSP"  VALUES ('WSP'),
    SUBPARTITION   "P_GOOGLE"  VALUES ('PLAYSTORE'),
    SUBPARTITION   "P_DEFAULT"  VALUES ('~') ,
    SUBPARTITION   "P_AMAZON"  VALUES ('AMAZON_EREADER', 'AMAZON_MANUELL', 'AMAZON_TABLET') ,
    SUBPARTITION    "P_MSD"  VALUES ('MSD')
    )
    (
     PARTITION P01 VALUES LESS THAN (TO_DATE('200310','YYYYMM')) SEGMENT CREATION DEFERRED
    )
    PARALLEL 10  ;
    

    Any ideas?

    Thanks for Berlin

    First of all - the DOF you posted is INVALID - you do not specify a delayed segment creation for partitions. Specify you for the table.

    Also, you must remove the DEFAULT value - 1 for the partitioning column. The value '-1' cannot be converted to a valid date for the virtual partitioning column value.» The default value is useless and will give confusion around the year exception err when the exception should actually provide a NULL value for a column not null.

    The documentation explains how to use the EXCHANGE PARTITION and has the code example

    Maintenance of Partitions

    Exchange a Partition of a partitioned Table interval

    You can exchange of range partitions in a partitioned table interval. However, you must make sure that the partition of the interval was created before that you can swap partition. You can leave the database create the partition in the partition of the interval of locking.

    The following example shows an Exchange partition for the interval_sales table, range-partitioned using the monthly from partitions of 1 January 2004. This example shows how to add data to the table using charge Exchange partition for June 2007. Assume there is only a local index on the interval_sales table and equivalent index have been created on the interval_sales_june_2007 table.

    LOCK TABLE interval_sales  PARTITION FOR (TO_DATE('01-JUN-2007','dd-MON-yyyy'))  IN SHARE MODE;    ALTER TABLE interval_sales  EXCHANGE PARTITION FOR (TO_DATE('01-JUN-2007','dd-MON-yyyy'))  WITH TABLE interval_sales_jun_2007  INCLUDING INDEXES;
    

    Note the use of the FOR syntax to identify a partition that has been generated by the system. The name of the partition can be used by querying the *_TAB_PARTITIONS view of data dictionary to find the partition system-generated name.

    Given that the last paragraph? That's what showed Solomon.

    NOTE:-special attention to the FIRST paragraph. If you use segment carried OVER creating the partition you want to Exchange could NOT have been created yet.

    Make SURE that you lock the partition as the example shows, or you will get an exception if it has not been created.

    Also - we know NOT what PROBLEM you're trying to solve.

    If you exchange a PARTITION of a table subpartitioned your working table should actually be partitioned using the SAME parttioning as the subparts in the source table:

    See my response in this thread:

    https://forums.Oracle.com/forums/thread.jspa?threadID=2482090&TSTART=30

    In this thread I have provide the code example illustrating how the table should be created and made Exchange.

  • HOWTO enable Adobe pdf-plugin and add packs of langugate for all users

    I have firefox installations on many terminalservers and my users are tapped daily with a prompt to enable Adobe PDF plugin view PDF files in the browser.

    We use a Group Policy object to substitute different parameters on the homepage by default and disabled the built-in PDF reader.

    How can I activate the plug-ins for all users?
    How to install the langugate packs and a dictionary for all users for Norwegian?

    Unfortunately, you can install is no longer extensions including Linguistics by the record of distribution/bundles in the Firefox program folder.

    • Bug 1144127 - Remove support for distribution/bundles (39 +)

    For language packs, see:

    A file to mozilla.cfg in the Firefox program folder can be used to lock the prefs or specify new values (default).

    A file local - settings.js must be placed in the folder "by default/pref" also the file prefs.js - channel where to specify using mozilla.cfg.

    pref("general.config.filename", "mozilla.cfg");
    pref("general.config.obscure_value", 0);
    

    These functions can be used in the mozilla.cfg file:

    defaultPref();	// set new default value
    pref();		// set pref, allow changes in current session
    lockPref();	// lock pref, disallow changes
    

    See the Configuration:

    See also:

    You can try this in the mozilla.cfg file:

    //
    pref("plugin.state.nppdf", 2);

Maybe you are looking for

  • The files are removed when you update to mac os sierra

    What is my music on my itunes library get deleted if I update to mac os sierra? Also deleted bookmarks in google chrome? I have version 10.7.5

  • HP mini 110 reset bios

    Hello I have a HP mini 110 and I receive a request for CURRENT password and a code cnu92863d7 Can someone please help solve? Thank you

  • install a new font

    I would like to install fonts sans serif to my system. I have it on one of my signature files but cannot find it anywhere in my system? genedm

  • HP 6100 Wireless, flashing JO

    Hello! I have a problem with a printer Officejet 6100 wireless communication, that I just bought: I'm on a macbook pro in Mavericks so the cd which includes all of my new printer is useless. It does not support the Mavericks so I plugged the printer

  • Very strange problem with my graphics card.

    Hello, I run Vista 64-bit. Good evening I have a pavillion desktop computer with which I mainly game and go to the web with. After a year of perfection, 20 days guaranteed since the computer goes through a horrible string of accidents. He started whi