dear experts
i have adata base with extention !!!!!!!.dda(*.dda)
so please if you can advice me what type of data base is it
and if this data base having protection password how can i open...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20146436.html
Zones:
Visual BasicDate Answered: 05/27/2002 Rating: 9.0 Views: 0
Hi,
I have huge tables in my database (eg 10MB..) What would be the optimal size for extents for such tables. The database is relational and doesn't have star schema etc. The data is loaded everyd...
http://www.experts-exchange.com/Database/Oracle/Q_20179783.html
Zones:
OracleDate Answered: 09/11/2001 Rating: 7.0 Views: 0
when ever i try to create a table i get this error
ORA-01658: unable to create INITIAL extent for segment in tablespace TABLES
why ?
http://www.experts-exchange.com/Database/Oracle/Q_20287432.html
Zones:
OracleDate Answered: 04/16/2002 Rating: 7.0 Views: 0
how can I read files for to do whatever..
without giving each name of the file
the file has all the same extention and are in the same folder.
thanks
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20426131....
Zones:
VB ControlsDate Answered: 05/11/2003 Rating: 8.2 Views: 0
I have a document, casualty list of my military unit in Vietnam that has an extention of XLS; I have opened this before, but apparently since I have re-loaded my computer after a serious crash, I h...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/98/Q_20632227.html
Zones:
Windows 98Date Answered: 05/31/2003 Rating: 7.4 Views: 0
I tried to publish a web on a remote server with frontpage extention. when I tipe in address username and password than it comes up with
publish web but the progress bar does not move so it does n...
http://www.experts-exchange.com/Web_Development/Software/FrontPage/Q_20832336.html
Zones:
FrontPageDate Answered: 05/17/2004 Rating: 9.0 Views: 0
hi,
I created this tablespace:
CREATE TABLESPACE TBS DATAFILE 'C:\....\XXX01.dbf' SIZE 500M REUSE DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS 1 MAXEXTENTS 256 PCTINCREASE 0) ONLINE;
...
http://www.experts-exchange.com/Database/Oracle/Q_20898562.html
Zones:
OracleDate Answered: 10/06/2004 Rating: 7.0 Views: 0
can someone recommend me a very good site that talk about LVM, for example :
it will talk about
1. volume group (VG)
2. physical volume (PV)
3. logical volume (LV)
4. physical extent (PE)
...
http://www.experts-exchange.com/OS/Linux/Q_21806712.html
Zones:
LinuxDate Answered: 04/09/2006 Rating: 8.8 Views: 4
We have an existing 9i db for our Payroll/Hr application. We currently had a problem with a LOB segment running out of extents. The question was posed to us, "Why can we not just set all tables and...
http://www.experts-exchange.com/Database/Oracle/Product_Info/Q_21997658.html
How to get file extention
i have this function:
Public Function GetFileExtension(ByVal path As String) As String
Dim arrPath() As String
Try
arrPath = path.Spli...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22544928.htm...