DbAppWeb.com

Menu
  • Home
  • Linux
  • HP-UX
  • macOS
  • Windows
  • Web Servers
  • App Servers
  • Storage
How to reduce space between gadgets in Blogger
October 28, 2015 Blogger

How to reduce space between gadgets in Blogger

To reduce the space between gadgets in blogger do the steps shown below: Login to your blogger account. Go to your blog’s Dashboard >> Theme >> Customise >> Advanced >> Add CSS. Copy the below code and paste it to Add Custom CSS  .widget {     margin: 10px 0 …
Full Article
How to generate AWR/ADDM report as normal database user ?
September 30, 2015 Oracle Database

How to generate AWR/ADDM report as normal database user ?

You can create a role awradmin and grant all necessary privileges to this role. Then you can grant any user awradmin role to generate AWR  and ADDM report — First connect as sys user. SQL> CONN / as sysdba connected SQL>CREATE USER awrtest IDENTIFIED BY awrtest …
Full Article
How to Display Temporary Tablespace Free Space in oracle database
September 28, 2015 Oracle Database

How to Display Temporary Tablespace Free Space in oracle database

Query: set pagesize 60 column “Tablespace”  heading “Tablespace Name”      format a30 column “Size”        heading “Tablespace|Size (mb)” format 9999999.9 column “Used”        heading “Used|Space (SQL> mb)”      format 9999999.9 column “Left”        heading “Available|Space (mb)” format 9999999.9 …
Full Article
How to query tablespace usage in Oracle Database?
September 18, 2015 Oracle Database

How to query tablespace usage in Oracle Database?

Below query gives us detailed information about tablespace usageset pagesize 100 set linesize 200 break on report compute sum of free_mb on report compute sum of act_size on report compute sum of used_mb on report col %used format 999.99 col %Free format 999.99 col act_size format …
Full Article
How to query uptime for Oracle Database?
September 17, 2015 Oracle Database

How to query uptime for Oracle Database?

The output of dbuptime.sql has four columns. Column hostname gives the machine name, Instance gives the name of the database instance, stime gives the date and time when the database was started and uptime gives total uptime duration in days, hours, minutes and seconds. Uptime Query …
Full Article
How to add Recent Posts Slider with images for Blogger
September 16, 2015 Blogger

How to add Recent Posts Slider with images for Blogger

To add a recent posts slider with images on your blog follow the steps given below: Login to your blogger account. Open the layout of the blog in which you want to add the recent posts gadget. Click on Add a Gadget and click on HTML/Java …
Full Article

Posts pagination

Prev 1 … 25 26 27 28
  • Popular
  • Recent

Categories

  • Android (2)
  • Blogger (16)
  • Domain and Hosting (1)
  • Hardware Issues (7)
  • HP-UX (55)
  • HPE Data Protector (9)
  • IBM Lotus Notes (2)
  • IBM WebSphere Application Server (16)
  • Internet Tips & Tricks (15)
  • iOS (8)
  • JBoss/WildFly Application Server (2)
  • Linux (76)
  • macOS (15)
  • Microsoft Windows (31)
  • News and Updates (11)
  • Oracle Database (5)
  • SSL/TLS (1)
  • Storage Servers (23)
  • Tools/Softwares (1)
  • VMware ESXi (17)
  • Web Servers (14)
  • WordPress (5)

Archives

DbAppWeb.com

Solution of Database, Application and Web Server Problems

About DbAppWeb.com

One Stop Solution for Database Server, Application Server and Web Server Problems.

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

DbAppWeb on Social Media

Copyright © 2025 DbAppWeb.com
Terms and Conditions   Theme by MyThemeShop.com