Newest Questions

3 votes
1 answer
150 views

I am comparing how PostgreSQL and SQL Server protect data pages from torn writes. PostgreSQL has a feature called full_page_writes. On the first modification to a page after a checkpoint, PostgreSQL ...
Artashes  Khachatryan's user avatar
0 votes
0 answers
16 views

--EN Hello. Oracle Database 11gR2. There are two Refresh Groups: RG01 and RG02. Both refresh groups use the same database link. RG01 contains non-updatable materialized views, while RG02 contains ...
ymzz's user avatar
  • 1
1 vote
1 answer
39 views

I have tables with very large numbers, which are entered using scientific notation (e.g. 1e100). But when in the PostgreSQL's psql client (as of 18.x), they get expanded into the full length: # SELECT ...
tinlyx's user avatar
  • 3,850
0 votes
0 answers
35 views

I wonder if anyone is up-to-date with the workings of Fail-over cluster in Windows Server 2025. Since each version has their changes. We are doing a test setup of 3 nodes on 1 location, 3 nodes on the ...
Smee's user avatar
  • 1
0 votes
0 answers
14 views

I'm trying to import a dmp file in my database, so far this is the steps I've followed in a guide about how to import a dmp file in SQLDeveloper: Open SQL Developer and connect to your database. Go to ...
user2638180's user avatar
0 votes
0 answers
19 views

I'm looking into Linux VRFs i.e. support for virtual routing and forwarding. The documentation mentions: Applications that are to work within a VRF need to bind their socket to the VRF device: ...
Bakuriu's user avatar
  • 101
0 votes
1 answer
49 views

I encounter a startup failure when initializing my DolphinDB node. The error message points to a scheduled job deserialization issue: :Failed to unmarshall the job [schedulejob1]. Failed to ...
Liu lu's user avatar
  • 3
0 votes
0 answers
30 views

First time asking a question here. I'm making an assignment for my database class where I need to migrate a few tables from an OracleDB relational database to a MongoDB database using the mongodb-...
5ub4k3m1's user avatar
3 votes
1 answer
158 views

On three different production servers, the following query against sys.databases: USE master; GO SELECT name FROM sys.databases WHERE name NOT IN ('master','tempdb','model','msdb'); Results in this ...
Joe Obbish's user avatar
  • 33.3k
1 vote
0 answers
23 views

I'm evaluating GridDB Cloud for a high-throughput IoT workload and encountered behavior that I can’t fully explain using the available documentation. I have a TimeSeries container using default ...
VIK's user avatar
  • 51
1 vote
2 answers
100 views

On MSSQL (our DB size is 520g), there is one filestore table that holds tons of files. 65-70% of this 520g is sitting in there. So essentially, it's a 200g database with 320g worth of files in this ...
James Johnson's user avatar
0 votes
1 answer
29 views

I'm complining a stored procedure as user with DBA role. The stored procedure contains several "DELETE" statements. For each of them I'm getting: PL/SQL: SQL Statement ignored PL/SQL: ORA-...
beginner_'s user avatar
  • 221
5 votes
0 answers
140 views

The (still online) documentation for MS SQL Server 2005 states that BEGIN...END blocks can be used within CASE when it needs to execute a sequence of statements: The BEGIN and END statements are used ...
Dai's user avatar
  • 692
0 votes
0 answers
19 views

The flow table exceeded its length and was not automatically deleted. The speed of writing quotes to DolphinDB is about 10,000 lines per second. dolphindb code: colNames = `securityid`date`time`...
ass shark's user avatar
-2 votes
0 answers
27 views

建表代码 // pub_shl2_rapid colNames = securityiddatetimelocal_timequote_typemarketprecloseopenhighlowlasthighlimitlowlimitiopvtotal_volume_tradetotal_value_tradeask_pricesbid_pricesask_volumesbid_volumes ...
ass shark's user avatar

15 30 50 per page