Types of DBA

Hi,
Are there an OLAP DBA and OLTP DBA, experience DBA is one who has both the experiences?
Being more specific like Oracle Linux DBA, Performance Tuning DBA, can it also be like this and if not then what is a specialized DBA?
Adith

As with anything involving job roles, it depends...
Are there DBAs that have a great deal of experience in OLAP databases and the technologies that go with OLAP processing? Sure.
Are there DBAs that have a great deal of experience with OLTP databases? Sure.
Are there companies and/or projects that call for one or the other? Sure.
Are there companies and/or projects that look for DBAs that are comfortable in both environments? Sure.
Are there lots of similarities between OLTP and OLAP DBAs? Sure. But there are also a lot of differences.
Justin

Similar Messages

  • Grant DBA role

    Hi, i have experienced many time that when you give dba role to any schema it should get the privilege of Create any on all object. but it is not the case after giving dba privilege to schema i have to give create any privilege to that schema though DBA role have that Facility, why is it so.
    Regards
    Vikas Chopkar

    Are you talking about the default role named DBA? If so, that role should rarely be granted to anyone. Either way, on my database it has the privileges you say it doesn't.
    SQL> SELECT * FROM DBA_SYS_PRIVS WHERE GRANTEE='DBA' ORDER BY PRIVILEGE;
    GRANTEE                        PRIVILEGE                                ADM
    DBA                            ADMINISTER ANY SQL TUNING SET            YES
    DBA                            ADMINISTER DATABASE TRIGGER              YES
    DBA                            ADMINISTER RESOURCE MANAGER              YES
    DBA                            ADMINISTER SQL TUNING SET                YES
    DBA                            ADVISOR                                  YES
    DBA                            ALTER ANY CLUSTER                        YES
    DBA                            ALTER ANY DIMENSION                      YES
    DBA                            ALTER ANY EVALUATION CONTEXT             YES
    DBA                            ALTER ANY INDEX                          YES
    DBA                            ALTER ANY INDEXTYPE                      YES
    DBA                            ALTER ANY LIBRARY                        YES
    DBA                            ALTER ANY MATERIALIZED VIEW              YES
    DBA                            ALTER ANY OUTLINE                        YES
    DBA                            ALTER ANY PROCEDURE                      YES
    DBA                            ALTER ANY ROLE                           YES
    DBA                            ALTER ANY RULE                           YES
    DBA                            ALTER ANY RULE SET                       YES
    DBA                            ALTER ANY SEQUENCE                       YES
    DBA                            ALTER ANY SQL PROFILE                    YES
    DBA                            ALTER ANY TABLE                          YES
    DBA                            ALTER ANY TRIGGER                        YES
    DBA                            ALTER ANY TYPE                           YES
    DBA                            ALTER DATABASE                           YES
    DBA                            ALTER PROFILE                            YES
    DBA                            ALTER RESOURCE COST                      YES
    DBA                            ALTER ROLLBACK SEGMENT                   YES
    DBA                            ALTER SESSION                            YES
    DBA                            ALTER SYSTEM                             YES
    DBA                            ALTER TABLESPACE                         YES
    DBA                            ALTER USER                               YES
    DBA                            ANALYZE ANY                              YES
    DBA                            ANALYZE ANY DICTIONARY                   YES
    DBA                            AUDIT ANY                                YES
    DBA                            AUDIT SYSTEM                             YES
    DBA                            BACKUP ANY TABLE                         YES
    DBA                            BECOME USER                              YES
    DBA                            CHANGE NOTIFICATION                      YES
    DBA                            COMMENT ANY TABLE                        YES
    DBA                            CREATE ANY CLUSTER                       YES
    DBA                            CREATE ANY CONTEXT                       YES
    DBA                            CREATE ANY DIMENSION                     YES
    DBA                            CREATE ANY DIRECTORY                     YES
    DBA                            CREATE ANY EVALUATION CONTEXT            YES
    DBA                            CREATE ANY INDEX                         YES
    DBA                            CREATE ANY INDEXTYPE                     YES
    DBA                            CREATE ANY JOB                           YES
    DBA                            CREATE ANY LIBRARY                       YES
    DBA                            CREATE ANY MATERIALIZED VIEW             YES
    DBA                            CREATE ANY OPERATOR                      YES
    DBA                            CREATE ANY OUTLINE                       YES
    DBA                            CREATE ANY PROCEDURE                     YES
    DBA                            CREATE ANY RULE                          YES
    DBA                            CREATE ANY RULE SET                      YES
    DBA                            CREATE ANY SEQUENCE                      YES
    DBA                            CREATE ANY SQL PROFILE                   YES
    DBA                            CREATE ANY SYNONYM                       YES
    DBA                            CREATE ANY TABLE                         YES
    DBA                            CREATE ANY TRIGGER                       YES
    DBA                            CREATE ANY TYPE                          YES
    DBA                            CREATE ANY VIEW                          YES
    DBA                            CREATE CLUSTER                           YES
    DBA                            CREATE DATABASE LINK                     YES
    DBA                            CREATE DIMENSION                         YES
    DBA                            CREATE EVALUATION CONTEXT                YES
    DBA                            CREATE EXTERNAL JOB                      YES
    DBA                            CREATE INDEXTYPE                         YES
    DBA                            CREATE JOB                               YES
    DBA                            CREATE LIBRARY                           YES
    DBA                            CREATE MATERIALIZED VIEW                 YES
    DBA                            CREATE OPERATOR                          YES
    DBA                            CREATE PROCEDURE                         YES
    DBA                            CREATE PROFILE                           YES
    DBA                            CREATE PUBLIC DATABASE LINK              YES
    DBA                            CREATE PUBLIC SYNONYM                    YES
    DBA                            CREATE ROLE                              YES
    DBA                            CREATE ROLLBACK SEGMENT                  YES
    DBA                            CREATE RULE                              YES
    DBA                            CREATE RULE SET                          YES
    DBA                            CREATE SEQUENCE                          YES
    DBA                            CREATE SESSION                           YES
    DBA                            CREATE SYNONYM                           YES
    DBA                            CREATE TABLE                             YES
    DBA                            CREATE TABLESPACE                        YES
    DBA                            CREATE TRIGGER                           YES
    DBA                            CREATE TYPE                              YES
    DBA                            CREATE USER                              YES
    DBA                            CREATE VIEW                              YES
    DBA                            DEBUG ANY PROCEDURE                      YES
    DBA                            DEBUG CONNECT SESSION                    YES
    DBA                            DELETE ANY TABLE                         YES
    DBA                            DEQUEUE ANY QUEUE                        YES
    DBA                            DROP ANY CLUSTER                         YES
    DBA                            DROP ANY CONTEXT                         YES
    DBA                            DROP ANY DIMENSION                       YES
    DBA                            DROP ANY DIRECTORY                       YES
    DBA                            DROP ANY EVALUATION CONTEXT              YES
    DBA                            DROP ANY INDEX                           YES
    DBA                            DROP ANY INDEXTYPE                       YES
    DBA                            DROP ANY LIBRARY                         YES
    DBA                            DROP ANY MATERIALIZED VIEW               YES
    DBA                            DROP ANY OPERATOR                        YES
    DBA                            DROP ANY OUTLINE                         YES
    DBA                            DROP ANY PROCEDURE                       YES
    DBA                            DROP ANY ROLE                            YES
    DBA                            DROP ANY RULE                            YES
    DBA                            DROP ANY RULE SET                        YES
    DBA                            DROP ANY SEQUENCE                        YES
    DBA                            DROP ANY SQL PROFILE                     YES
    DBA                            DROP ANY SYNONYM                         YES
    DBA                            DROP ANY TABLE                           YES
    DBA                            DROP ANY TRIGGER                         YES
    DBA                            DROP ANY TYPE                            YES
    DBA                            DROP ANY VIEW                            YES
    DBA                            DROP PROFILE                             YES
    DBA                            DROP PUBLIC DATABASE LINK                YES
    DBA                            DROP PUBLIC SYNONYM                      YES
    DBA                            DROP ROLLBACK SEGMENT                    YES
    DBA                            DROP TABLESPACE                          YES
    DBA                            DROP USER                                YES
    DBA                            ENQUEUE ANY QUEUE                        YES
    DBA                            EXECUTE ANY CLASS                        YES
    DBA                            EXECUTE ANY EVALUATION CONTEXT           YES
    DBA                            EXECUTE ANY INDEXTYPE                    YES
    DBA                            EXECUTE ANY LIBRARY                      YES
    DBA                            EXECUTE ANY OPERATOR                     YES
    DBA                            EXECUTE ANY PROCEDURE                    YES
    DBA                            EXECUTE ANY PROGRAM                      YES
    DBA                            EXECUTE ANY RULE                         YES
    DBA                            EXECUTE ANY RULE SET                     YES
    DBA                            EXECUTE ANY TYPE                         YES
    DBA                            EXPORT FULL DATABASE                     YES
    DBA                            FLASHBACK ANY TABLE                      YES
    DBA                            FORCE ANY TRANSACTION                    YES
    DBA                            FORCE TRANSACTION                        YES
    DBA                            GLOBAL QUERY REWRITE                     YES
    DBA                            GRANT ANY OBJECT PRIVILEGE               YES
    DBA                            GRANT ANY PRIVILEGE                      YES
    DBA                            GRANT ANY ROLE                           YES
    DBA                            IMPORT FULL DATABASE                     YES
    DBA                            INSERT ANY TABLE                         YES
    DBA                            LOCK ANY TABLE                           YES
    DBA                            MANAGE ANY FILE GROUP                    YES
    DBA                            MANAGE ANY QUEUE                         YES
    DBA                            MANAGE FILE GROUP                        YES
    DBA                            MANAGE SCHEDULER                         YES
    DBA                            MANAGE TABLESPACE                        YES
    DBA                            MERGE ANY VIEW                           YES
    DBA                            ON COMMIT REFRESH                        YES
    DBA                            QUERY REWRITE                            YES
    DBA                            READ ANY FILE GROUP                      YES
    DBA                            RESTRICTED SESSION                       YES
    DBA                            RESUMABLE                                YES
    DBA                            SELECT ANY DICTIONARY                    YES
    DBA                            SELECT ANY SEQUENCE                      YES
    DBA                            SELECT ANY TABLE                         YES
    DBA                            SELECT ANY TRANSACTION                   YES
    DBA                            UNDER ANY TABLE                          YES
    DBA                            UNDER ANY TYPE                           YES
    DBA                            UNDER ANY VIEW                           YES
    DBA                            UPDATE ANY TABLE                         YES

  • How to query dictionary for the following

    Hi,
    I have oracle 10g installed on linux box.
    i am going to security issues.
    so i need to find out certain things like the following:
    1.list of users who have dba priviliges.
    2.what are the roles created by any user and who have been assigned those roles.
    3.who has DML privileges for some particular tables
    4.who has permissions to create objects, users, tablespaces, etc
    5.who has execute privileges for some procedures, functions
    these are the few things i could guess for now.
    if there are any other dictionary tables that will be useful for administration please let me know.
    Can someone guide me please.
    Thanks in advance,
    Philip.

    1. OTB, certain system privileges are collected in the role DBA. You can query dba_role_privs to see who has that role granted. However, some shops, like ours, do not ever grant that role. Instead we create our own roles with the appropriate system privileges for each level or type of dba.
    2. You cannot tell who created a particular role. You can tell who is currently granted that role by querying dba_role_privs.
    3. Query dba_tab_privs. You may have to drill down through roles to find out the actual user, however.
    4. Query dba_sys_privs for any privilege that begins CREATE. You may have to drill down through roles to find out the actual user, however.
    5. See answer to number 3

  • Audio levels different from camera to Premiere Pro

    Why is it that the audio levels on the camera can show the subject peaking right above -10dB, but when I bring the clips into Premiere, they are below -12dB and I always have to boost them?
    Just to test this, I cranked up the volume on our camera's inputs to the point where it was clipping. When I took this clip into Premiere it still wasn't hitting 0dB. It was peaking into the yellow, even though the clip was completely distorted because of the clipping coming into the camera.
    Is there a way to calibrate either Premiere Pro or our camera so that they match, so when you are peaking at -6dB on the camera, it's the same in Premiere Pro?
    I know the solution probably involves a tone generator being used with the camera, which we have, but I'm not exactly sure what to do.

    >I cranked up the volume on our camera's inputs to the point where it was clipping. When I took this clip into Premiere it still wasn't hitting 0dB. It was peaking into the yellow, even though the clip was completely distorted because of the clipping coming into the camera.
    What I think is you have run into is definitions of the dB. One has dBm and dBV in the electrical world, among a lot of others (for example sound pressure/power and different types like dBA, dBC, and so on within sound levels).
    Anyway, to make this not to be a too deep lesson in deciBel (dB), it seem like your cameras define 0dB to be something different than what Premiere defines it to be. The dB presentation (what the display shows) is a logarithmic number depending on a reference level, meaning in this case, if the voltage (sound turned into electricity) hits for example 1 Vrms then we'll call that 0dB (which is probably what Premiere does, and maybe your camera uses 0,775 Vrms as 0dB reference).
    Clear as mud so far, right, just wait for the following. Just kidding, but look up decibel in google, and you'll find a pretty complex world.
    Bottom line:
    I don't think you can get the dB levels in Premiere and your cameras to match, unless your cameras have a setting that defines the 0dB level. The best you can do, in my opinion, is to learn the difference and go from there as you have ("I always have to boost them"). But, also remember that if you do some audio stuff in Premiere that you want to record back onto tape, you'll have to go the other way, lessen the audio level.
    Reference levels made by a tone generator is a fine way to learn the differences.
    Dag
    EDIT: Allthough it probably is a definition question, just never let your camera go over 0dB. As you have noticed, it will be distorted sound. The electric circuits on your camera won't handle over 0dB well.

  • Database Analyst/Adminstration and support

    This may seem a bit "green" of me to ask this question, but I was wondering as a DBA (not quite sure what the difference between an adminstrator and analyst are), is "on call support" always a necessity?
    Currently I am working as a programmer, but always have been drawn to databases and always perk up at the chance at writing some SQL or PL/SQL.
    I am considering making the jump to be a DBA but dont know any "real life" DBA's to really question (they are in a totally different office)
    I was wondering
    Do all DBAs HAVE to be on call? As they are the ones that do support and maintain the up time of the server. This is one thing that has always caused me to steer away from tech support, is the on call. While if i were younger and without family and a young buck no problem, but I already get very little sleep with a child.

    It depends. Everything can wrong. I can't begin to give you a list of what can go wrong because pretty everything has during my DBA career - ranging from the sublime to the harmless to the absolutely ridiculous.
    I disagree with Aman when he says that on-call is mostly for Remote DBA companies. Any company who has vital data that they administer in house will have on-call for their Production DBAs. Not being able to get to the data is vital to companies from SMEs to multinationals. As SB rightly says, it's the medium-sized businesses that are really tough to be a DBA at most of all. You are often the ONLY guy and you have no-one to turn to when you get the alert that says your DB is down at stupid o'clock. Yes, you will be called when you're on vacation and expect the worst crisis to happen when it's most inconvenient to you (think family weddings, kids' school plays). It's just the way it is. In the UK, we called it 'sod's law'.
    If your business needs access to its data, that's when a DBA will be expected to be on-call, whether it's 9-to-5, 8-to-8 or 24/7/365. A lot of companies can also tell you exactly what they're losing for each minute of downtime - something that's fun to know whenever you're doing your best to try and think clearly about a mind-boggling problem at 2.30am on a Saturday morning.
    There are different types of DBAs, though. A lot of people consider database developers to be DBAs. Personally, I disagree with that classification, but in all but one company I've worked for, that's been the case. I would suggest that 'DBAs' refer to 'Production DBAs' or 'System DBAs' mostly. 'Development DBAs' are not on-call as often, but when they are, they're expected to provide on-call support to the Production DBA for code, business logic, etc.
    If you can't put up with the on-call, then I would advise you to avoid being a DBA. Another thing you might not like is that, if there's a problem and your database is down or you need to restore it, it can feel like the entire company is resting on your shoulders - because it is. Being on-call is a pain, but the toughest part is the stress. If you can't get your database back, that will have serious and permanent ramifications for your business. When the worst is happening, you have to be strong enough not to let thoughts like 'if I don't get this right, a hundred/thousand people might be out of work in the morning' enter your mind.
    It's a good job. It's very challenging and it's well-paid, but it's not for most people and I don't say that to dissuade you, but so you know the pitfalls. It can get very tough at times, but there's a lot of really smart people out there who you can enjoy 'debating' the finer points with when you get on your way to being an expert. If you like problem-solving and analysis, it might be for you, but you have to take the good with the bad.

  • I cannot move my info. to webOS

    I have a Google account and followed the instructions on how to upload my contacts and calendar from my desktop, but every time I try, I get an error message, "Sorry, we could not recognize the file format."  Google asks for a .csv file format, but my files are listed as:
    Palm/DA/address and
    Palm/DA/datebook
    without any .*** format ending.
    I had an old Palm Desktop version (4.2) and upgraded to 6.2.2, but that didn't help.
    I also searched for files with .csv formats, but I don't have any.
    I would appreciate any help.  Thanks!

    Thanks for your responses.  It helps when you know someone is listening.
    As far as the instructions I used, since I have close to 3,500 contacts, these instructions:
    http://www.palm.com/us/support/downloads/pre/migration/dta_windows.html
    said I should upload directly to my service - Google and directed me to their instructions:
    http://mail.google.com/support/bin/answer.py?answer=14024
    I Exported a .csv file for my Contacts to a place on my hard drive and then tried to Import it from the Google Contacts page.  (I don't know how to Export it directly from my Desktop.)  That's when I got the error message, "Sorry, we could not recognize the file format.".
    As far as my Calendar, when I tried to Export it, there was only one "Export type" available: .dba (Date Book Archive); no .csv option.
    Yes, I may have to go with the CompanionLink option, but I liked the idea of synching to the web.  But now, with reading of all the problems with webOS it might not be worth it.

  • List of Privileges under a ROLE

    Hello, Which database view do I query to derive list of privileges covered under a role? This is on 10g Thanks, R

    SQL> select * from role_sys_privs where role='DBA';
    ROLE                           PRIVILEGE                                ADM
    DBA                            CREATE SESSION                           YES
    DBA                            ALTER SESSION                            YES
    DBA                            DROP TABLESPACE                          YES
    DBA                            BECOME USER                              YES
    DBA                            DROP ROLLBACK SEGMENT                    YES
    DBA                            SELECT ANY TABLE                         YES
    DBA                            INSERT ANY TABLE                         YES
    DBA                            UPDATE ANY TABLE                         YES
    DBA                            DROP ANY INDEX                           YES
    DBA                            SELECT ANY SEQUENCE                      YES
    DBA                            CREATE ROLE                              YES
    ROLE                           PRIVILEGE                                ADM
    DBA                            EXECUTE ANY PROCEDURE                    YES
    DBA                            ALTER PROFILE                            YES
    DBA                            CREATE ANY DIRECTORY                     YES
    DBA                            CREATE ANY LIBRARY                       YES
    DBA                            EXECUTE ANY LIBRARY                      YES
    DBA                            ALTER ANY INDEXTYPE                      YES
    DBA                            DROP ANY INDEXTYPE                       YES
    DBA                            DEQUEUE ANY QUEUE                        YES
    DBA                            EXECUTE ANY EVALUATION CONTEXT           YES
    DBA                            EXPORT FULL DATABASE                     YES
    DBA                            CREATE RULE                              YES
    ROLE                           PRIVILEGE                                ADM
    DBA                            ALTER ANY SQL PROFILE                    YES
    DBA                            ADMINISTER ANY SQL TUNING SET            YES
    DBA                            CHANGE NOTIFICATION                      YES
    DBA                            ALTER ROLLBACK SEGMENT                   YES
    DBA                            DELETE ANY TABLE                         YES
    DBA                            ALTER DATABASE                           YES
    DBA                            FORCE ANY TRANSACTION                    YES
    DBA                            ALTER ANY PROCEDURE                      YES
    DBA                            DROP ANY TRIGGER                         YES
    DBA                            DROP ANY MATERIALIZED VIEW               YES
    DBA                            UNDER ANY TYPE                           YES
    ROLE                           PRIVILEGE                                ADM
    DBA                            ALTER ANY LIBRARY                        YES
    DBA                            CREATE DIMENSION                         YES
    DBA                            DEBUG ANY PROCEDURE                      YES
    DBA                            CREATE RULE SET                          YES
    DBA                            ALTER ANY RULE SET                       YES
    DBA                            ANALYZE ANY DICTIONARY                   YES
    DBA                            RESTRICTED SESSION                       YES
    DBA                            CREATE TABLESPACE                        YES
    DBA                            ALTER TABLESPACE                         YES
    DBA                            CREATE USER                              YES
    DBA                            ALTER USER                               YES
    ROLE                           PRIVILEGE                                ADM
    DBA                            LOCK ANY TABLE                           YES
    DBA                            CREATE VIEW                              YES
    DBA                            DROP ANY VIEW                            YES
    DBA                            GRANT ANY ROLE                           YES
    DBA                            CREATE TRIGGER                           YES
    DBA                            CREATE TYPE                              YES
    DBA                            EXECUTE ANY OPERATOR                     YES
    DBA                            CREATE ANY DIMENSION                     YES
    DBA                            ALTER ANY DIMENSION                      YES
    DBA                            CREATE ANY OUTLINE                       YES
    DBA                            ADMINISTER DATABASE TRIGGER              YES
    ROLE                           PRIVILEGE                                ADM
    DBA                            RESUMABLE                                YES
    DBA                            FLASHBACK ANY TABLE                      YES
    DBA                            CREATE ANY RULE SET                      YES
    DBA                            EXECUTE ANY RULE SET                     YES
    DBA                            IMPORT FULL DATABASE                     YES
    DBA                            EXECUTE ANY RULE                         YES
    DBA                            EXECUTE ANY PROGRAM                      YES
    DBA                            CREATE ANY TABLE                         YES
    DBA                            CREATE ANY INDEX                         YES
    DBA                            CREATE ANY SEQUENCE                      YES
    DBA                            ALTER ANY ROLE                           YES
    ROLE                           PRIVILEGE                                ADM
    DBA                            ANALYZE ANY                              YES
    DBA                            DROP ANY LIBRARY                         YES
    DBA                            CREATE ANY OPERATOR                      YES
    DBA                            CREATE INDEXTYPE                         YES
    DBA                            UNDER ANY TABLE                          YES
    DBA                            DROP ANY DIMENSION                       YES
    DBA                            SELECT ANY DICTIONARY                    YES
    DBA                            GRANT ANY OBJECT PRIVILEGE               YES
    DBA                            CREATE EVALUATION CONTEXT                YES
    DBA                            CREATE ANY EVALUATION CONTEXT            YES
    DBA                            DROP ANY EVALUATION CONTEXT              YES
    ROLE                           PRIVILEGE                                ADM
    DBA                            CREATE ANY RULE                          YES
    DBA                            CREATE JOB                               YES
    DBA                            CREATE ANY JOB                           YES
    DBA                            ALTER SYSTEM                             YES
    DBA                            AUDIT SYSTEM                             YES
    DBA                            CREATE ROLLBACK SEGMENT                  YES
    DBA                            DROP ANY TABLE                           YES
    DBA                            COMMENT ANY TABLE                        YES
    DBA                            CREATE CLUSTER                           YES
    DBA                            ALTER ANY INDEX                          YES
    DBA                            DROP PUBLIC DATABASE LINK                YES
    ROLE                           PRIVILEGE                                ADM
    DBA                            CREATE PROFILE                           YES
    DBA                            ALTER ANY MATERIALIZED VIEW              YES
    DBA                            ALTER ANY TYPE                           YES
    DBA                            DROP ANY TYPE                            YES
    DBA                            UNDER ANY VIEW                           YES
    DBA                            EXECUTE ANY INDEXTYPE                    YES
    DBA                            DROP ANY CONTEXT                         YES
    DBA                            ALTER ANY OUTLINE                        YES
    DBA                            ADMINISTER RESOURCE MANAGER              YES
    DBA                            MANAGE SCHEDULER                         YES
    DBA                            MANAGE FILE GROUP                        YES
    ROLE                           PRIVILEGE                                ADM
    DBA                            CREATE TABLE                             YES
    DBA                            BACKUP ANY TABLE                         YES
    DBA                            CREATE ANY CLUSTER                       YES
    DBA                            DROP ANY SYNONYM                         YES
    DBA                            DROP PUBLIC SYNONYM                      YES
    DBA                            CREATE ANY VIEW                          YES
    DBA                            CREATE SEQUENCE                          YES
    DBA                            ALTER ANY SEQUENCE                       YES
    DBA                            FORCE TRANSACTION                        YES
    DBA                            CREATE PROCEDURE                         YES
    DBA                            CREATE ANY PROCEDURE                     YES
    ROLE                           PRIVILEGE                                ADM
    DBA                            ALTER RESOURCE COST                      YES
    DBA                            DROP ANY DIRECTORY                       YES
    DBA                            CREATE ANY TYPE                          YES
    DBA                            CREATE ANY INDEXTYPE                     YES
    DBA                            ENQUEUE ANY QUEUE                        YES
    DBA                            ON COMMIT REFRESH                        YES
    DBA                            DEBUG CONNECT SESSION                    YES
    DBA                            DROP ANY RULE SET                        YES
    DBA                            EXECUTE ANY CLASS                        YES
    DBA                            MANAGE ANY FILE GROUP                    YES
    DBA                            ALTER ANY TABLE                          YES
    ROLE                           PRIVILEGE                                ADM
    DBA                            DROP ANY CLUSTER                         YES
    DBA                            CREATE SYNONYM                           YES
    DBA                            CREATE PUBLIC SYNONYM                    YES
    DBA                            DROP ANY SEQUENCE                        YES
    DBA                            DROP ANY ROLE                            YES
    DBA                            AUDIT ANY                                YES
    DBA                            DROP ANY PROCEDURE                       YES
    DBA                            CREATE ANY TRIGGER                       YES
    DBA                            ALTER ANY TRIGGER                        YES
    DBA                            DROP PROFILE                             YES
    DBA                            GRANT ANY PRIVILEGE                      YES
    ROLE                           PRIVILEGE                                ADM
    DBA                            CREATE LIBRARY                           YES
    DBA                            CREATE OPERATOR                          YES
    DBA                            DROP ANY OUTLINE                         YES
    DBA                            MERGE ANY VIEW                           YES
    DBA                            ADMINISTER SQL TUNING SET                YES
    DBA                            MANAGE TABLESPACE                        YES
    DBA                            DROP USER                                YES
    DBA                            ALTER ANY CLUSTER                        YES
    DBA                            CREATE ANY SYNONYM                       YES
    DBA                            CREATE DATABASE LINK                     YES
    DBA                            CREATE PUBLIC DATABASE LINK              YES
    ROLE                           PRIVILEGE                                ADM
    DBA                            CREATE MATERIALIZED VIEW                 YES
    DBA                            CREATE ANY MATERIALIZED VIEW             YES
    DBA                            EXECUTE ANY TYPE                         YES
    DBA                            DROP ANY OPERATOR                        YES
    DBA                            QUERY REWRITE                            YES
    DBA                            GLOBAL QUERY REWRITE                     YES
    DBA                            MANAGE ANY QUEUE                         YES
    DBA                            CREATE ANY CONTEXT                       YES
    DBA                            ALTER ANY EVALUATION CONTEXT             YES
    DBA                            ALTER ANY RULE                           YES
    DBA                            DROP ANY RULE                            YES
    ROLE                           PRIVILEGE                                ADM
    DBA                            ADVISOR                                  YES
    DBA                            SELECT ANY TRANSACTION                   YES
    DBA                            DROP ANY SQL PROFILE                     YES
    DBA                            CREATE ANY SQL PROFILE                   YES
    DBA                            READ ANY FILE GROUP                      YES
    DBA                            CREATE EXTERNAL JOB                      YES
    160 rows selected.
    SQL>

  • Types of tickets which a oracle dba solves

    Hi,
    Can u please tell me about different types of tickets which will come for a dba to solve.I also want to know information on L1 AND L2 support. What is the difference between them.

    It really depends on the kind of business that you are running.
    If its a ASP environment and you are responsible for handling customer databases as well, then expect tickets right from installation till performance tuning.
    If it is a in-house development, then as a DBA you should be concerned only with the database related issues; even database server related issues should be handled by the system administrators, not you.
    I also want to know information on L1 AND L2 support. What is the difference between them. Its how your company defines them.
    In general, as a DBA, you should be concerned only with the database related issues but you should also be able to pin point the problem, if it is not database related.

  • Type of command is not allowed to be executed: DBA Cockpit

    Hi there,
    I found this error everytime i execute command at DBA Cockpit: SQL Command line
    Type of command is not allowed to be executed.
    FYA, i logged on as user that has SAP_NEW & SAP_ALL profiles. And no issue when i run the command on isql (console version) as syb[SID].
    Appreciate for your reply.

    Hi Deepak,
    1) Check with use <SID> go
         Tried, Same output.
    2) Please also check whether all the latest dba_cockpit corrections have been implemented.
        I hv applied sap notes 1245200 1088717.
    Tried use <SID> go , Same output.
    Applied sap notes :
    Note 1245200 - DBA: ICF Service-Activation for WebDynpro DBA Cockpit
    Note 1088717 - Active services for Web Dynpro ABAP in transaction SICF
    I have 2 systems; Installed with ASE 15.7 SP65 & ASE 15.7 SP101. both having same issue.

  • What types of logs should be kept on activities relating to DBA?

    What types of logs should be kept on activities relating to database administrator? How does the operating system assist in maintaining log? What alternatives are available to the IS-Auditor if the operating system does not maintain log?

    As has been pointed out in your duplicate thread, these are rather vague and generic questions, so there are no clearly right answers...
    What types of logs should be kept on activities
    relating to database administrator? That's a business decision, not a technical decision... It depends on government regulations, the type of data in the system, the types of threats that the organization is most concerned with, the performance overhead that is acceptable, etc.
    How does the
    operating system assist in maintaining log? This is very vague. I don't know how to answer it-- from a database standpoint, the operating system is just holding a file that the DBA (hopefully) cannot update.
    What
    alternatives are available to the IS-Auditor if the
    operating system does not maintain log?Perhaps you're thinking about Audit Vault here?
    I need this answer please..! anyone can help meIs this for a school assignment? Or for something in the real world? In the real world, I would expect a lot more information before making any sort of decision on something like this...
    Justin

  • Can not insert a row to a table from Oracle DBA Studio

    Hi,
    I try to use the Oracle DBA Studio to create a table and put some test data in it. Here is what I found:
    I start Oracle DBA Studio on the client machine by connecting to an Oracle server 8i (8.1.7). I create a simple table called Test with two columns: one is USER, VARCHAR2, 10; and the other is USER2, CHAR, 2. After that, I right click on the table name and select "Table Data Editor" from the popup menu. The table editor window shows up. I type in the value 'AA' and 'BB' in the grid of two columns. Then I click the Apply button. An error message box popped up:
    ORA-00928 missing SELECT keyword.
    I click Show SQL button. The SQL statement is as following:
    INSERT INTO "TASYS"."TEST" (USER ,USER2 ) VALUES ('AA' ,'BB').
    I copy the statement to SQL Plus and run it. The same error is generated. But if I remove (USER, USER2) from the statement, it inserts a row without complaint. In other word, the database will not allow to insert if individual columns are list. I realize something must wrong with the new server and client installed and could not figure out what happening. Hope someone can help.
    Thanks.
    null

    I am not sure, but could it be that USER is a keyword or predefine word. Check Oracle'slist of predefine/keyword

  • Application for the post of an ORACLE DBA

    =================================================================
    ============
    ARUNKUMAR RAGHAVAN MSc,BEd,PGDMCH,(MBA)
    =================================================================
    ============
    CURRICULUM VITAE
    Covering letter
         From
    Arunkumar.R, email : [email protected],
    [email protected]
    No 16 /9 Nagendra nagar,
    Velachery main road, checkpost,
    Near jaya hospital,
    Chennai -600 042.
    Respected Sir / Madam,
    SUB : Application for the post of      
    ORACLE DBA / DBO - Reg
    I wish to submit the following few lines for your kind
    consideration.
    I feel more comfortable and satisfactory with this type of job
    as
    I am keen to serve as an employee of your esteemed organization,
    which has an intellectually stimulating and emotionally
    satisfying environment.
    I assure that, I will do my duty to the fullest satisfaction of
    my
    higher officials, colleagues and to the best of my knowledge and
    belief.
    I am attaching my CV, first 2 pages of my first book &#8211;&#8220;ORACLE
    ARCHITECTURE MADE EASY&#8221;, and a newsletter about Penta Media
    Graphics Ltd, my present employer.
    Expecting the favour of your earliest reply.
    Thanking you with respectful regard,
    Yours truly,
    (ARUNKUMAR.R)
    =================================================================
    ============
    CAREER OBJECTIVE
    1.     To be a dependable ORACLE DBA and to deploy an
    efficient DATA WAREHOUSE and DATA MART.
    2.     To write unique books on ORACLE DBA and DATA WAREHOUSING
    for enthusiastic learning
    Experience summary
    q     Five years and six months of overall experience in
    Software Industry.
    q     Over 24 months of work experience in the administering,
    and maintaining the Oracle Database of sizes 3 GB
    q     Training and authoring books, CBT&#8217;s,WBT&#8217;s for Oracle DBA
    and
    Data Warehousing .
    Technical skills
    Hardware               IBM PC, MAC
    Operating Systems          WINDOWS NT, 95/98/2K, MS-DOS,
    LINUX, MAC-OS
    RDBMS                    ORACLE 8I, DBASE, FoxPro,
    MSACCESS
    Internet Tools          HTML, IIS, FrontPage
    Responsibilities at PENTAMEDIA GRAPHICS LTD,
    (formerly known as PENTFOUR SOFTWARE EXPORTS LTD, SEI-CMM LEVEL
    4 COMPANY )
    1. Maintaining an "Oracle Pre-Production Database" of size 3 GB.
    2. In charge of the CBT's on Data Warehousing & ORACLE
    DBA.
    3. Installing and upgrading the Oracle server (Oracle 7.3,
    Oracle 8.0,
         ORACLE 8i,) and application tools.
    3.     Allocating system storage and planning future storage
    requirements
    for the database system.
    5. Creating Tablespaces for the different group of
    projects namely
         SOFTWARE, ENGINEERING, MANAGEMENT, and SCHOOL PROJECTS.
    6. Creating tables, views and modifying the database
    structure, as
         necessary, required by Project Leaders and Programmers.
    7. Enrolling users and maintaining system security and
    controlling and
         monitoring user access to the database.
    8. Backing up and restoring the database.
    Specific Achievements
    1. CBT's and WBT's authored (Reference:
    www.pentalearn.com )
    * Data Warehousing for beginners
    * Data Warehousing - Intermediate
    * Stepping into ORACLE DBA
    * ORACLE DBA - Security
    * ORACLE DBA - Backup & Recovery
    * Step by Step - ORACLE DBA
    * OCP GUIDE - Architecture & Administration
    Under Production
    * OCP GUIDE - Backup & Recovery
         2. Book's authored (Under compilation)
    * ORACLE ARCHITECTURE MADE EASY.
    * Learn ORACLE DBA in 23 days.
    4.     Knowledge of documentation and procedures for SEI CMM -
    ISO &#8211;
         QUALITY AUDITS.
    4. Academic Project - (Reference: [email protected])
    o Title           ORACLE QUESTION BANK
    o Outline           Training software for OCP
                   (Oracle Certified Professional)
    o Period           DEC 1998 - JAN 1999
    o Software           VB 5.0, M.S.ACCESS
         5. Awards :
    State first & district first in Vivekananda Academy
    of cultural
    Studies
    =================================================================
    ============
    Employment History
         1. Company Name           :     Pentamedia
    Graphics ltd
    Title          :     instructional designer
    Level           :     Senior Executive
    Specialization :     IT/Computer Systems/Software
    Function      :     Professional /
    Consultant / Specialist
    Industry :     Computer / Information
    Technology (Software)
    Date Joined :     12 oct 1999
    Duties           :     Responsible for CBT&#8217;s,
    WBT&#8217;s on DATA
                        WAREHOUSING & ORACLE DBA.
                        project guide for TEAM
    members.
                        Developed 5 training
    software.
                        Maintaining "ORACLE-
    PRODUCTION DATABASE"
                             of size 3GB.
    Reason for leaving:     working currently
    2. Company Name      :     S.A.International ltd
    Title           :     training officer
    Level           :     Senior Executive
    Specialization :     IT/Computer Systems/Software
    Function      :     Lecturer / Teacher /
    Trainer
    Industry :     Computer / Information
    Technology (Software)
    Date Joined :     08 Aug 1997
    Date Left      :     09 Sep 1999
    Duties :     At S.A.INTERNATIONAL LTD,(A joint
    venture company of ELCOT, GOVT OF TAMILNADU UNDERTAKING)
    Responsible for all training programmes.
                             Project guide
    for all college students.
                        Senior Faculty
    for "ORACLE DBA" classes.
    Accomplishment :     Wrote student guides on office
    2000                               and on ORACLE DBA
                        Developed 3 training
    software.
    Reason for
                   leaving      :     To get more
    experience on ORACLE DATABASE
                        MAINTENANCE
    3. Company Name      :     G.K.M.college of
    engineering & technology
    Title           :     lecturer
    Level           :     Junior Executive
    Specialization      :     Education
    Function      :     Lecturer / Teacher /
    Trainer
    Industry      :     Education
    Date Joined :     06 May 1996
    Date Left      :     09 Aug 1997
    Duties           :     Incharge of computer
    science department,
                        Conducting classes and
    all academic                                    
         activities.
    Accomplishment :     Wrote 2 student guides on office
    1997                                    and on
    ORACLE DBA.
    Reason for
                   leaving      :     To get more
    experience on ORACLE DBA
                        Activities
    4. Company Name      :     Infra computers pvt ltd
    Title           :     Asst.technical manager
    Level           :     Junior Executive
    Specialization :     Training & Development
    Function      :     Executive
    Industry      :     Computer / Information
    Technology
    Date Joined :     30 Apr 1995
    Date Left      :     06 Jun 1996
    Duties           :     Monitor the day to day
    operations of the
    SOFTWARE/HARDWARE SERVICE DEPARTMENT. Monitor the DEPARTMENT
    STOCK and cash flow position, Meeting executives for Business
    development activities
    Accomplishment :     Joined the Company since August 1994
    as Asst TECHNICAL MANAGER. Promoted to TECHNICAL MANAGER in july
    1996.
    Reason for
                   leaving      :     To study M.B.A
    (master business
                        Administration)
    ORACLE DBA SKILLS SELF EVALUATION FORM
    Oracle: SQL and PL/SQL Skills:          
                                       rate
    from
                                  0 = None
    through 5 = Guru
    Creating and maintaining database objects               3
    Store, retrieve, and manipulating data               3
    Create PL/SQL blocks of application code               1
    Familiarity with PL/SQL packages                    1
    Familiarity with PL/SQL tables and records          0
    Calling PL/SQL functions from within SQL statements     0
    Building reusable code                         
         0
    Crafting code that automatically adapts to changes     
         in data structures                         
         0
    Writing SQL inside PL/SQL programs               
         0
    Reading and writing operating system files          3
    Executing host commands and C programs               0
    Issuing database alerts                         
         1
    Analyzing memory utilization in your session          2
    Debugging and tracing program execution               1
    Manipulating raw data and large objects               1
    Building your own packages                    
         1
    Oracle Enterprise Manager Skills:               
                                       rate
    from
                                  0 = None
    through 5 = Guru
    Install Oracle Enterprise Manager                    5
    Administer and monitor Oracle database environments     5
    Oracle Enterprise Manager architecture               3
    Setup a console for your own environment               3
    Implement job and event based system management          3
    Understand the integration of shared administrator
         responsibilities                         
              3
         Tuning Pack                              
         1
    (which comprise Oracle Expert, Tablespace Manager
              and SQL Analyze)
    Diagnostic Pack                              
         0
    (which comprise Oracle Trace and Data Viewer,
         Performance Manager,
    Capacity Planner,and Top Sessions)
    Change Management Pack                         
         0
    (which comprise Database Alter, Capture, Diff,
         Propagate, Quick Change, and Plan Manager)
    Database Administration/ Backup and Recovery Skills:     
                                       rate
    from
                                  0 = None
    through 5 = Guru
    Familiarity with Oracle7 database environments          5
    Familiarity with Oracle8 database environments          5
    Set up, maintain, and troubleshoot database          4
    Plan and implement database backup and recovery
         strategies                              
              4
    Understanding of backup, restore and recovery
         operations                              
              4
    Oracle8 Recovery Manager                         4
    Network Administration Skills:                    
                                       rate from
                                  0 = None
    through 5 = Guru
    Familiarity with Oracle7 Server                    5
    Familiarity with Oracle8 Server                    5
    Familiarity with architecture of Net8               4
    Establishing connections between peers               5
    Client and a server node using various
         naming methods                              
         4
    Configuring middle tier systems                    0
    Familiarity with Names Server                    
         1
    Familiarity with Connection Manager               
         3
    Memory, I/O, physical structure and
    resource contention                         2
    Familiarity with dynamic performance views          4
    Familiarity with initialization parameters          5
    Familiarity with diagnostics and tuning guidelines     3
    Data Modeling and Relational Database Design Skills:     
                                       Arun's
    rate from
                                  0 = None
    through 5 = Guru
    Knowledge with entity-relationship models               2
    Knowledge of normalization and relational           
         database design                              
         1
    Defining business information requirements          3
    Creating entity-relationship models               
         3
    Transforming requirements into an initial
         database designs                         
              3
    Personal Strengths :
              INVOLVEMENT alone gives PERFORMANCE. With my
    spiritual base &
         MOTIVATION, I am confident that I will reach the
    pinnacle
    in the field of ORACLE DBA. I hope my right thinking &
    Hardworking nature will make me successful.
    Current Communication Address
              Address :     16/9, nagendra nagar, velachery
    main road,
                   near jaya hospital, chennai-42
                   chennai, 600042 India
    Tel [home]      :     91-44-2552406
    Tel [office]:     91-44-4839854
    Tel [mobile]:
         Email     :     [email protected],
    [email protected]
    Permanent Address
         Address      :     s/o N.Raghavan, laksminayackan
    patty(po)
                   thevaram(via), theni(dt), pin
    625530
                   laxminayakan patty,
                   625530 India
    Tel      :     91-4454-54739
    Email     :     [email protected], [email protected]
    Personal Particulars
    Date of Birth           :     05 Aug 1971
    Gender                :     Male
    Nationality           :     India
    Marital Status           :     married
         Permanent Residence of     :      India
              Passport Number          :     T465022
              Valid Upto                    Jan 2005
    EDUCATIONAL QUALIFICATION
    COURSE      UNIVERSITY/BOARD           Yr.of PASSING
         CLASS & %
    S.S.L.C      TAMILNADU SECONDARY           MAR 1986
         FIRST 85.40
    H.S.C      TAMILNADU HIGER SECONDARY     APR 1988
         FIRST 68.90
    B.Sc           MADURAI KAMARAJ UNIVERSITY      APR 1991
         FIRST 68.63
    (PHYSICS)      VIVEKANANDA COLLEGE
    M.Sc           MADURAI KAMARAJ UNIVERSITY     APR 1994
         FIRST 70.40
    (PHYSICS)
    BEd           MADURAI KAMARAJ UNIVERSITY      NOV 1995
         SECOND 52.20
    TECHNICAL QUALIFICATION
    COURSE           UNIVERSITY/INSTITUTION           Yr.of
    PASSING %
    PGDMCH#           St.JOSEPH'S COLLEGE           JULY
    1995 59.70
                   BHARATHIDASAN UNIVERSITY
    DPCS*           @ DOE & TC.T.S- NCVT TRADE      SEP 1996
    79.47
                   (AICTE^ APPROVED)
    # POST GRADUATE DIPLOMA IN MICROPROCESSOR AND COMPUTER
    HARDWARE
    * DATA PREPARATION AND COMPUTER HARDWARE
    @ DIRECTORATE OF EMPLOYMENT & TRAINING CRAFTSMEN TRAINING
    SCHEME
    ^ ALL INDIA COUNCIL OF TECHNICAL EDUCATION
    PROFESSIONAL
    TRAINING UNDERGONE
    Completed 'ORACLE DBA' Course at RADIANT SOFTWARE PVT LTD,
    WEST MABALAM,
    CHENNAI -33.
    Language Proficiency :
    Languages -          Proficiency (1=worst - 10=best)
                        Spoken               
         Written
    English          5                    6
    Tamil               9               
         9
    Supplementary
    If and when employed by the company
    Willing to Travel               :          yes
    Willing to be Relocated          :          yes
    Possess Own Transport     :          T465022 Valid
    Upto                    Jan 2005
    Expected Monthly Salary          :     
         Negotiable
    Availability               :     
         Immediately
    =================================================================
    ============

    Sorry, but according to Apple, iTunes Store: All Sales Are Final
    You can avoid accidental purchases.
    From the iTunes menu bar click iTunes / Preferences then select the Parental tab.
    Select:  iTunes Store
    Click OK.

  • Float data types

    I don't really know SSAS but have been a .NET programmer and worked with SQL Server and T-SQL for years.  I am working on a project where there is a database storing sales transactions and a cube that is created nightly so we can get MTD Sales, YTD
    Sales, Profit $, etc.
    I just ran into an issue where I got an error retrieving the Profit $ measure (using an MDX query inside of a SQL stored procedure using OPENQUERY) and found that the profit $ should be 0.07 but is coming back as 6.9999999999993179E-2. After talking
    to our DBA, he said all of the calculations in the cube are double precision floating point and I need to round all results to 2 decimal places (programs like Excel handle the rounding and I should too.)
    Our DBA also claims the measures can't be calculated and returned as currency. He claims that the potential for error is very small and no one has ever complained about a $ value being off.
    I am struggling with this answer because I have always been told never to use floating point for monetary values.  I am having a hard time believing there is no way to have a measure be a currency field that is accurate.  I looked for articles
    online but can't seem to find anything to answer my questions.
    Could someone please point me in the right direction? Thanks so much!

    Your DBA is not completely correct in his claims. All calculations are not floating point below is a link to all of the data types supported by SSAS (Multi-Dimensional)
    https://technet.microsoft.com/en-us/library/gg471558%28v=sql.110%29.aspx?f=255&MSPPError=-2147217396
    SSAS supports a currency data type. It's 4 decimal places not 2, but it is the recommended data type for currency values as it does not suffer from the imprecision of the double data type.
    The other thing measures in a cube have is the concept of a format string, so you can ask the cube to return a pre-formatted value to you. But default an OPENQUERY will just return the raw value, but if you add the following:
    CELL PROPERTIES FORMATTED_VALUE
    to the end of your MDX query that should tell it to return the formatted value (which could be something like "$#,##0.00")
    See here https://msdn.microsoft.com/en-us/library/ms146084.aspx for a list of all the different format masks that can be applied
    http://darren.gosbell.com - please mark correct answers

  • If I want to create a set of hierarchical relational content types, how do I move from one to the other?

    My scenario. I have been asked to create a series of content types to manage Report requests. A Report Base content type to be the parent, then three content types to extend that base to a Report Crystal, Report SSRS and Report SSIS. These top level
    reports collect data once. Once an instance of the "Report Crystal" content type  has been created the Report Writer needs to fill out another content type "Report DataSource" related by the ID of the parent to track any
    stored procedures used in the report, what database\s does it hit... Here is where I am lost on the how to fill out related lists. Do I add a calculated column that attaches the report ID the a URL? e.g. ..ReportDatasource/newform.aspx?ReportID=1 which will
    then show me the form. Or has this changed in 2013. I am reverse engineering some 2007 code to try to figure this out.
    The next step after that hurdle is, when the report writer has completed each data source entry, a workflow generates and email with links to a "Change Request" form. There would be one created for each row in the Report Datasource. The
    DBA would have to evaluate each "Change Request" and either Pass or Fail each one.  This Pass\Fail parameter and a description would get recorded in a "Change Result Log".
    I am wondering if a workflow replace the need for calculated columns or at least some. I think I have to have a calculated column in the initial "Report Crystal" column to fire off creating the first "Report DataSource" entry. And
    then a calculated column on that to give the option of adding another entry into the "Report DataSource" list if there are multiple procedures for the report. But if the report writer sets a column in the "Report DataSource" as Ready 
    For Review" a workflow should generate the Change Request.
    The flow is kind of set in stone but the structure is not. A very high level few of the data points

    Hi Developer_46038, 
    if for example all the properties and object are stated as list, i think there is a tool that overcome cross list.
    http://listrollup.codeplex.com/
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/13a51be5-4007-46e8-bbb2-5e04320dfebd/cross-list-webpart?forum=sharepointcustomizationlegacy
    you can also using dataview webpart to show the cross lists:
    http://office.microsoft.com/en-us/sharepoint-designer-help/create-a-data-view-HA010094804.aspx
    http://office.microsoft.com/en-us/sharepoint-designer-help/connect-two-data-views-HA010169133.aspx
    3rd party: http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2009/03/11/relational-database-capabilities-for-sharepoint-lists-cross-list-web-part.aspx
    but i am not quite sure how crystal report will do, if you can make the crystal report as also list, i think its possible, 
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/8247edf5-dee8-49d8-b7ee-9e49bfd97b9b/crystal-report-in-sharepoint-2010-webpart?forum=sharepointdevelopmentprevious
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • How to Get Default Value of a Data Type in SQL Query.

    Hi all,
    I am creating a procedure which will take input the table name and Column Name.
    In the Output i would like to have the data type and default value of that data type which will be used by a another procedure to blank the selected column in the database.
    I tried with SET NULL on the column but as the database is of navision the table have property set to NOT NULL.
    Here is what i have done till now.
    Create Procedure Get_Column_type
    @parm_table_name nvarchar(200),
    @parm_column_name nvarchar(20),
    @parm_result nvarchar(20)OUTPUT
    AS
    BEGIN 
    select @parm_result =
    DATA_TYPE from INFORMATION_SCHEMA.COLUMNS IC
    where TABLE_NAME = '[' + @parm_table_name +']' and COLUMN_NAME = '[' + @parm_column_name + ']'
    END
    GO
    Now instead on write a case statement for so many data types in SQL, i was thinking is it possible someway that above procedure also returns the default value which i can set in another procedure.
    Let me know if its possible or not? Thanks in advance.

    Do you looking for something like this?
    create table t10 ( c int default 1)
    SELECT so.name AS table_name, 
              sc.name AS column_name, 
              sm.text AS default_value
         FROM sys.sysobjects so
         JOIN sys.syscolumns sc ON sc.id = so.id
    LEFT JOIN sys.syscomments SM ON sm.id = sc.cdefault
        WHERE so.xtype = 'U' 
          AND SO.name = 't10'
     ORDER BY so.[name], sc.colid
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

Maybe you are looking for

  • Is there a way to edit the same RAW file in Aperture 3 and then Photoshop CS5?

    I recently got Aperture 3.4.5 and its been great for stream-lining my workflow.  But for certain RAW adjustments, like applying a gradient, I want to use Photoshop CS5's RAW editing window.  I don't seem to be able to export the file as a modified CR

  • Watch tv show today now!

    http://www.rf-dimension.com/forum/entry.php?98482-2x6-Are-You-the-One-Season-2-Episode-6-Online-amp-Full-Episode http://www.rf-dimension.com/forum/entry.php?98557-8x5-Made-in-Chelsea-Season-8-Episode-5-Online-amp-Full-Episode http://www.rf-dimension.

  • Comparison between 3750 and 3750-metro

    hi folks, is there any links which will provide me on the comparison between 3750 and 3750-metro? for exapmple, isis is not support on 3750 but it support on 3750-metro. The product information from cisco site is insufficient in term of the main diff

  • Resizing an Oracle Forms window.

    Hi there, I have a basic Forms Question. I am looking at the ability to resize the window for an Oracle Form. I understand that this requires modification to the Java code(in the JAR files). Can someone please let me know where I can make this change

  • What do I do if I have forgotten my security answers?

    I am about to give up with this it so difficult. I only want to purchase a 69p app!